Skip to content

Commit 76467bf

Browse files
committed
chore: release v0.7.0
1 parent 1a3137c commit 76467bf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replanejs/next",
3-
"version": "0.1.0",
3+
"version": "0.7.0",
44
"description": "Next.js SDK for Replane - feature flags and remote configuration with SSR support",
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": "@replanejs/react",
3-
"version": "0.1.1",
3+
"version": "0.7.0",
44
"description": "React SDK for Replane - feature flags and remote configuration",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replanejs/sdk",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Dynamic configuration SDK for browser and server environments (Node.js, Deno, Bun). Powered by Replane.",
55
"type": "module",
66
"license": "MIT",

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replanejs/svelte",
3-
"version": "0.1.0",
3+
"version": "0.7.0",
44
"description": "Svelte SDK for Replane - feature flags and remote configuration",
55
"type": "module",
66
"svelte": "./dist/index.js",

0 commit comments

Comments
 (0)