Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 950a9a1

Browse files
fix: fixing changeset setup for monorepo (#45)
1 parent 15ea91d commit 950a9a1

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
}
88
],
99
"access": "public",
10-
"baseBranch": "master"
10+
"baseBranch": "master",
11+
"fixed": [["react-native-zephyr"]]
1112
}

.changeset/pink-emus-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-native-zephyr": patch
3+
---
4+
5+
Adding GitHub Release workflow and Provenance Badge

.changeset/pretty-goats-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
id: changesets
3535
uses: changesets/action@v1
3636
with:
37-
version: yarn workspace react-native-zephyr changeset version
38-
publish: yarn workspace react-native-zephyr changeset publish
37+
version: yarn changeset version
38+
publish: yarn changeset publish
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"styling",
99
"tailwind-css"
1010
],
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"main": "dist/index.js",
1313
"types": "dist/index.d.ts",
1414
"license": "MIT",

0 commit comments

Comments
 (0)