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 Jan 8, 2025
1 parent 657d9ba commit 84f67a6
Show file tree
Hide file tree
Showing 26 changed files with 92 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-ravens-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-numbers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-hairs-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-hotels-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-buckets-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-eagles-repeat.md

This file was deleted.

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

## 0.4.68

### Patch Changes

- Updated dependencies [[`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a), [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40), [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40)]:
- @data-client/endpoint@0.14.19
- @data-client/core@0.14.19
- @data-client/normalizr@0.14.17

## 0.4.67

### 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.67",
"version": "0.4.68",
"description": "Benchmark for normalizr",
"main": "index.js",
"author": "Nathaniel Tucker",
Expand Down
8 changes: 8 additions & 0 deletions examples/normalizr-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# normalizr-github-example

## 0.1.46

### Patch Changes

- Updated dependencies [[`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a)]:
- @data-client/endpoint@0.14.19
- @data-client/normalizr@0.14.17

## 0.1.45

### 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.45",
"version": "0.1.46",
"description": "And example of using Normalizr with github",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
8 changes: 8 additions & 0 deletions examples/normalizr-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# normalizr-redux-example

## 0.1.44

### Patch Changes

- Updated dependencies [[`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a)]:
- @data-client/endpoint@0.14.19
- @data-client/normalizr@0.14.17

## 0.1.43

### 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.43",
"version": "0.1.44",
"description": "And example of using Normalizr with Redux",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
8 changes: 8 additions & 0 deletions examples/normalizr-relationships/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# normalizr-relationships

## 0.1.46

### Patch Changes

- Updated dependencies [[`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a)]:
- @data-client/endpoint@0.14.19
- @data-client/normalizr@0.14.17

## 0.1.45

### 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.45",
"version": "0.1.46",
"description": "And example of using Normalizr with relationships",
"main": "index.js",
"author": "Paul Armstrong",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @data-client/core

## 0.14.19

### Patch Changes

- [#3343](https://github.com/reactive/data-client/pull/3343) [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40) Thanks [@ntucker](https://github.com/ntucker)! - Add initManager()

- [#3343](https://github.com/reactive/data-client/pull/3343) [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40) Thanks [@ntucker](https://github.com/ntucker)! - Add GCPolicy

## 0.14.18

### 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": "@data-client/core",
"version": "0.14.18",
"version": "0.14.19",
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
"sideEffects": false,
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/endpoint

## 0.14.19

### Patch Changes

- [`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a) Thanks [@ntucker](https://github.com/ntucker)! - Remove typing redundancy

## 0.14.17

### 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.14.17",
"version": "0.14.19",
"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.14.17"
"@data-client/endpoint": "^0.14.19"
},
"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 || ^0.14.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @data-client/react

## 0.14.19

### Patch Changes

- [#3343](https://github.com/reactive/data-client/pull/3343) [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40) Thanks [@ntucker](https://github.com/ntucker)! - Add gcPolicy option to DataProvider and prepareStore

- [#3343](https://github.com/reactive/data-client/pull/3343) [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40) Thanks [@ntucker](https://github.com/ntucker)! - Add GCPolicy

- [`12bb010`](https://github.com/reactive/data-client/commit/12bb01084fa21f4c9e83d8daaa9b4c64e205546d) Thanks [@ntucker](https://github.com/ntucker)! - Update async boundary link in BackupLoading component

- Updated dependencies [[`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40), [`1df829e`](https://github.com/reactive/data-client/commit/1df829e0a005f5973d59669aaf0a226250346a40)]:
- @data-client/core@0.14.19

## 0.14.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/react",
"version": "0.14.18",
"version": "0.14.19",
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
"homepage": "https://dataclient.io",
"repository": {
Expand Down Expand Up @@ -169,7 +169,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.14.18",
"@data-client/core": "^0.14.19",
"@data-client/use-enhanced-reducer": "^0.1.11"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @data-client/rest

## 0.14.19

### Patch Changes

- [`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a) Thanks [@ntucker](https://github.com/ntucker)! - Remove typing redundancy

- Updated dependencies [[`cb4fb92`](https://github.com/reactive/data-client/commit/cb4fb922e305502ba8ab99c99b6012e753a87a3a)]:
- @data-client/endpoint@0.14.19

## 0.14.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/rest",
"version": "0.14.18",
"version": "0.14.19",
"description": "Quickly define typed REST resources and endpoints",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.14.17",
"@data-client/endpoint": "^0.14.19",
"path-to-regexp": "^6.3.0"
},
"devDependencies": {
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.14.19

### Patch Changes

- [`060d8e1`](https://github.com/reactive/data-client/commit/060d8e19beb3eedab58a77764fd5f755b70e4946) Thanks [@ntucker](https://github.com/ntucker)! - Update @testing-library/react-native to v13

## 0.14.17

### 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.14.17",
"version": "0.14.19",
"description": "Testing utilities for Data Client",
"homepage": "https://dataclient.io/docs/guides/storybook",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ __metadata:
languageName: node
linkType: hard

"@data-client/core@npm:^0.14.18, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
"@data-client/core@npm:^0.14.19, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@data-client/core@workspace:packages/core"
dependencies:
Expand All @@ -3128,7 +3128,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/endpoint@npm:^0.14.17, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint":
"@data-client/endpoint@npm:^0.14.17, @data-client/endpoint@npm:^0.14.19, @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 @@ -3165,7 +3165,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.14.17"
"@data-client/endpoint": "npm:^0.14.19"
"@data-client/react": "workspace:*"
"@testing-library/react": "npm:^16.1.0"
"@types/jest": "npm:^29.5.14"
Expand Down Expand Up @@ -3204,7 +3204,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/core": "npm:^0.14.18"
"@data-client/core": "npm:^0.14.19"
"@data-client/rest": "workspace:*"
"@data-client/test": "workspace:*"
"@data-client/use-enhanced-reducer": "npm:^0.1.11"
Expand Down Expand Up @@ -3248,7 +3248,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.14.17"
"@data-client/endpoint": "npm:^0.14.19"
"@data-client/react": "workspace:*"
"@data-client/test": "workspace:*"
"@types/jest": "npm:^29.5.14"
Expand Down

0 comments on commit 84f67a6

Please sign in to comment.