Skip to content

Commit

Permalink
internal: Publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2024
1 parent f32b3b0 commit c1f0396
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-humans-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-crabs-sort.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-mirrors-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-benchmark

## 0.4.53

### Patch Changes

- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]:
- @data-client/endpoint@0.13.7

## 0.4.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-benchmark",
"version": "0.4.52",
"version": "0.4.53",
"description": "Benchmark for normalizr",
"main": "index.js",
"author": "Nathaniel Tucker",
Expand Down
7 changes: 7 additions & 0 deletions examples/normalizr-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# normalizr-github-example

## 0.1.36

### Patch Changes

- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]:
- @data-client/endpoint@0.13.7

## 0.1.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalizr-github-example",
"version": "0.1.35",
"version": "0.1.36",
"description": "And example of using Normalizr with github",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
7 changes: 7 additions & 0 deletions examples/normalizr-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# normalizr-redux-example

## 0.1.34

### Patch Changes

- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]:
- @data-client/endpoint@0.13.7

## 0.1.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalizr-redux-example",
"version": "0.1.33",
"version": "0.1.34",
"description": "And example of using Normalizr with Redux",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
7 changes: 7 additions & 0 deletions examples/normalizr-relationships/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# normalizr-relationships

## 0.1.36

### Patch Changes

- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]:
- @data-client/endpoint@0.13.7

## 0.1.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalizr-relationships",
"version": "0.1.35",
"version": "0.1.36",
"description": "And example of using Normalizr with relationships",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
10 changes: 10 additions & 0 deletions packages/endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @data-client/endpoint

## 0.13.7

### Patch Changes

- [#3133](https://github.com/reactive/data-client/pull/3133) [`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd) Thanks [@ntucker](https://github.com/ntucker)! - Validate after marking cirucular reference loops

This should not change any behavior as validate should be deterministic so if it fails
it will fail again and failure measure throwing which exits the whole stack.
This improves code grouping. (And possibly cache locality improvement - though didn't check.)

## 0.13.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/endpoint",
"version": "0.13.4",
"version": "0.13.7",
"description": "Declarative Network Interface Definitions",
"homepage": "https://dataclient.io/docs/guides/custom-protocol",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.13.4"
"@data-client/endpoint": "^0.13.7"
},
"peerDependencies": {
"@data-client/react": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/react

## 0.13.7

### Patch Changes

- [`8aabe18`](https://github.com/reactive/data-client/commit/8aabe189330bdef2f36dd2c76c9e0ff80659468b) Thanks [@ntucker](https://github.com/ntucker)! - More robust requestIdleCallback wrapper

## 0.13.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/react",
"version": "0.13.6",
"version": "0.13.7",
"description": "High performance mutable data rendering in React.",
"homepage": "https://dataclient.io",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/test

## 0.13.7

### Patch Changes

- [`39471f5`](https://github.com/reactive/data-client/commit/39471f5e2a76e4bb4ee401020875ffa324f3eaf2) Thanks [@ntucker](https://github.com/ntucker)! - Add missing types export to @data-client/test/browser

## 0.13.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/test",
"version": "0.13.0",
"version": "0.13.7",
"description": "Testing utilities for Data Client",
"homepage": "https://dataclient.io/docs/guides/storybook",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3169,7 +3169,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/endpoint@npm:^0.13.4, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint":
"@data-client/endpoint@npm:^0.13.4, @data-client/endpoint@npm:^0.13.7, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint":
version: 0.0.0-use.local
resolution: "@data-client/endpoint@workspace:packages/endpoint"
dependencies:
Expand Down Expand Up @@ -3197,7 +3197,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.13.4"
"@data-client/endpoint": "npm:^0.13.7"
"@data-client/react": "workspace:*"
"@types/node": "npm:^20.0.0"
"@types/react": "npm:^18.0.30"
Expand Down

0 comments on commit c1f0396

Please sign in to comment.