Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 29, 2024
1 parent a584097 commit 02fbf69
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-feet-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-doors-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-bulldogs-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-files-brake.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/core",
"version": "3.2.7",
"version": "3.2.8",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/fx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/fx",
"version": "1.27.1",
"version": "1.27.2",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/guard",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/navigation",
"version": "0.13.2",
"version": "0.13.3",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/route",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
10 changes: 10 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/router",
"version": "0.27.2",
"version": "0.27.3",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
13 changes: 13 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/storybook",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/template",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/ui",
"version": "0.9.3",
"version": "0.9.4",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 02fbf69

Please sign in to comment.