Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 3, 2023
1 parent 4a86b3e commit 7432c75
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-laws-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-icons-explain.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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"type": "commonjs"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farfetched/core

## 0.10.5

### Patch Changes

- 4a86b3e: Fix undefined case in isEqual with custom classes with no valueOf
- ac5e2d8: Support null-prototype objects as first-class citizens in `keepFresh` operator. Aftershock for release 0.10.3.

## 0.10.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": "@farfetched/core",
"version": "0.10.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"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.5

## 0.10.4

## 0.10.3
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.4",
"version": "0.10.5",
"type": "commonjs",
"devDependencies": {
"zod": "^3.19.1"
Expand Down

0 comments on commit 7432c75

Please sign in to comment.