From be061e82de1733e7b927d6a43f006cc331310840 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Dec 2024 17:20:41 +0000 Subject: [PATCH] Version Packages --- .changeset/selfish-apricots-pull.md | 5 ----- integrations/express/CHANGELOG.md | 7 +++++++ integrations/express/package.json | 2 +- integrations/hono/CHANGELOG.md | 7 +++++++ integrations/hono/package.json | 2 +- integrations/island/CHANGELOG.md | 7 +++++++ integrations/island/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/core/version.js | 5 ++++- 10 files changed, 35 insertions(+), 10 deletions(-) delete mode 100644 .changeset/selfish-apricots-pull.md diff --git a/.changeset/selfish-apricots-pull.md b/.changeset/selfish-apricots-pull.md deleted file mode 100644 index 94aa681..0000000 --- a/.changeset/selfish-apricots-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack54": patch ---- - -Output final package version diff --git a/integrations/express/CHANGELOG.md b/integrations/express/CHANGELOG.md index 34ece46..13df2aa 100644 --- a/integrations/express/CHANGELOG.md +++ b/integrations/express/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/express +## 1.0.4 + +### Patch Changes + +- Updated dependencies [f44ba52] + - stack54@0.9.1 + ## 1.0.3 ### Patch Changes diff --git a/integrations/express/package.json b/integrations/express/package.json index 2afae12..4ac3be7 100644 --- a/integrations/express/package.json +++ b/integrations/express/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/express", - "version": "1.0.3", + "version": "1.0.4", "description": "", "type": "module", "homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/express/README.md", diff --git a/integrations/hono/CHANGELOG.md b/integrations/hono/CHANGELOG.md index b6eae48..5bc5261 100644 --- a/integrations/hono/CHANGELOG.md +++ b/integrations/hono/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/hono +## 0.0.9 + +### Patch Changes + +- Updated dependencies [f44ba52] + - stack54@0.9.1 + ## 0.0.8 ### Patch Changes diff --git a/integrations/hono/package.json b/integrations/hono/package.json index 95f6fd5..657f6f8 100644 --- a/integrations/hono/package.json +++ b/integrations/hono/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/hono", - "version": "0.0.8", + "version": "0.0.9", "description": "", "type": "module", "homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/hono/README.md", diff --git a/integrations/island/CHANGELOG.md b/integrations/island/CHANGELOG.md index dcd8171..65574d4 100644 --- a/integrations/island/CHANGELOG.md +++ b/integrations/island/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/island +## 0.3.3 + +### Patch Changes + +- Updated dependencies [f44ba52] + - stack54@0.9.1 + ## 0.3.2 ### Patch Changes diff --git a/integrations/island/package.json b/integrations/island/package.json index 00c05c4..9159fd9 100644 --- a/integrations/island/package.json +++ b/integrations/island/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/island", - "version": "0.3.2", + "version": "0.3.3", "description": "", "type": "module", "homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/island/README.md", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0b1c39f..465ffbd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # mpa +## 0.9.1 + +### Patch Changes + +- f44ba52: Output final package version + ## 0.9.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index d60c2a1..45e6981 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "stack54", - "version": "0.9.0", + "version": "0.9.1", "description": "The fun Javascript stack", "type": "module", "publishConfig": { diff --git a/packages/core/version.js b/packages/core/version.js index c5853ca..2d8ec93 100644 --- a/packages/core/version.js +++ b/packages/core/version.js @@ -1 +1,4 @@ -export const VERSION = '0.0.0' \ No newline at end of file + + // generated during release, do not modify + export const VERSION = "0.9.1"; + \ No newline at end of file