Skip to content

Commit 8038b64

Browse files
committed
ci: update patch version and relase workflow
1 parent 98e6ca8 commit 8038b64

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
release:
1115
name: Release

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effstate",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Effect-first state machine library",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effstate/react",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "React integration for effstate",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)