We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e6ca8 commit 8038b64Copy full SHA for 8038b64
.github/workflows/release.yml
@@ -6,6 +6,10 @@ on:
6
7
concurrency: ${{ github.workflow }}-${{ github.ref }}
8
9
+permissions:
10
+ contents: write
11
+ pull-requests: write
12
+
13
jobs:
14
release:
15
name: Release
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "effstate",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Effect-first state machine library",
5
"type": "module",
"main": "./dist/index.cjs",
packages/react/package.json
"name": "@effstate/react",
"description": "React integration for effstate",
0 commit comments