Skip to content

Commit ec35cc9

Browse files
committed
Add 0.1.1-beta-1
1 parent 37583b4 commit ec35cc9

File tree

9 files changed

+42
-12
lines changed

9 files changed

+42
-12
lines changed

.changeset/chatty-trains-beam.md

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

.changeset/pre.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"mode": "pre",
3-
"tag": "alpha",
3+
"tag": "beta",
44
"initialVersions": {
55
"pulse-editor-desktop": "0.0.1",
66
"pulse-editor-mobile": "0.0.1",
7-
"@pulse-editor/react-api": "0.1.0",
8-
"@pulse-editor/shared-utils": "0.1.0",
7+
"@pulse-editor/react-api": "0.1.1-alpha.0",
8+
"@pulse-editor/shared-utils": "0.1.1-alpha.0",
99
"pulse-editor-vscode": "0.0.3",
10-
"pulse-editor-web": "0.0.2"
10+
"pulse-editor-web": "0.1.1-alpha.0"
1111
},
1212
"changesets": [
13+
"chatty-trains-beam",
1314
"mighty-ghosts-crash"
1415
]
1516
}

.github/workflows/release-npm-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
with:
2323
node-version: 20
2424

25-
- name: Install changesets
26-
run: npm i -D changesets
27-
2825
- name: Install dependencies
2926
run: npm i --workspace=npm-packages/shared-utils && npm i --workspace=npm-packages/react-api
3027

@@ -34,6 +31,9 @@ jobs:
3431
- name: Build @pulse-editor/react-api
3532
run: npm run build --workspace=npm-packages/react-api
3633

34+
- name: Install changesets
35+
run: npm i -D changesets
36+
3737
- name: Create Release Pull Request or Publish to npm
3838
id: changesets
3939
uses: changesets/action@v1

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.1
4+
5+
### Patch Changes
6+
7+
- 0.1.1-beta
8+
- Updated dependencies
9+
- @pulse-editor/shared-utils@0.1.1-beta.1
10+
311
## 0.1.1-alpha.0
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.0",
3+
"version": "0.1.1-beta.1",
44
"main": "dist/main.js",
55
"type": "module",
66
"files": [
@@ -35,7 +35,7 @@
3535
"typescript-eslint": "^8.30.1"
3636
},
3737
"peerDependencies": {
38-
"@pulse-editor/shared-utils": "0.1.1-alpha.0",
38+
"@pulse-editor/shared-utils": "0.1.1-beta.1",
3939
"react": "^19.0.0",
4040
"react-dom": "^19.0.0"
4141
}

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.1
4+
5+
### Patch Changes
6+
7+
- 0.1.1-beta
8+
39
## 0.1.1-alpha.0
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.0",
3+
"version": "0.1.1-beta.1",
44
"main": "dist/main.js",
55
"type": "module",
66
"files": [

web/CHANGELOG.md

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

3+
## 0.1.1-beta.1
4+
5+
### Patch Changes
6+
7+
- 0.1.1-beta
8+
- Updated dependencies
9+
- @pulse-editor/shared-utils@0.1.1-beta.1
10+
311
## 0.1.1-alpha.0
412

513
### Minor Changes

web/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-web",
3-
"version": "0.1.1-alpha.0",
3+
"version": "0.1.1-beta.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"@heroui/theme": "^2.4.14-beta.2",
2222
"@langchain/anthropic": "^0.3.18",
2323
"@langchain/community": "^0.3.41",
24-
"@pulse-editor/shared-utils": "^0.1.1-alpha.0",
24+
"@pulse-editor/shared-utils": "^0.1.1-beta.1",
2525
"@ricky0123/vad-web": "^0.0.22",
2626
"elevenlabs": "^1.57.0",
2727
"framer-motion": "^12.7.4",

0 commit comments

Comments
 (0)