Skip to content

Commit 8506492

Browse files
committed
chore: release v0.1.1
1 parent 73a530c commit 8506492

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/react/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replanejs/react",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React SDK for Replane - feature flags and remote configuration",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -23,7 +23,8 @@
2323
"typecheck": "tsc --noEmit",
2424
"test": "vitest run",
2525
"test:watch": "vitest",
26-
"prepublishOnly": "pnpm run build"
26+
"prepublishOnly": "pnpm run build",
27+
"release": "pnpm run build && bumpp && npm publish"
2728
},
2829
"keywords": [
2930
"replane",
@@ -52,6 +53,7 @@
5253
},
5354
"devDependencies": {
5455
"@testing-library/jest-dom": "^6.9.1",
56+
"bumpp": "^10.1.0",
5557
"@testing-library/react": "^16.3.1",
5658
"@types/node": "^22.19.3",
5759
"@types/react": "^18.2.0",

0 commit comments

Comments
 (0)