We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a530c commit 8506492Copy full SHA for 8506492
1 file changed
packages/react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@replanejs/react",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "React SDK for Replane - feature flags and remote configuration",
5
"type": "module",
6
"main": "./dist/index.cjs",
@@ -23,7 +23,8 @@
23
"typecheck": "tsc --noEmit",
24
"test": "vitest run",
25
"test:watch": "vitest",
26
- "prepublishOnly": "pnpm run build"
+ "prepublishOnly": "pnpm run build",
27
+ "release": "pnpm run build && bumpp && npm publish"
28
},
29
"keywords": [
30
"replane",
@@ -52,6 +53,7 @@
52
53
54
"devDependencies": {
55
"@testing-library/jest-dom": "^6.9.1",
56
+ "bumpp": "^10.1.0",
57
"@testing-library/react": "^16.3.1",
58
"@types/node": "^22.19.3",
59
"@types/react": "^18.2.0",
0 commit comments