Skip to content

Commit

Permalink
internal: Publish new version (#2819)
Browse files Browse the repository at this point in the history
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 18, 2023
1 parent 327b94b commit cc82dad
Show file tree
Hide file tree
Showing 35 changed files with 316 additions and 74 deletions.
28 changes: 0 additions & 28 deletions .changeset/afraid-phones-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-bears-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-moose-design.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.32

### Patch Changes

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95), [`327b94bedc`](https://github.com/reactive/data-client/commit/327b94bedc280e25c1766b3a51cc20078bfa1739)]:
- @data-client/normalizr@0.9.3
- @data-client/endpoint@0.9.3
- @data-client/core@0.9.3

## 0.4.31

### 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.31",
"version": "0.4.32",
"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.22

### Patch Changes

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/normalizr@0.9.3
- @data-client/endpoint@0.9.3

## 0.1.21

### 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.21",
"version": "0.1.22",
"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.21

### Patch Changes

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/endpoint@0.9.3

## 0.1.20

### 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.20",
"version": "0.1.21",
"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.22

### Patch Changes

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/normalizr@0.9.3
- @data-client/endpoint@0.9.3

## 0.1.21

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

## 0.9.3

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

- [`327b94bedc`](https://github.com/reactive/data-client/commit/327b94bedc280e25c1766b3a51cc20078bfa1739) Thanks [@ntucker](https://github.com/ntucker)! - docs: Add logo to readme

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/normalizr@0.9.3

## 0.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/core",
"version": "0.9.2",
"version": "0.9.3",
"description": "High performance reactive framework for async data.",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -120,7 +120,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/normalizr": "^0.9.2",
"@data-client/normalizr": "^0.9.3",
"flux-standard-action": "^2.1.1"
},
"devDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @data-client/endpoint

## 0.9.3

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"description": "Declarative Network Interface Definitions",
"homepage": "https://dataclient.io/docs/guides/custom-protocol",
"keywords": [
Expand Down
22 changes: 22 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @data-client/graphql

## 0.9.3

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/endpoint@0.9.3

## 0.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/graphql",
"version": "0.9.2",
"version": "0.9.3",
"description": "Endpoints for GraphQL APIs",
"homepage": "https://dataclient.io/docs/graphql",
"repository": {
Expand Down Expand Up @@ -102,7 +102,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.9.2"
"@data-client/endpoint": "^0.9.3"
},
"devDependencies": {
"@anansi/browserslist-config": "^1.4.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @data-client/hooks

## 0.1.5

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/normalizr@0.9.3

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/hooks",
"version": "0.1.4",
"version": "0.1.5",
"description": "Collection of composable data hooks",
"homepage": "https://dataclient.io/docs/api/useDebounce",
"repository": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/normalizr": "^0.9.2"
"@data-client/normalizr": "^0.9.3"
},
"peerDependencies": {
"@types/react": "^16.8.4 || ^17.0.0 || ^18.0.0-0",
Expand Down
22 changes: 22 additions & 0 deletions packages/img/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @data-client/img

## 0.9.3

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

- Updated dependencies [[`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95)]:
- @data-client/endpoint@0.9.3

## 0.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/img/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/img",
"version": "0.9.2",
"version": "0.9.3",
"description": "Suspenseful images",
"homepage": "https://dataclient.io/docs/guides/img-media#just-images",
"repository": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.9.2"
"@data-client/endpoint": "^0.9.3"
},
"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",
Expand Down
19 changes: 19 additions & 0 deletions packages/normalizr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 0.9.3

### Patch Changes

- [#2818](https://github.com/reactive/data-client/pull/2818) [`fc0092883f`](https://github.com/reactive/data-client/commit/fc0092883f5af42a5d270250482b7f0ba9845e95) Thanks [@ntucker](https://github.com/ntucker)! - Fix unpkg bundles and update names

- Client packages namespace into RDC
- @data-client/react - RDC
- @data-client/core - RDC.Core
- @data-client/redux - RDC.Redux
- Definition packages namespace top level
- @data-client/rest - Rest
- @data-client/graphql - GraphQL
- @data-client/img - Img
- @data-client/endpoint - Endpoint
- Utility
- @data-client/normalizr - normalizr
- @data-client/use-enhanced-reducer - EnhancedReducer

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/normalizr",
"version": "0.9.2",
"version": "0.9.3",
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
"homepage": "https://dataclient.io/docs/concepts/normalization",
"bugs": {
Expand Down
Loading

0 comments on commit cc82dad

Please sign in to comment.