Skip to content

Commit

Permalink
chore: stage changes for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sunshinesmilelk committed Mar 19, 2024
1 parent 1bcfbee commit 8461c3b
Show file tree
Hide file tree
Showing 41 changed files with 298 additions and 114 deletions.
24 changes: 0 additions & 24 deletions .changeset/flat-berries-draw.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/libro-code-cell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/libro-codemirror-code-cell

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-code-editor@0.1.24
- @difizen/libro-common@0.1.24
- @difizen/libro-core@0.1.24

## 0.1.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/libro-code-cell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-code-cell",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -45,9 +45,9 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-code-editor": "^0.1.23",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-code-editor": "^0.1.24",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-core": "^0.1.24",
"@difizen/mana-app": "latest"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/libro-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @difizen/libro-code-editor

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-common@0.1.24

## 0.1.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libro-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-code-editor",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-common": "^0.1.24",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/libro-cofine-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/libro-codemirror-markdown-cell

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-code-editor@0.1.24
- @difizen/libro-common@0.1.24
- @difizen/libro-core@0.1.24
- @difizen/libro-lsp@0.1.24

## 0.1.23

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/libro-cofine-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-cofine-editor",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@difizen/monaco-editor-core": "0.39.4",
"@difizen/libro-cofine-editor-core": "^0.1.23",
"@difizen/libro-cofine-textmate": "^0.1.23",
"@difizen/libro-lsp": "^0.1.23",
"@difizen/libro-code-editor": "^0.1.23",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-lsp": "^0.1.24",
"@difizen/libro-code-editor": "^0.1.24",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-core": "^0.1.24",
"@difizen/mana-app": "latest",
"resize-observer-polyfill": "^1.5.1",
"vscode-languageserver-protocol": "^3.17.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/libro-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/libro-common

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react

## 0.1.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libro-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-common",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down
10 changes: 10 additions & 0 deletions packages/libro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @difizen/libro-core

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-code-editor@0.1.24
- @difizen/libro-virtualized@0.1.24
- @difizen/libro-common@0.1.24

## 0.1.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/libro-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-core",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/libro-code-editor": "^0.1.23",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-code-editor": "^0.1.24",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-shared-model": "^0.1.23",
"@difizen/libro-virtualized": "^0.1.23",
"@difizen/libro-virtualized": "^0.1.24",
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/mana-react": "latest",
Expand Down
20 changes: 20 additions & 0 deletions packages/libro-jupyter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @difizen/libro-jupyter

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-language-client@0.1.24
- @difizen/libro-cofine-editor@0.1.24
- @difizen/libro-markdown-cell@0.1.24
- @difizen/libro-code-editor@0.1.24
- @difizen/libro-rendermime@0.1.24
- @difizen/libro-code-cell@0.1.24
- @difizen/libro-raw-cell@0.1.24
- @difizen/libro-common@0.1.24
- @difizen/libro-kernel@0.1.24
- @difizen/libro-output@0.1.24
- @difizen/libro-search@0.1.24
- @difizen/libro-core@0.1.24
- @difizen/libro-lsp@0.1.24

## 0.1.23

### Patch Changes
Expand Down
28 changes: 14 additions & 14 deletions packages/libro-jupyter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-jupyter",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro"
Expand Down Expand Up @@ -44,22 +44,22 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-cofine-editor": "^0.1.23",
"@difizen/libro-code-editor": "^0.1.23",
"@difizen/libro-code-cell": "^0.1.23",
"@difizen/libro-cofine-editor": "^0.1.24",
"@difizen/libro-code-editor": "^0.1.24",
"@difizen/libro-code-cell": "^0.1.24",
"@difizen/libro-codemirror": "^0.1.23",
"@difizen/libro-rendermime": "^0.1.23",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-kernel": "^0.1.23",
"@difizen/libro-rendermime": "^0.1.24",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-core": "^0.1.24",
"@difizen/libro-kernel": "^0.1.24",
"@difizen/libro-l10n": "^0.1.23",
"@difizen/libro-output": "^0.1.23",
"@difizen/libro-search": "^0.1.23",
"@difizen/libro-output": "^0.1.24",
"@difizen/libro-search": "^0.1.24",
"@difizen/libro-search-code-cell": "^0.1.23",
"@difizen/libro-lsp": "^0.1.23",
"@difizen/libro-markdown-cell": "^0.1.23",
"@difizen/libro-raw-cell": "^0.1.23",
"@difizen/libro-language-client": "^0.1.23",
"@difizen/libro-lsp": "^0.1.24",
"@difizen/libro-markdown-cell": "^0.1.24",
"@difizen/libro-raw-cell": "^0.1.24",
"@difizen/libro-language-client": "^0.1.24",
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@ant-design/colors": "^7.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/libro-kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/libro-kernel

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-common@0.1.24
- @difizen/libro-core@0.1.24

## 0.1.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/libro-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-kernel",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"ai-infra",
Expand Down Expand Up @@ -45,8 +45,8 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-core": "^0.1.24",
"@difizen/mana-app": "latest",
"minimist": "^1.2.8",
"query-string": "^8.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/libro-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @difizen/libro-lab

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-language-client@0.1.24
- @difizen/libro-prompt-cell@0.1.24
- @difizen/libro-terminal@0.1.24
- @difizen/libro-jupyter@0.1.24
- @difizen/libro-kernel@0.1.24
- @difizen/libro-core@0.1.24
- @difizen/libro-toc@0.1.24

## 0.1.23

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/libro-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-lab",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -47,14 +47,14 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-jupyter": "^0.1.23",
"@difizen/libro-kernel": "^0.1.23",
"@difizen/libro-prompt-cell": "^0.1.23",
"@difizen/libro-terminal": "^0.1.23",
"@difizen/libro-toc": "^0.1.23",
"@difizen/libro-core": "^0.1.24",
"@difizen/libro-jupyter": "^0.1.24",
"@difizen/libro-kernel": "^0.1.24",
"@difizen/libro-prompt-cell": "^0.1.24",
"@difizen/libro-terminal": "^0.1.24",
"@difizen/libro-toc": "^0.1.24",
"@difizen/libro-cofine-editor-core": "^0.1.23",
"@difizen/libro-language-client": "^0.1.23",
"@difizen/libro-language-client": "^0.1.24",
"@difizen/mana-app": "latest",
"@difizen/mana-common": "latest",
"@difizen/mana-react": "latest",
Expand Down
11 changes: 11 additions & 0 deletions packages/libro-language-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libro-langauge-client

## 0.1.24

### Patch Changes

- 1bcfbee: 1.fix: get correct url when create notebook file 2.chore: update the peerDependencies about react
- Updated dependencies [1bcfbee]
- @difizen/libro-common@0.1.24
- @difizen/libro-kernel@0.1.24
- @difizen/libro-core@0.1.24
- @difizen/libro-lsp@0.1.24

## 0.1.23

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/libro-language-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-language-client",
"version": "0.1.23",
"version": "0.1.24",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -45,10 +45,10 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-core": "^0.1.23",
"@difizen/libro-kernel": "^0.1.23",
"@difizen/libro-common": "^0.1.23",
"@difizen/libro-lsp": "^0.1.23",
"@difizen/libro-core": "^0.1.24",
"@difizen/libro-kernel": "^0.1.24",
"@difizen/libro-common": "^0.1.24",
"@difizen/libro-lsp": "^0.1.24",
"@difizen/mana-app": "latest",
"@difizen/mana-common": "latest",
"uuid": "^9.0.0",
Expand Down
Loading

0 comments on commit 8461c3b

Please sign in to comment.