Skip to content

Commit

Permalink
Version Packages (#50)
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 24, 2024
1 parent 024b4bc commit d285001
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 26 deletions.
12 changes: 0 additions & 12 deletions .changeset/quick-lobsters-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-donuts-report.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @typed/core

## 3.2.5

### Patch Changes

- [`024b4bc`](https://github.com/TylorS/typed/commit/024b4bc4a7fdf93110bd23a03bec1525a8f4a743) Thanks [@TylorS](https://github.com/TylorS)! - Update Guard module to use @typed/guard

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/router@0.27.0
- @typed/guard@0.1.0
- @typed/route@3.3.0
- @typed/fx@1.27.0
- @typed/ui@0.9.1
- @typed/navigation@0.13.1
- @typed/template@0.9.1

## 3.2.4

### 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.4",
"version": "3.2.5",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
14 changes: 14 additions & 0 deletions packages/fx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @typed/fx

## 1.27.0

### Minor Changes

- [`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4) Thanks [@TylorS](https://github.com/TylorS)! - Extract @typed/fx/Guard to @typed/guard for reuse in @typed/route.

- Removes the need for @typed/route to have a dependency on @typed/fx.
- Removes duplicated combinators from @typed/route that can now live in @typed/guard.

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/guard@0.1.0

## 1.26.0

### Minor 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.26.0",
"version": "1.27.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
10 changes: 10 additions & 0 deletions packages/guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @typed/guard

## 0.1.0

### Minor Changes

- [`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4) Thanks [@TylorS](https://github.com/TylorS)! - Extract @typed/fx/Guard to @typed/guard for reuse in @typed/route.

- Removes the need for @typed/route to have a dependency on @typed/fx.
- Removes duplicated combinators from @typed/route that can now live in @typed/guard.
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.0.0",
"version": "0.1.0",
"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.1

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/fx@1.27.0

## 0.13.0

### Minor 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.0",
"version": "0.13.1",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
14 changes: 14 additions & 0 deletions packages/route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @typed/route

## 3.3.0

### Minor Changes

- [`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4) Thanks [@TylorS](https://github.com/TylorS)! - Extract @typed/fx/Guard to @typed/guard for reuse in @typed/route.

- Removes the need for @typed/route to have a dependency on @typed/fx.
- Removes duplicated combinators from @typed/route that can now live in @typed/guard.

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/guard@0.1.0

## 3.2.4

### Patch 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": "3.2.4",
"version": "3.3.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
17 changes: 17 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @typed/router

## 0.27.0

### Minor Changes

- [`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4) Thanks [@TylorS](https://github.com/TylorS)! - Extract @typed/fx/Guard to @typed/guard for reuse in @typed/route.

- Removes the need for @typed/route to have a dependency on @typed/fx.
- Removes duplicated combinators from @typed/route that can now live in @typed/guard.

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/guard@0.1.0
- @typed/route@3.3.0
- @typed/fx@1.27.0
- @typed/navigation@0.13.1

## 0.26.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.26.2",
"version": "0.27.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
20 changes: 20 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @typed/storybook

## 0.4.0

### Minor Changes

- [`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4) Thanks [@TylorS](https://github.com/TylorS)! - Extract @typed/fx/Guard to @typed/guard for reuse in @typed/route.

- Removes the need for @typed/route to have a dependency on @typed/fx.
- Removes duplicated combinators from @typed/route that can now live in @typed/guard.

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4), [`024b4bc`](https://github.com/TylorS/typed/commit/024b4bc4a7fdf93110bd23a03bec1525a8f4a743)]:
- @typed/router@0.27.0
- @typed/route@3.3.0
- @typed/fx@1.27.0
- @typed/core@3.2.5
- @typed/ui@0.9.1
- @typed/navigation@0.13.1
- @typed/template@0.9.1

## 0.3.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.3.2",
"version": "0.4.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typed/template

## 0.9.1

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/fx@1.27.0

## 0.9.0

### Minor 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.0",
"version": "0.9.1",
"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.1

### Patch Changes

- Updated dependencies [[`4e9e4da`](https://github.com/TylorS/typed/commit/4e9e4dab5e348fa927995b98f1403454f4ba49d4)]:
- @typed/router@0.27.0
- @typed/route@3.3.0
- @typed/fx@1.27.0
- @typed/navigation@0.13.1
- @typed/template@0.9.1

## 0.9.0

### Minor 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.0",
"version": "0.9.1",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d285001

Please sign in to comment.