diff --git a/.changeset/dull-jeans-serve.md b/.changeset/dull-jeans-serve.md deleted file mode 100644 index 1746638c0..000000000 --- a/.changeset/dull-jeans-serve.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@typed/environment": patch -"@typed/vite-plugin": patch -"@typed/async-data": patch -"@typed/navigation": patch -"@typed/storybook": patch -"@typed/template": patch -"@typed/context": patch -"@typed/decoder": patch -"@typed/router": patch -"@typed/server": patch -"@typed/guard": patch -"@typed/route": patch -"@typed/core": patch -"@typed/path": patch -"@typed/dom": patch -"@typed/fx": patch -"@typed/id": patch -"@typed/ui": patch ---- - -Upgrade Effect diff --git a/.changeset/new-candles-shave.md b/.changeset/new-candles-shave.md deleted file mode 100644 index ac7ac32ec..000000000 --- a/.changeset/new-candles-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typed/router": patch ---- - -Improve optional parameters diff --git a/.changeset/seven-oranges-change.md b/.changeset/seven-oranges-change.md deleted file mode 100644 index b7fdf9dad..000000000 --- a/.changeset/seven-oranges-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typed/route": patch ---- - -Improve composability of query parameters diff --git a/.changeset/strange-bottles-stare.md b/.changeset/strange-bottles-stare.md deleted file mode 100644 index aa419c9ad..000000000 --- a/.changeset/strange-bottles-stare.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@typed/environment": minor -"@typed/async-data": minor -"@typed/navigation": minor -"@typed/storybook": minor -"@typed/template": minor -"@typed/context": minor -"@typed/decoder": minor -"@typed/router": minor -"@typed/server": minor -"@typed/guard": minor -"@typed/route": minor -"@typed/core": minor -"@typed/path": minor -"@typed/dom": minor -"@typed/fx": minor -"@typed/id": minor -"@typed/ui": minor ---- - -Upgrade Effect deps diff --git a/.changeset/tiny-buckets-hide.md b/.changeset/tiny-buckets-hide.md deleted file mode 100644 index 8f9766c75..000000000 --- a/.changeset/tiny-buckets-hide.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@typed/environment": patch -"@typed/async-data": patch -"@typed/navigation": patch -"@typed/storybook": patch -"@typed/template": patch -"@typed/context": patch -"@typed/decoder": patch -"@typed/router": patch -"@typed/server": patch -"@typed/guard": patch -"@typed/route": patch -"@typed/core": patch -"@typed/path": patch -"@typed/dom": patch -"@typed/fx": patch -"@typed/id": patch -"@typed/ui": patch ---- - -Upgrade Effect deps diff --git a/packages/async-data/CHANGELOG.md b/packages/async-data/CHANGELOG.md index 17b803491..9ab7f9a39 100644 --- a/packages/async-data/CHANGELOG.md +++ b/packages/async-data/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/async-data +## 0.10.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + ## 0.9.0 ### Minor Changes diff --git a/packages/async-data/package.json b/packages/async-data/package.json index ecd6b942a..89276245d 100644 --- a/packages/async-data/package.json +++ b/packages/async-data/package.json @@ -1,6 +1,6 @@ { "name": "@typed/async-data", - "version": "0.9.0", + "version": "0.10.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 9ffae8719..f7b24d24c 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/context +## 0.28.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + ## 0.27.0 ### Minor Changes diff --git a/packages/context/package.json b/packages/context/package.json index fcc046e10..762dfb13e 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@typed/context", - "version": "0.27.0", + "version": "0.28.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c8251b98a..504608aaa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @typed/core +## 3.5.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`3686d1f`](https://github.com/TylorS/typed/commit/3686d1f4085467365b42a397d4a1b1e6ba106632), [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/environment@0.9.0 + - @typed/vite-plugin@0.2.1 + - @typed/async-data@0.10.0 + - @typed/navigation@0.16.0 + - @typed/template@0.12.0 + - @typed/context@0.28.0 + - @typed/decoder@0.19.0 + - @typed/router@0.30.0 + - @typed/server@0.3.0 + - @typed/guard@0.4.0 + - @typed/route@7.0.0 + - @typed/path@0.13.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + - @typed/id@0.9.0 + - @typed/ui@0.12.0 + ## 3.4.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index bb158fb29..510edbc17 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@typed/core", - "version": "3.4.0", + "version": "3.5.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/decoder/CHANGELOG.md b/packages/decoder/CHANGELOG.md index 1d4d2bdeb..c85dd1d0f 100644 --- a/packages/decoder/CHANGELOG.md +++ b/packages/decoder/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/decoder +## 0.19.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + ## 0.18.0 ### Minor Changes diff --git a/packages/decoder/package.json b/packages/decoder/package.json index 20e404e01..9268ad9f5 100644 --- a/packages/decoder/package.json +++ b/packages/decoder/package.json @@ -1,6 +1,6 @@ { "name": "@typed/decoder", - "version": "0.18.0", + "version": "0.19.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md index 8fa300425..d4a2a70bf 100644 --- a/packages/dom/CHANGELOG.md +++ b/packages/dom/CHANGELOG.md @@ -1,5 +1,20 @@ # @typed/dom +## 16.0.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/context@0.28.0 + ## 15.0.0 ### Minor Changes diff --git a/packages/dom/package.json b/packages/dom/package.json index 376196223..f6b868dd5 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,6 +1,6 @@ { "name": "@typed/dom", - "version": "15.0.0", + "version": "16.0.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/environment/CHANGELOG.md b/packages/environment/CHANGELOG.md index a4216ba66..53495e067 100644 --- a/packages/environment/CHANGELOG.md +++ b/packages/environment/CHANGELOG.md @@ -1,5 +1,20 @@ # @typed/environment +## 0.9.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/context@0.28.0 + ## 0.8.0 ### Minor Changes diff --git a/packages/environment/package.json b/packages/environment/package.json index 9a3e4295b..b42a241f2 100644 --- a/packages/environment/package.json +++ b/packages/environment/package.json @@ -1,6 +1,6 @@ { "name": "@typed/environment", - "version": "0.8.0", + "version": "0.9.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/fx/CHANGELOG.md b/packages/fx/CHANGELOG.md index e2a3e9bdd..5e8bc541b 100644 --- a/packages/fx/CHANGELOG.md +++ b/packages/fx/CHANGELOG.md @@ -1,5 +1,22 @@ # @typed/fx +## 1.30.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/async-data@0.10.0 + - @typed/context@0.28.0 + - @typed/guard@0.4.0 + ## 1.29.0 ### Minor Changes diff --git a/packages/fx/package.json b/packages/fx/package.json index e633a3b6e..b6893757f 100644 --- a/packages/fx/package.json +++ b/packages/fx/package.json @@ -1,6 +1,6 @@ { "name": "@typed/fx", - "version": "1.29.0", + "version": "1.30.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/guard/CHANGELOG.md b/packages/guard/CHANGELOG.md index f9cc7742c..76ce486ad 100644 --- a/packages/guard/CHANGELOG.md +++ b/packages/guard/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/guard +## 0.4.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + ## 0.3.0 ### Minor Changes diff --git a/packages/guard/package.json b/packages/guard/package.json index 768341249..5f818bc9f 100644 --- a/packages/guard/package.json +++ b/packages/guard/package.json @@ -1,6 +1,6 @@ { "name": "@typed/guard", - "version": "0.3.0", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/id/CHANGELOG.md b/packages/id/CHANGELOG.md index 370c2443e..e3a56a500 100644 --- a/packages/id/CHANGELOG.md +++ b/packages/id/CHANGELOG.md @@ -1,5 +1,20 @@ # @typed/id +## 0.9.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/context@0.28.0 + ## 0.8.0 ### Minor Changes diff --git a/packages/id/package.json b/packages/id/package.json index 8c1fbebb0..23611ed69 100644 --- a/packages/id/package.json +++ b/packages/id/package.json @@ -1,6 +1,6 @@ { "name": "@typed/id", - "version": "0.8.0", + "version": "0.9.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index 082dd6f9e..a1ace8cbb 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -1,5 +1,23 @@ # @typed/navigation +## 0.16.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/context@0.28.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + - @typed/id@0.9.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/navigation/package.json b/packages/navigation/package.json index b31da1f6d..68e3237f3 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@typed/navigation", - "version": "0.15.0", + "version": "0.16.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/path/CHANGELOG.md b/packages/path/CHANGELOG.md index 62f0398a3..dfe132693 100644 --- a/packages/path/CHANGELOG.md +++ b/packages/path/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/path +## 0.13.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + ## 0.12.0 ### Minor Changes diff --git a/packages/path/package.json b/packages/path/package.json index 5ec1cccd8..17dea8626 100644 --- a/packages/path/package.json +++ b/packages/path/package.json @@ -1,6 +1,6 @@ { "name": "@typed/path", - "version": "0.12.0", + "version": "0.13.0", "description": "Type-safe utilities for building path-to-regexp formatted strings", "publishConfig": { "access": "public", diff --git a/packages/route/CHANGELOG.md b/packages/route/CHANGELOG.md index 6d03a6bd3..db46dc33a 100644 --- a/packages/route/CHANGELOG.md +++ b/packages/route/CHANGELOG.md @@ -1,5 +1,25 @@ # @typed/route +## 7.0.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75) Thanks [@TylorS](https://github.com/TylorS)! - Improve composability of query parameters + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/decoder@0.19.0 + - @typed/guard@0.4.0 + - @typed/path@0.13.0 + - @typed/id@0.9.0 + ## 6.0.0 ### Minor Changes diff --git a/packages/route/package.json b/packages/route/package.json index accfdcfa1..e9273fe34 100644 --- a/packages/route/package.json +++ b/packages/route/package.json @@ -1,6 +1,6 @@ { "name": "@typed/route", - "version": "6.0.0", + "version": "7.0.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 0095b3c31..5b7b3a5b1 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,5 +1,29 @@ # @typed/router +## 0.30.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`3686d1f`](https://github.com/TylorS/typed/commit/3686d1f4085467365b42a397d4a1b1e6ba106632) Thanks [@TylorS](https://github.com/TylorS)! - Improve optional parameters + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/environment@0.9.0 + - @typed/navigation@0.16.0 + - @typed/context@0.28.0 + - @typed/guard@0.4.0 + - @typed/route@7.0.0 + - @typed/path@0.13.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + ## 0.29.0 ### Minor Changes diff --git a/packages/router/package.json b/packages/router/package.json index b9aea5d67..718a3568f 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@typed/router", - "version": "0.29.0", + "version": "0.30.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index ba95cab38..ff032ea45 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,24 @@ # @typed/server +## 0.3.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`3686d1f`](https://github.com/TylorS/typed/commit/3686d1f4085467365b42a397d4a1b1e6ba106632), [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/navigation@0.16.0 + - @typed/context@0.28.0 + - @typed/router@0.30.0 + - @typed/route@7.0.0 + - @typed/path@0.13.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/server/package.json b/packages/server/package.json index 478fe6290..2fa4abfa3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@typed/server", - "version": "0.2.0", + "version": "0.3.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 315221be6..0a0aee9af 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,33 @@ # @typed/storybook +## 0.7.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`3686d1f`](https://github.com/TylorS/typed/commit/3686d1f4085467365b42a397d4a1b1e6ba106632), [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/environment@0.9.0 + - @typed/async-data@0.10.0 + - @typed/navigation@0.16.0 + - @typed/template@0.12.0 + - @typed/context@0.28.0 + - @typed/decoder@0.19.0 + - @typed/router@0.30.0 + - @typed/route@7.0.0 + - @typed/core@3.5.0 + - @typed/path@0.13.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + - @typed/id@0.9.0 + - @typed/ui@0.12.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 3ea778496..b19d999fb 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@typed/storybook", - "version": "0.6.0", + "version": "0.7.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md index b923cdfee..39cd89624 100644 --- a/packages/template/CHANGELOG.md +++ b/packages/template/CHANGELOG.md @@ -1,5 +1,23 @@ # @typed/template +## 0.12.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/environment@0.9.0 + - @typed/context@0.28.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/template/package.json b/packages/template/package.json index a3f7426e6..a9c16d825 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@typed/template", - "version": "0.11.0", + "version": "0.12.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f656ead86..6d750db8d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,27 @@ # @typed/ui +## 0.12.0 + +### Minor Changes + +- [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + +- [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps + +- Updated dependencies [[`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486), [`3686d1f`](https://github.com/TylorS/typed/commit/3686d1f4085467365b42a397d4a1b1e6ba106632), [`4b067f8`](https://github.com/TylorS/typed/commit/4b067f8081b2ee40bdaf55fc002a17ab98382e75), [`a96ca73`](https://github.com/TylorS/typed/commit/a96ca739362e40782cefa2e1eafbd27e023d9f48), [`419179f`](https://github.com/TylorS/typed/commit/419179f32cab52931da32359a00ed7c820ccdcc3)]: + - @typed/environment@0.9.0 + - @typed/navigation@0.16.0 + - @typed/template@0.12.0 + - @typed/context@0.28.0 + - @typed/router@0.30.0 + - @typed/route@7.0.0 + - @typed/dom@16.0.0 + - @typed/fx@1.30.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 36417de8d..778a33afc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@typed/ui", - "version": "0.11.0", + "version": "0.12.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 1a7649d06..6e7349331 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/vite-plugin +## 0.2.1 + +### Patch Changes + +- [`7103937`](https://github.com/TylorS/typed/commit/7103937424a875d3095f8945cb9abc7fbbf22486) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + ## 0.2.0 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index cf0110e80..8751f4d9d 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@typed/vite-plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "", "publishConfig": { "access": "public",