Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 6, 2024
1 parent 3649ae9 commit 74c291f
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-paws-smoke.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.11.3

## 0.11.2

### Patch Changes
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.11.2",
"version": "0.11.3",
"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.11.3

### Patch Changes

- 3649ae9: Support Cloudflare Workers runtime by deleting explicitly setting credentials in internal code, observed behavior has not changed for other runtimes

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"type": "commonjs",
"peerDependencies": {
"effector": "^23.0.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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"peerDependencies": {
"effector-solid": "^0.23.0",
"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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"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.11.3

## 0.11.2

## 0.11.1
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.11.2",
"version": "0.11.3",
"type": "commonjs",
"devDependencies": {
"zod": "^3.19.1"
Expand Down

0 comments on commit 74c291f

Please sign in to comment.