Skip to content

Commit

Permalink
Version Packages (#376)
Browse files Browse the repository at this point in the history
Release 0.10.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 29, 2023
1 parent e8a1385 commit 0b007cf
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/wild-ears-kneel.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/atomic-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/atomic-router

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@farfetched/atomic-router",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs"
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farfetched/core

## 0.10.1

### Patch Changes

- e8a1385: Support _Query_ with initial data in `update` operator types

## 0.10.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": "@farfetched/core",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"peerDependencies": {
"effector": "^22.5.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/io-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/io-ts

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/io-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/io-ts",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"peerDependencies": {
"io-ts": "^2.2.20",
Expand Down
2 changes: 2 additions & 0 deletions packages/runtypes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/runtypes

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/runtypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/runtypes",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"peerDependencies": {
"runtypes": "^6.6.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/solid

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/solid",
"version": "0.10.0",
"version": "0.10.1",
"peerDependencies": {
"effector-solid": "^0.22.7",
"solid-js": "^1.4.7"
Expand Down
2 changes: 2 additions & 0 deletions packages/superstruct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/superstruct

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/superstruct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/superstruct",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"peerDependencies": {
"superstruct": "^1.0.3"
Expand Down
2 changes: 2 additions & 0 deletions packages/typed-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/typed-contracts

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/typed-contracts",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"peerDependencies": {
"typed-contracts": "^3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @farfetched/zod

## 0.10.1

## 0.10.0

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farfetched/zod",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"devDependencies": {
"zod": "^3.19.1"
Expand Down

0 comments on commit 0b007cf

Please sign in to comment.