diff --git a/.changeset/unlucky-experts-shout.md b/.changeset/unlucky-experts-shout.md deleted file mode 100644 index b8c6fbc..0000000 --- a/.changeset/unlucky-experts-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack54": patch ---- - -Fixes views build failure caused by when no view found in project directory diff --git a/integrations/express/CHANGELOG.md b/integrations/express/CHANGELOG.md index 2c6a98f..e9789dd 100644 --- a/integrations/express/CHANGELOG.md +++ b/integrations/express/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/express +## 1.0.2 + +### Patch Changes + +- Updated dependencies [af66f61] + - stack54@0.8.1 + ## 1.0.1 ### Patch Changes diff --git a/integrations/express/package.json b/integrations/express/package.json index a18ec84..8f61b6f 100644 --- a/integrations/express/package.json +++ b/integrations/express/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/express", - "version": "1.0.1", + "version": "1.0.2", "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 68b7247..9f05a1c 100644 --- a/integrations/hono/CHANGELOG.md +++ b/integrations/hono/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/hono +## 0.0.7 + +### Patch Changes + +- Updated dependencies [af66f61] + - stack54@0.8.1 + ## 0.0.6 ### Patch Changes diff --git a/integrations/hono/package.json b/integrations/hono/package.json index 80e1863..9d9c895 100644 --- a/integrations/hono/package.json +++ b/integrations/hono/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/hono", - "version": "0.0.6", + "version": "0.0.7", "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 64c85c2..3e3b7e9 100644 --- a/integrations/island/CHANGELOG.md +++ b/integrations/island/CHANGELOG.md @@ -1,5 +1,12 @@ # @stack54/island +## 0.3.1 + +### Patch Changes + +- Updated dependencies [af66f61] + - stack54@0.8.1 + ## 0.3.0 ### Minor Changes diff --git a/integrations/island/package.json b/integrations/island/package.json index 6d5daae..8e9e5a3 100644 --- a/integrations/island/package.json +++ b/integrations/island/package.json @@ -1,6 +1,6 @@ { "name": "@stack54/island", - "version": "0.3.0", + "version": "0.3.1", "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 6d145a0..ab416fd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # mpa +## 0.8.1 + +### Patch Changes + +- af66f61: Fixes views build failure caused by when no view found in project directory + ## 0.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 04b77ce..ac2a9f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "stack54", - "version": "0.8.0", + "version": "0.8.1", "description": "The fun Javascript stack", "type": "module", "publishConfig": {