Skip to content

Commit

Permalink
internal: Publish new version (#3060)
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] committed May 13, 2024
1 parent 19832bc commit 1ea5c3b
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-points-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-eggs-notice.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.47

### Patch Changes

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.4.46

### 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.46",
"version": "0.4.47",
"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.33

### Patch Changes

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.1.32

### 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.32",
"version": "0.1.33",
"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.31

### Patch Changes

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.33

### Patch Changes

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.1.32

### 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.32",
"version": "0.1.33",
"description": "And example of using Normalizr with relationships",
"main": "index.js",
"author": "Paul Armstrong",
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.12.6

### Patch Changes

- [`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6) Thanks [@ntucker](https://github.com/ntucker)! - Add docstrings to Collection methods

## 0.12.3

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

## 0.12.6

### Patch Changes

- [`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6) Thanks [@ntucker](https://github.com/ntucker)! - Add docstrings to Collection methods

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.12.3

### 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.12.3",
"version": "0.12.6",
"description": "Endpoints for GraphQL APIs",
"homepage": "https://dataclient.io/docs/graphql",
"repository": {
Expand Down Expand Up @@ -105,7 +105,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.12.3"
"@data-client/endpoint": "^0.12.6"
},
"devDependencies": {
"@anansi/browserslist-config": "^1.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @data-client/rest

## 0.12.6

### Patch Changes

- [`9551e9a`](https://github.com/reactive/data-client/commit/9551e9aa64f16562e440bb8393e5a4b31b638fb5) Thanks [@ntucker](https://github.com/ntucker)! - Export RestEndpoint interface type to remove TS warnings about portability

- [`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6) Thanks [@ntucker](https://github.com/ntucker)! - Add docstrings to Collection methods

- Updated dependencies [[`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/endpoint@0.12.6

## 0.12.5

### 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.12.5",
"version": "0.12.6",
"description": "Endpoints for REST APIs",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.12.3",
"@data-client/endpoint": "^0.12.6",
"path-to-regexp": "^6.2.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [[`9551e9a`](https://github.com/reactive/data-client/commit/9551e9aa64f16562e440bb8393e5a4b31b638fb5), [`19832bc`](https://github.com/reactive/data-client/commit/19832bc1ee15805788697748b275c134ea81ebf6)]:
- @data-client/rest@0.12.6
- @data-client/endpoint@0.12.6
- @data-client/graphql@0.12.6

## null

### Patch Changes

- Updated dependencies [[`019e1bc`](https://github.com/reactive/data-client/commit/019e1bc2ecf3651540f905912aaae30c545dd521), [`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d), [`30208fb`](https://github.com/reactive/data-client/commit/30208fb065cc071643f338c8e6333449e2cc0340), [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534)]:
- @data-client/rest@0.12.5
- @data-client/react@0.12.5
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/endpoint@npm:^0.12.3, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint":
"@data-client/endpoint@npm:^0.12.3, @data-client/endpoint@npm:^0.12.6, @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 All @@ -3166,7 +3166,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.12.3"
"@data-client/endpoint": "npm:^0.12.6"
"@types/node": "npm:^20.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3272,7 +3272,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.12.3"
"@data-client/endpoint": "npm:^0.12.6"
"@types/node": "npm:^20.0.0"
"@types/path-to-regexp": "npm:^1.7.0"
path-to-regexp: "npm:^6.2.1"
Expand Down

0 comments on commit 1ea5c3b

Please sign in to comment.