Skip to content

Commit

Permalink
Version Packages (#28)
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] authored Jan 11, 2024
1 parent 3b28d4a commit 0a20d53
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-pumas-mate.md

This file was deleted.

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

## 1.20.1

### Patch Changes

- [`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d) Thanks [@TylorS](https://github.com/TylorS)! - fix: ensure (Ref)Subject close resources correctly

## 1.20.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.20.0",
"version": "1.20.1",
"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.8.1

### Patch Changes

- Updated dependencies [[`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d)]:
- @typed/fx@1.20.1

## 0.8.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.8.0",
"version": "0.8.1",
"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

## 2.0.1

### Patch Changes

- Updated dependencies [[`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d)]:
- @typed/fx@1.20.1

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

## 0.21.1

### Patch Changes

- Updated dependencies [[`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d)]:
- @typed/fx@1.20.1
- @typed/navigation@0.8.1
- @typed/route@2.0.1

## 0.21.0

### Minor 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.21.0",
"version": "0.21.1",
"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.3.3

### Patch Changes

- Updated dependencies [[`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d)]:
- @typed/fx@1.20.1

## 0.3.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.3.2",
"version": "0.3.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.3.3

### Patch Changes

- Updated dependencies [[`3b28d4a`](https://github.com/TylorS/typed/commit/3b28d4a6e427020571993c263a5b94d3dfdfd34d)]:
- @typed/fx@1.20.1
- @typed/navigation@0.8.1
- @typed/route@2.0.1
- @typed/router@0.21.1
- @typed/template@0.3.3

## 0.3.2

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

0 comments on commit 0a20d53

Please sign in to comment.