Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisl9029 committed Jan 12, 2024
1 parent 9d7702a commit 00c56a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .reflame.config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@
// },
"npmPackageOverrides": {
// workaround for arborist (the library used by npm) not resolving * to prerelease
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/blocks": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/block-std": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/presets": "0.11.0-nightly-202401020419-752a5b8"
"@blocksuite/global": "0.12.0-nightly-202401120404-4219e86",
"@blocksuite/blocks": "0.12.0-nightly-202401120404-4219e86",
"@blocksuite/store": "0.12.0-nightly-202401120404-4219e86",
"@blocksuite/block-std": "0.12.0-nightly-202401120404-4219e86",
"@blocksuite/presets": "0.12.0-nightly-202401120404-4219e86"
},
"npmPackages": {
"@blocksuite/global": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"peerDependencies": {
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8"
"@blocksuite/global": "0.12.0-nightly-202401120404-4219e86"
},
"dependencies": {
"lit": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/storybook/src/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ window.runtimeConfig = {
enable_bultin_ledits: false,
},
appVersion: '0.11.0',
editorVersion: '0.11.0-nightly-202401020419-752a5b8',
editorVersion: '0.12.0-nightly-202401120404-4219e86',
appBuildType: 'canary',
};
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ __metadata:
zod: "npm:^3.22.4"
peerDependencies:
"@affine/templates": "workspace:*"
"@blocksuite/global": 0.11.0-nightly-202401020419-752a5b8
"@blocksuite/global": 0.12.0-nightly-202401120404-4219e86
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 00c56a9

Please sign in to comment.