Skip to content

Commit

Permalink
Version Packages (#63)
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 Jun 19, 2024
1 parent ed85c76 commit 933e5b3
Show file tree
Hide file tree
Showing 42 changed files with 320 additions and 68 deletions.
24 changes: 0 additions & 24 deletions .changeset/fifty-waves-cross.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/giant-dancers-juggle.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/async-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/async-data",
"version": "0.10.0",
"version": "0.11.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
13 changes: 13 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @typed/compiler

## 0.17.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/core@3.6.0

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/compiler",
"version": "0.16.0",
"version": "0.17.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
10 changes: 10 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @typed/context

## 0.29.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/context",
"version": "0.28.0",
"version": "0.29.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
29 changes: 29 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @typed/core

## 3.6.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/vite-plugin-types@0.3.0
- @typed/environment@0.10.0
- @typed/vite-plugin@0.3.0
- @typed/async-data@0.11.0
- @typed/navigation@0.17.0
- @typed/template@0.13.0
- @typed/context@0.29.0
- @typed/decoder@0.20.0
- @typed/router@0.31.0
- @typed/server@0.4.0
- @typed/guard@0.5.0
- @typed/route@8.0.0
- @typed/path@0.14.0
- @typed/dom@17.0.0
- @typed/fx@1.31.0
- @typed/id@0.10.0
- @typed/ui@0.13.0

## 3.5.0

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

## 0.20.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/decoder",
"version": "0.19.0",
"version": "0.20.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
13 changes: 13 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @typed/dom

## 17.0.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/context@0.29.0

## 16.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/dom",
"version": "16.0.0",
"version": "17.0.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
13 changes: 13 additions & 0 deletions packages/environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @typed/environment

## 0.10.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/context@0.29.0

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/environment",
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
15 changes: 15 additions & 0 deletions packages/fx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @typed/fx

## 1.31.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/async-data@0.11.0
- @typed/context@0.29.0
- @typed/guard@0.5.0

## 1.30.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.30.0",
"version": "1.31.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
@@ -1,5 +1,15 @@
# @typed/guard

## 0.5.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

## 0.4.0

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

## 0.10.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/context@0.29.0

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/id",
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
16 changes: 16 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @typed/navigation

## 0.17.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

- Updated dependencies [[`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d), [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284)]:
- @typed/context@0.29.0
- @typed/dom@17.0.0
- @typed/fx@1.31.0
- @typed/id@0.10.0

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

## 0.14.0

### Minor Changes

- [`308d020`](https://github.com/TylorS/typed/commit/308d020ee7afd4a103e8a3a0425e48e4198e5a8d) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect + Effect-Http Deps

### Patch Changes

- [`0eda56b`](https://github.com/TylorS/typed/commit/0eda56bbb56c27c828e3589dd44560c7220f4284) Thanks [@TylorS](https://github.com/TylorS)! - Upgrade Effect deps

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/path",
"version": "0.13.0",
"version": "0.14.0",
"description": "Type-safe utilities for building path-to-regexp formatted strings",
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 933e5b3

Please sign in to comment.