Skip to content

Commit d416e76

Browse files
committed
chore: stage changes for next release
1 parent 9ea30c5 commit d416e76

64 files changed

Lines changed: 498 additions & 142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @difizen/libro-docs
22

3+
## 0.3.53
4+
5+
### Patch Changes
6+
7+
- markdown cell code block support highlight
8+
9+
- Updated dependencies []:
10+
- @difizen/libro-terminal@0.3.53
11+
- @difizen/libro-jupyter@0.3.53
12+
- @difizen/libro-core@0.3.53
13+
- @difizen/libro-lab@0.3.53
14+
315
## 0.3.52
416

517
### Patch Changes

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@difizen/libro-docs",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"private": true,
55
"license": "MIT",
66
"description": "Document site for mana",
@@ -23,10 +23,10 @@
2323
"packageManager": "pnpm@8.4.0",
2424
"dependencies": {
2525
"@ant-design/icons": "^5.4.0",
26-
"@difizen/libro-core": "^0.3.52",
27-
"@difizen/libro-jupyter": "^0.3.52",
28-
"@difizen/libro-lab": "^0.3.52",
29-
"@difizen/libro-terminal": "^0.3.52",
26+
"@difizen/libro-core": "^0.3.53",
27+
"@difizen/libro-jupyter": "^0.3.53",
28+
"@difizen/libro-lab": "^0.3.53",
29+
"@difizen/libro-terminal": "^0.3.53",
3030
"@difizen/mana-app": "latest",
3131
"@difizen/mana-l10n": "latest",
3232
"@difizen/mana-react": "latest",

packages/libro-ai-native/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @difizen/libro-output
22

3+
## 0.3.53
4+
5+
### Patch Changes
6+
7+
- markdown cell code block support highlight
8+
9+
- Updated dependencies []:
10+
- @difizen/libro-code-editor@0.3.53
11+
- @difizen/libro-jupyter@0.3.53
12+
313
## 0.3.52
414

515
### Patch Changes

packages/libro-ai-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@difizen/libro-ai-native",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"description": "",
55
"keywords": [
66
"libro",
@@ -46,8 +46,8 @@
4646
},
4747
"dependencies": {
4848
"@ant-design/icons": "^5.4.0",
49-
"@difizen/libro-code-editor": "^0.3.52",
50-
"@difizen/libro-jupyter": "^0.3.52",
49+
"@difizen/libro-code-editor": "^0.3.53",
50+
"@difizen/libro-jupyter": "^0.3.53",
5151
"@difizen/magent-chat": "^0.1.27",
5252
"@difizen/magent-core": "^0.1.27",
5353
"@difizen/magent-libro": "^0.1.27",

packages/libro-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @difizen/libro-output
22

3+
## 0.3.53
4+
5+
### Patch Changes
6+
7+
- markdown cell code block support highlight
8+
9+
- Updated dependencies []:
10+
- @difizen/libro-jupyter@0.3.53
11+
312
## 0.3.52
413

514
### Patch Changes

packages/libro-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@difizen/libro-app",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"description": "",
55
"keywords": [
66
"libro",
@@ -45,7 +45,7 @@
4545
"typecheck:tsc": "tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@difizen/libro-jupyter": "^0.3.52",
48+
"@difizen/libro-jupyter": "^0.3.53",
4949
"@ant-design/icons": "^5.4.0",
5050
"@difizen/mana-app": "latest",
5151
"@difizen/mana-l10n": "latest"

packages/libro-code-cell/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @difizen/libro-codemirror-code-cell
22

3+
## 0.3.53
4+
5+
### Patch Changes
6+
7+
- markdown cell code block support highlight
8+
9+
- Updated dependencies []:
10+
- @difizen/libro-code-editor@0.3.53
11+
- @difizen/libro-common@0.3.53
12+
- @difizen/libro-core@0.3.53
13+
314
## 0.3.52
415

516
### Patch Changes

packages/libro-code-cell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@difizen/libro-code-cell",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"description": "",
55
"keywords": [
66
"libro",
@@ -45,9 +45,9 @@
4545
"typecheck:tsc": "tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@difizen/libro-code-editor": "^0.3.52",
49-
"@difizen/libro-common": "^0.3.52",
50-
"@difizen/libro-core": "^0.3.52",
48+
"@difizen/libro-code-editor": "^0.3.53",
49+
"@difizen/libro-common": "^0.3.53",
50+
"@difizen/libro-core": "^0.3.53",
5151
"@difizen/mana-app": "latest",
5252
"@difizen/mana-l10n": "latest",
5353
"highlight.js": "^11.11.1"

packages/libro-code-editor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @difizen/libro-code-editor
22

3+
## 0.3.53
4+
5+
### Patch Changes
6+
7+
- markdown cell code block support highlight
8+
9+
- Updated dependencies []:
10+
- @difizen/libro-common@0.3.53
11+
312
## 0.3.52
413

514
### Patch Changes

packages/libro-code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@difizen/libro-code-editor",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"description": "",
55
"keywords": [
66
"libro",
@@ -45,7 +45,7 @@
4545
"typecheck:tsc": "tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@difizen/libro-common": "^0.3.52",
48+
"@difizen/libro-common": "^0.3.53",
4949
"@difizen/mana-app": "latest",
5050
"@difizen/mana-l10n": "latest",
5151
"uuid": "^9.0.1"

0 commit comments

Comments
 (0)