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 Sep 23, 2024
1 parent 395c3ac commit 8b18212
Show file tree
Hide file tree
Showing 61 changed files with 468 additions and 168 deletions.
34 changes: 0 additions & 34 deletions .changeset/friendly-bears-walk.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/libro-docs

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-jupyter@0.2.35
- @difizen/libro-core@0.2.35
- @difizen/libro-lab@0.2.35
- @difizen/libro-terminal@0.2.35

## 0.2.34

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-docs",
"version": "0.2.34",
"version": "0.2.35",
"private": true,
"license": "MIT",
"description": "Document site for mana",
Expand All @@ -22,10 +22,10 @@
"packageManager": "[email protected]",
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@difizen/libro-core": "^0.2.34",
"@difizen/libro-jupyter": "^0.2.34",
"@difizen/libro-lab": "^0.2.34",
"@difizen/libro-terminal": "^0.2.34",
"@difizen/libro-core": "^0.2.35",
"@difizen/libro-jupyter": "^0.2.35",
"@difizen/libro-lab": "^0.2.35",
"@difizen/libro-terminal": "^0.2.35",
"@difizen/mana-app": "latest",
"@difizen/mana-react": "latest",
"@radix-ui/react-slot": "^1.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/libro-code-cell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @difizen/libro-codemirror-code-cell

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-core@0.2.35
- @difizen/libro-code-editor@0.2.35
- @difizen/libro-common@0.2.35

## 0.2.34

### 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.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -45,9 +45,9 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-code-editor": "^0.2.34",
"@difizen/libro-common": "^0.2.34",
"@difizen/libro-core": "^0.2.34",
"@difizen/libro-code-editor": "^0.2.35",
"@difizen/libro-common": "^0.2.35",
"@difizen/libro-core": "^0.2.35",
"@difizen/mana-app": "latest"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/libro-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/libro-code-editor

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-common@0.2.35

## 0.2.34

### 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.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/libro-common": "^0.2.34",
"@difizen/libro-common": "^0.2.35",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/libro-codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/libro-codemirror

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-code-editor@0.2.35
- @difizen/libro-common@0.2.35
- @difizen/libro-lsp@0.2.35
- @difizen/libro-rendermime@0.2.35

## 0.2.34

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/libro-codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-codemirror",
"version": "0.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@difizen/libro-code-editor": "^0.2.34",
"@difizen/libro-common": "^0.2.34",
"@difizen/libro-lsp": "^0.2.34",
"@difizen/libro-rendermime": "^0.2.34",
"@difizen/libro-code-editor": "^0.2.35",
"@difizen/libro-common": "^0.2.35",
"@difizen/libro-lsp": "^0.2.35",
"@difizen/libro-rendermime": "^0.2.35",
"@difizen/mana-app": "latest",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/libro-cofine-editor-contribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @difizen/libro-codemirror-markdown-cell

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

## 0.2.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libro-cofine-editor-contribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-cofine-editor-contribution",
"version": "0.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down
9 changes: 9 additions & 0 deletions packages/libro-cofine-editor-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/libro-codemirror-markdown-cell

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-cofine-editor-contribution@0.2.35

## 0.2.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libro-cofine-editor-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-cofine-editor-core",
"version": "0.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-cofine-editor-contribution": "^0.2.34",
"@difizen/libro-cofine-editor-contribution": "^0.2.35",
"@difizen/mana-app": "latest",
"@difizen/monaco-editor-core": "0.39.4",
"debug": "^4.3.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/libro-cofine-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @difizen/libro-codemirror-markdown-cell

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-core@0.2.35
- @difizen/libro-code-editor@0.2.35
- @difizen/libro-cofine-editor-core@0.2.35
- @difizen/libro-cofine-textmate@0.2.35
- @difizen/libro-common@0.2.35
- @difizen/libro-lsp@0.2.35

## 0.2.34

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -46,12 +46,12 @@
},
"dependencies": {
"@difizen/monaco-editor-core": "0.39.4",
"@difizen/libro-cofine-editor-core": "^0.2.34",
"@difizen/libro-cofine-textmate": "^0.2.34",
"@difizen/libro-lsp": "^0.2.34",
"@difizen/libro-code-editor": "^0.2.34",
"@difizen/libro-common": "^0.2.34",
"@difizen/libro-core": "^0.2.34",
"@difizen/libro-cofine-editor-core": "^0.2.35",
"@difizen/libro-cofine-textmate": "^0.2.35",
"@difizen/libro-lsp": "^0.2.35",
"@difizen/libro-code-editor": "^0.2.35",
"@difizen/libro-common": "^0.2.35",
"@difizen/libro-core": "^0.2.35",
"@difizen/mana-app": "latest",
"resize-observer-polyfill": "^1.5.1",
"vscode-languageserver-protocol": "^3.17.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/libro-cofine-textmate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @difizen/libro-codemirror-markdown-cell

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-cofine-editor-core@0.2.35

## 0.2.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libro-cofine-textmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@difizen/libro-cofine-textmate",
"version": "0.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typecheck:tsc": "tsc --noEmit"
},
"dependencies": {
"@difizen/libro-cofine-editor-core": "^0.2.34",
"@difizen/libro-cofine-editor-core": "^0.2.35",
"@difizen/mana-app": "latest",
"fast-plist": "^0.1.2",
"vscode-oniguruma": "^1.5.1",
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.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

## 0.2.34

### 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.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down
12 changes: 12 additions & 0 deletions packages/libro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @difizen/libro-core

## 0.2.35

### Patch Changes

- [#228](https://github.com/difizen/libro/pull/228) [`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b) Thanks [@sunshinesmilelk](https://github.com/sunshinesmilelk)! - 1.fix: keybind hints adapt to different os & improve styles 2.refactor: improve cell UI structure on input&output blank &execution tip 3. refactor(sql): edit inline for variable edition

- Updated dependencies [[`395c3ac`](https://github.com/difizen/libro/commit/395c3accb43aa480d7761e7dd1d4252cd22a647b)]:
- @difizen/libro-code-editor@0.2.35
- @difizen/libro-common@0.2.35
- @difizen/libro-shared-model@0.2.35
- @difizen/libro-virtualized@0.2.35

## 0.2.34

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2.34",
"version": "0.2.35",
"description": "",
"keywords": [
"libro",
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@difizen/libro-code-editor": "^0.2.34",
"@difizen/libro-common": "^0.2.34",
"@difizen/libro-shared-model": "^0.2.34",
"@difizen/libro-virtualized": "^0.2.34",
"@difizen/libro-code-editor": "^0.2.35",
"@difizen/libro-common": "^0.2.35",
"@difizen/libro-shared-model": "^0.2.35",
"@difizen/libro-virtualized": "^0.2.35",
"@difizen/mana-app": "latest",
"@difizen/mana-l10n": "latest",
"@difizen/mana-react": "latest",
Expand Down
Loading

0 comments on commit 8b18212

Please sign in to comment.