diff --git a/.changeset/forty-feet-battle.md b/.changeset/forty-feet-battle.md deleted file mode 100644 index 05faff0cb..000000000 --- a/.changeset/forty-feet-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typed/fx": patch ---- - -Add some missing operators diff --git a/.changeset/long-doors-judge.md b/.changeset/long-doors-judge.md deleted file mode 100644 index e4731bc6e..000000000 --- a/.changeset/long-doors-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typed/fx": patch ---- - -Change param order of RefSubject.tagged diff --git a/.changeset/quiet-bulldogs-stare.md b/.changeset/quiet-bulldogs-stare.md deleted file mode 100644 index d4c32b185..000000000 --- a/.changeset/quiet-bulldogs-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typed/template": patch ---- - -change param order of EventHandler.make diff --git a/.changeset/witty-files-brake.md b/.changeset/witty-files-brake.md deleted file mode 100644 index 0822fc777..000000000 --- a/.changeset/witty-files-brake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@typed/guard": patch ---- - -Optimize multiple calls to the Guard produced by Guard.any({...}) -by getting the Guard instance only once at the time of creation. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5126e11c1..b8957712f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @typed/core +## 3.2.8 + +### Patch Changes + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb), [`5d29269`](https://github.com/TylorS/typed/commit/5d2926994865aea5064c8a0ffdc1dadfd2369b3a), [`2a84e8b`](https://github.com/TylorS/typed/commit/2a84e8befc18efb864ec270474e315a4b878be51)]: + - @typed/fx@1.27.2 + - @typed/template@0.9.3 + - @typed/guard@0.1.2 + - @typed/navigation@0.13.3 + - @typed/router@0.27.3 + - @typed/ui@0.9.4 + - @typed/route@4.0.1 + ## 3.2.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ea657f286..1c5dd77ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@typed/core", - "version": "3.2.7", + "version": "3.2.8", "description": "", "publishConfig": { "access": "public", diff --git a/packages/fx/CHANGELOG.md b/packages/fx/CHANGELOG.md index 486b21001..1b6179a40 100644 --- a/packages/fx/CHANGELOG.md +++ b/packages/fx/CHANGELOG.md @@ -1,5 +1,16 @@ # @typed/fx +## 1.27.2 + +### Patch Changes + +- [`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399) Thanks [@TylorS](https://github.com/TylorS)! - Add some missing operators + +- [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb) Thanks [@TylorS](https://github.com/TylorS)! - Change param order of RefSubject.tagged + +- Updated dependencies [[`2a84e8b`](https://github.com/TylorS/typed/commit/2a84e8befc18efb864ec270474e315a4b878be51)]: + - @typed/guard@0.1.2 + ## 1.27.1 ### Patch Changes diff --git a/packages/fx/package.json b/packages/fx/package.json index 38e5dfbd9..5f047b689 100644 --- a/packages/fx/package.json +++ b/packages/fx/package.json @@ -1,6 +1,6 @@ { "name": "@typed/fx", - "version": "1.27.1", + "version": "1.27.2", "description": "", "publishConfig": { "access": "public", diff --git a/packages/guard/CHANGELOG.md b/packages/guard/CHANGELOG.md index 6f7f40b35..77d3d90b8 100644 --- a/packages/guard/CHANGELOG.md +++ b/packages/guard/CHANGELOG.md @@ -1,5 +1,12 @@ # @typed/guard +## 0.1.2 + +### Patch Changes + +- [`2a84e8b`](https://github.com/TylorS/typed/commit/2a84e8befc18efb864ec270474e315a4b878be51) Thanks [@TylorS](https://github.com/TylorS)! - Optimize multiple calls to the Guard produced by Guard.any({...}) + by getting the Guard instance only once at the time of creation. + ## 0.1.1 ### Patch Changes diff --git a/packages/guard/package.json b/packages/guard/package.json index 5283faba8..76470a3d7 100644 --- a/packages/guard/package.json +++ b/packages/guard/package.json @@ -1,6 +1,6 @@ { "name": "@typed/guard", - "version": "0.1.1", + "version": "0.1.2", "description": "", "publishConfig": { "access": "public", diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index f5a96fd04..0a9b2ad4d 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -1,5 +1,12 @@ # @typed/navigation +## 0.13.3 + +### Patch Changes + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb)]: + - @typed/fx@1.27.2 + ## 0.13.2 ### Patch Changes diff --git a/packages/navigation/package.json b/packages/navigation/package.json index 03ca74824..2743c8049 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@typed/navigation", - "version": "0.13.2", + "version": "0.13.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/route/CHANGELOG.md b/packages/route/CHANGELOG.md index 7c95f29fd..f13d6c6cb 100644 --- a/packages/route/CHANGELOG.md +++ b/packages/route/CHANGELOG.md @@ -1,5 +1,12 @@ # @typed/route +## 4.0.1 + +### Patch Changes + +- Updated dependencies [[`2a84e8b`](https://github.com/TylorS/typed/commit/2a84e8befc18efb864ec270474e315a4b878be51)]: + - @typed/guard@0.1.2 + ## 4.0.0 ### Minor Changes diff --git a/packages/route/package.json b/packages/route/package.json index 3f8d034ee..e6c4ff7d9 100644 --- a/packages/route/package.json +++ b/packages/route/package.json @@ -1,6 +1,6 @@ { "name": "@typed/route", - "version": "4.0.0", + "version": "4.0.1", "description": "", "publishConfig": { "access": "public", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index c3dbf8f22..d689005d0 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,5 +1,15 @@ # @typed/router +## 0.27.3 + +### Patch Changes + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb), [`2a84e8b`](https://github.com/TylorS/typed/commit/2a84e8befc18efb864ec270474e315a4b878be51)]: + - @typed/fx@1.27.2 + - @typed/guard@0.1.2 + - @typed/navigation@0.13.3 + - @typed/route@4.0.1 + ## 0.27.2 ### Patch Changes diff --git a/packages/router/package.json b/packages/router/package.json index c639f2106..94972dcfb 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@typed/router", - "version": "0.27.2", + "version": "0.27.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 1957f349d..a8b38fb32 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,18 @@ # @typed/storybook +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb), [`5d29269`](https://github.com/TylorS/typed/commit/5d2926994865aea5064c8a0ffdc1dadfd2369b3a)]: + - @typed/fx@1.27.2 + - @typed/template@0.9.3 + - @typed/core@3.2.8 + - @typed/navigation@0.13.3 + - @typed/router@0.27.3 + - @typed/ui@0.9.4 + - @typed/route@4.0.1 + ## 0.4.2 ### Patch Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 3fad9c162..a9359ce79 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@typed/storybook", - "version": "0.4.2", + "version": "0.4.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md index 16f4007a0..be174ab1f 100644 --- a/packages/template/CHANGELOG.md +++ b/packages/template/CHANGELOG.md @@ -1,5 +1,14 @@ # @typed/template +## 0.9.3 + +### Patch Changes + +- [`5d29269`](https://github.com/TylorS/typed/commit/5d2926994865aea5064c8a0ffdc1dadfd2369b3a) Thanks [@TylorS](https://github.com/TylorS)! - change param order of EventHandler.make + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb)]: + - @typed/fx@1.27.2 + ## 0.9.2 ### Patch Changes diff --git a/packages/template/package.json b/packages/template/package.json index 1f4b96573..7ede71902 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@typed/template", - "version": "0.9.2", + "version": "0.9.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index eb4e73645..1ce00e5b9 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @typed/ui +## 0.9.4 + +### Patch Changes + +- Updated dependencies [[`5393bd7`](https://github.com/TylorS/typed/commit/5393bd7d6fe98d034ef7f1af18382c880d62d399), [`1b02026`](https://github.com/TylorS/typed/commit/1b02026c7e9a7ce555badb19e3ff54b93f477fdb), [`5d29269`](https://github.com/TylorS/typed/commit/5d2926994865aea5064c8a0ffdc1dadfd2369b3a)]: + - @typed/fx@1.27.2 + - @typed/template@0.9.3 + - @typed/navigation@0.13.3 + - @typed/router@0.27.3 + - @typed/route@4.0.1 + ## 0.9.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f162b76a9..4c457b32e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@typed/ui", - "version": "0.9.3", + "version": "0.9.4", "description": "", "publishConfig": { "access": "public",