diff --git a/.changeset/pre.json b/.changeset/pre.json index 6e97ac8..2ec94a9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,5 +7,7 @@ "stfc-space-user-storage": "1.0.0-next.0", "itty-durable": "0.4.0" }, - "changesets": [] -} \ No newline at end of file + "changesets": [ + "rotten-timers-attend" + ] +} diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e69de29..1df37ad 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,7 @@ +# @radion/ui + +## 1.0.0-next.1 + +### Patch Changes + +- A new start ([`dec6222`](https://github.com/stfc-space/frontend/commit/dec62229080cd54f86f832967a411243d6b8da0b)) diff --git a/packages/ui/package.json b/packages/ui/package.json index cb43d30..a34e4b8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@radion/ui", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/services/stfc.space-user-storage/CHANGELOG.md b/services/stfc.space-user-storage/CHANGELOG.md index e69de29..160d868 100644 --- a/services/stfc.space-user-storage/CHANGELOG.md +++ b/services/stfc.space-user-storage/CHANGELOG.md @@ -0,0 +1,7 @@ +# stfc-space-user-storage + +## 1.0.0-next.1 + +### Patch Changes + +- A new start ([`dec6222`](https://github.com/stfc-space/frontend/commit/dec62229080cd54f86f832967a411243d6b8da0b)) diff --git a/services/stfc.space-user-storage/package.json b/services/stfc.space-user-storage/package.json index 237f5f3..58084d6 100644 --- a/services/stfc.space-user-storage/package.json +++ b/services/stfc.space-user-storage/package.json @@ -1,6 +1,6 @@ { "name": "stfc-space-user-storage", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "devDependencies": { "@cloudflare/workers-types": "^4.20221111.1", "@types/itty-router-extras": "^0.4.0", diff --git a/sites/stfc.space/CHANGELOG.md b/sites/stfc.space/CHANGELOG.md index e69de29..0732e17 100644 --- a/sites/stfc.space/CHANGELOG.md +++ b/sites/stfc.space/CHANGELOG.md @@ -0,0 +1,7 @@ +# stfc.space + +## 1.0.0-next.1 + +### Patch Changes + +- A new start ([`dec6222`](https://github.com/stfc-space/frontend/commit/dec62229080cd54f86f832967a411243d6b8da0b)) diff --git a/sites/stfc.space/package.json b/sites/stfc.space/package.json index 72c0e06..c8b094c 100644 --- a/sites/stfc.space/package.json +++ b/sites/stfc.space/package.json @@ -1,6 +1,6 @@ { "name": "stfc.space", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "dev": "vite dev",