Skip to content

Commit 08db227

Browse files
committed
Update packages to beta 0.1.1 version
1 parent 1032f7c commit 08db227

File tree

8 files changed

+35
-17
lines changed

8 files changed

+35
-17
lines changed

.changeset/pre.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"mode": "pre",
3-
"tag": "alpha",
3+
"tag": "beta",
44
"initialVersions": {
5-
"pulse-editor-desktop": "0.0.1",
6-
"pulse-editor-mobile": "0.0.1",
7-
"@pulse-editor/react-api": "0.1.1-beta.1",
8-
"@pulse-editor/shared-utils": "0.1.1-beta.1",
9-
"pulse-editor-vscode": "0.0.3",
10-
"@pulse-editor/web": "0.1.1-beta.1",
11-
"@pulse-editor/desktop": "0.0.1",
5+
"@pulse-editor/capacitor-plugin": "0.0.1",
126
"@pulse-editor/mobile": "0.0.1",
13-
"@pulse-editor/capacitor-plugin": "0.0.1"
7+
"@pulse-editor/react-api": "0.1.1-alpha.54",
8+
"@pulse-editor/shared-utils": "0.1.1-alpha.54",
9+
"pulse-editor-vscode": "0.0.3",
10+
"@pulse-editor/web": "0.1.1-alpha.13"
1411
},
1512
"changesets": [
1613
"angry-llamas-smash",
@@ -55,6 +52,7 @@
5552
"sharp-memes-give",
5653
"shiny-doodles-jump",
5754
"silent-glasses-kick",
55+
"slick-olives-wink",
5856
"slick-roses-fix",
5957
"social-donkeys-cross",
6058
"soft-cases-share",

.changeset/slick-olives-wink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Release BETA packages

npm-packages/react-api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pulse-editor/react-api
22

3+
## 0.1.1-beta.55
4+
5+
### Patch Changes
6+
7+
- Release BETA packages
8+
- Updated dependencies
9+
- @pulse-editor/shared-utils@0.1.1-beta.55
10+
311
## 0.1.1-alpha.54
412

513
### Patch Changes

npm-packages/react-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulse-editor/react-api",
3-
"version": "0.1.1-alpha.54",
3+
"version": "0.1.1-beta.55",
44
"main": "dist/main.js",
55
"files": [
66
"dist"
@@ -37,7 +37,7 @@
3737
"typescript-eslint": "^8.30.1"
3838
},
3939
"peerDependencies": {
40-
"@pulse-editor/shared-utils": "0.1.1-alpha.54",
40+
"@pulse-editor/shared-utils": "0.1.1-beta.55",
4141
"react": "^19.0.0",
4242
"react-dom": "^19.0.0"
4343
}

npm-packages/shared-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pulse-editor/shared-utils
22

3+
## 0.1.1-beta.55
4+
5+
### Patch Changes
6+
7+
- Release BETA packages
8+
39
## 0.1.1-alpha.54
410

511
### Patch Changes

npm-packages/shared-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulse-editor/shared-utils",
3-
"version": "0.1.1-alpha.54",
3+
"version": "0.1.1-beta.55",
44
"main": "dist/main.js",
55
"files": [
66
"dist"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@langchain/core": "^0.3.66",
2828
"@langchain/openai": "^0.6.3",
2929
"@pulse-editor/capacitor-plugin": "file:../capacitor-plugin",
30-
"@pulse-editor/shared-utils": "^0.1.1-alpha.50",
30+
"@pulse-editor/shared-utils": "^0.1.1-beta.55",
3131
"@ricky0123/vad-web": "^0.0.28",
3232
"@vercel/analytics": "^1.5.0",
3333
"@xyflow/react": "^12.8.6",

0 commit comments

Comments
 (0)