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 Dec 28, 2024
1 parent 19d4669 commit dad07f0
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-bugs-shave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-guests-argue.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/perfect-walls-admire.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.67

### Patch Changes

- Updated dependencies [[`3906fc2`](https://github.com/reactive/data-client/commit/3906fc2fec2b958a44d718934919b524e851f298)]:
- @data-client/core@0.14.18

## 0.4.66

### 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.66",
"version": "0.4.67",
"description": "Benchmark for normalizr",
"main": "index.js",
"author": "Nathaniel Tucker",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/core

## 0.14.18

### Patch Changes

- [`3906fc2`](https://github.com/reactive/data-client/commit/3906fc2fec2b958a44d718934919b524e851f298) Thanks [@ntucker](https://github.com/ntucker)! - SUBSCRIBE action field ordering consistent with other actions

## 0.14.16

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

## 0.14.18

### Patch Changes

- [`3906fc2`](https://github.com/reactive/data-client/commit/3906fc2fec2b958a44d718934919b524e851f298) Thanks [@ntucker](https://github.com/ntucker)! - SUBSCRIBE action field ordering consistent with other actions

- [`19d4669`](https://github.com/reactive/data-client/commit/19d46699fa9c50ab56b1f4e2c5bafc390ffe6331) Thanks [@ntucker](https://github.com/ntucker)! - Fix pnp compatibility

Change import from @data-client/normalizr -> @data-client/core
as `core` is explicit dependency

- Updated dependencies [[`3906fc2`](https://github.com/reactive/data-client/commit/3906fc2fec2b958a44d718934919b524e851f298)]:
- @data-client/core@0.14.18

## 0.14.17

### 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.17",
"version": "0.14.18",
"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.16",
"@data-client/core": "^0.14.18",
"@data-client/use-enhanced-reducer": "^0.1.11"
},
"peerDependencies": {
Expand Down
27 changes: 27 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @data-client/rest

## 0.14.18

### Patch Changes

- [#3333](https://github.com/reactive/data-client/pull/3333) [`1777546`](https://github.com/reactive/data-client/commit/17775462d236bf714f518b861a63d5ae9f1f6357) Thanks [@renovate](https://github.com/apps/renovate)! - Resource.extend() compatibility with TypeScript 5

Previously [extending existing members](https://dataclient.io/rest/api/resource#extend-override) with no
typed overrides (like [path](https://dataclient.io/rest/api/resource#path)) would not work starting with
TypeScript 5.7.

```ts
const UserResource = UserResourceBase.extend({
partialUpdate: {
getOptimisticResponse(snap, params, body) {
params.id;
params.group;
// @ts-expect-error
params.nothere;
return {
id: params.id,
...body,
};
},
},
});
```

## 0.14.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "0.14.18",
"description": "Quickly define typed REST resources and endpoints",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ __metadata:
languageName: node
linkType: hard

"@data-client/core@npm:^0.14.16, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
"@data-client/core@npm:^0.14.18, @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 Down Expand Up @@ -3188,7 +3188,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/core": "npm:^0.14.16"
"@data-client/core": "npm:^0.14.18"
"@data-client/use-enhanced-reducer": "npm:^0.1.11"
"@react-navigation/native": "npm:^7.0.0"
"@types/node": "npm:^22.0.0"
Expand Down

0 comments on commit dad07f0

Please sign in to comment.