diff --git a/.changeset/fair-bikes-think.md b/.changeset/fair-bikes-think.md deleted file mode 100644 index 8559ce5..0000000 --- a/.changeset/fair-bikes-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": patch ---- - -Handle svelte component style tag preprocessing properly diff --git a/.changeset/few-garlics-tap.md b/.changeset/few-garlics-tap.md deleted file mode 100644 index e552d69..0000000 --- a/.changeset/few-garlics-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": minor ---- - -Infer typescript typeof final output of render function, depending on the glob import strategy diff --git a/.changeset/nasty-bottles-dress.md b/.changeset/nasty-bottles-dress.md deleted file mode 100644 index 729b5dc..0000000 --- a/.changeset/nasty-bottles-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": minor ---- - -Replace development environment polyfill with remix polyfill diff --git a/.changeset/red-drinks-attend.md b/.changeset/red-drinks-attend.md deleted file mode 100644 index 421deb0..0000000 --- a/.changeset/red-drinks-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": minor ---- - -Add views and props intellisense plugin diff --git a/.changeset/strange-ducks-drum.md b/.changeset/strange-ducks-drum.md deleted file mode 100644 index fe1b8e5..0000000 --- a/.changeset/strange-ducks-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": minor ---- - -Add cookie, session and flash handling utilities diff --git a/.changeset/violet-peas-count.md b/.changeset/violet-peas-count.md deleted file mode 100644 index 5513a2c..0000000 --- a/.changeset/violet-peas-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@leanweb/fullstack": minor ---- - -Add islands feature diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aa419aa..09a2d64 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @leanweb/fullstack +## 0.4.0 + +### Minor Changes + +- faa38dd: Infer typescript typeof final output of render function, depending on the glob import strategy +- 85e121f: Replace development environment polyfill with remix polyfill +- 81f2c04: Add views and props intellisense plugin +- 9a273ff: Add cookie, session and flash handling utilities +- 954030b: Add islands feature + +### Patch Changes + +- 3afa5d5: Handle svelte component style tag preprocessing properly + ## 0.3.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3f750a0..f9d6ee4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@leanweb/fullstack", - "version": "0.3.1", + "version": "0.4.0", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/playground/unocss/CHANGELOG.md b/playground/unocss/CHANGELOG.md index e4d1793..cf6dee8 100644 --- a/playground/unocss/CHANGELOG.md +++ b/playground/unocss/CHANGELOG.md @@ -1,5 +1,17 @@ # basic +## 1.0.11 + +### Patch Changes + +- Updated dependencies [3afa5d5] +- Updated dependencies [faa38dd] +- Updated dependencies [85e121f] +- Updated dependencies [81f2c04] +- Updated dependencies [9a273ff] +- Updated dependencies [954030b] + - @leanweb/fullstack@0.4.0 + ## 1.0.10 ### Patch Changes diff --git a/playground/unocss/package.json b/playground/unocss/package.json index c38b95e..3fb55f4 100644 --- a/playground/unocss/package.json +++ b/playground/unocss/package.json @@ -1,6 +1,6 @@ { "name": "basic", - "version": "1.0.10", + "version": "1.0.11", "description": "", "type": "module", "scripts": {