Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .changeset/modern-grapes-sell.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.79

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5
- @data-client/core@0.15.4
- @data-client/normalizr@0.15.4

## 0.4.78

### 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.78",
"version": "0.4.79",
"description": "Benchmark for normalizr",
"main": "index.js",
"author": "Nathaniel Tucker",
Expand Down
7 changes: 7 additions & 0 deletions examples/coin-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# coinbase-lite

## 0.0.13

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/rest@0.15.5

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinbase-lite",
"version": "0.0.12",
"version": "0.0.13",
"packageManager": "yarn@4.12.0",
"description": "Coin App",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@babel/runtime-corejs3": "7.28.6",
"@data-client/img": "0.15.0",
"@data-client/react": "0.15.4",
"@data-client/rest": "0.15.4",
"@data-client/rest": "0.15.5",
"core-js": "3.47.0",
"d3": "7.9.0",
"history": "*",
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.54

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5
- @data-client/normalizr@0.15.4

## 0.1.53

### 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.53",
"version": "0.1.54",
"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.52

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5
- @data-client/normalizr@0.15.4

## 0.1.51

### 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.51",
"version": "0.1.52",
"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.54

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5
- @data-client/normalizr@0.15.4

## 0.1.53

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

## 0.1.5

### Patch Changes

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/rest@0.15.5
- @data-client/react@0.15.4

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/test-bundlesize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-bundlesize",
"version": "0.1.4",
"version": "0.1.5",
"packageManager": "yarn@4.12.0",
"description": "Testing Bundled Size",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @data-client/endpoint

## 0.15.5

### Patch Changes

- [`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094) Thanks [@ntucker](https://github.com/ntucker)! - Add direct exports for schema classes from `@data-client/endpoint`

Schema classes (`Union`, `Invalidate`, `Collection`, `Query`, `Values`, `All`) can now be imported directly instead of requiring the `schema` namespace.

#### Before

```ts
import { schema } from '@data-client/endpoint';
const myUnion = new schema.Union({ users: User, groups: Group }, 'type');
```

#### After

```ts
import { Union } from '@data-client/endpoint';
const myUnion = new Union({ users: User, groups: Group }, 'type');
```

The `schema` namespace export remains available for backward compatibility.

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

## 0.15.5

### Patch Changes

- [`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094) Thanks [@ntucker](https://github.com/ntucker)! - Add direct exports for schema classes from `@data-client/endpoint`

Schema classes (`Union`, `Invalidate`, `Collection`, `Query`, `Values`, `All`) can now be imported directly instead of requiring the `schema` namespace.

#### Before

```ts
import { schema } from '@data-client/endpoint';
const myUnion = new schema.Union({ users: User, groups: Group }, 'type');
```

#### After

```ts
import { Union } from '@data-client/endpoint';
const myUnion = new Union({ users: User, groups: Group }, 'type');
```

The `schema` namespace export remains available for backward compatibility.

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5

## 0.15.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/graphql",
"version": "0.15.4",
"version": "0.15.5",
"description": "Quickly define typed GraphQL resources and endpoints",
"homepage": "https://dataclient.io/docs/graphql",
"repository": {
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.15.5

### Patch Changes

- [`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094) Thanks [@ntucker](https://github.com/ntucker)! - Add direct exports for schema classes from `@data-client/endpoint`

Schema classes (`Union`, `Invalidate`, `Collection`, `Query`, `Values`, `All`) can now be imported directly instead of requiring the `schema` namespace.

#### Before

```ts
import { schema } from '@data-client/endpoint';
const myUnion = new schema.Union({ users: User, groups: Group }, 'type');
```

#### After

```ts
import { Union } from '@data-client/endpoint';
const myUnion = new Union({ users: User, groups: Group }, 'type');
```

The `schema` namespace export remains available for backward compatibility.

- Updated dependencies [[`e571bda`](https://github.com/reactive/data-client/commit/e571bdabd136fddee7aa414c91a775c5f66ce094)]:
- @data-client/endpoint@0.15.5

## 0.15.4

### 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.15.4",
"version": "0.15.5",
"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 @@ -3368,7 +3368,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/rest@npm:0.15.4, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest":
"@data-client/rest@npm:0.15.5, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest":
version: 0.0.0-use.local
resolution: "@data-client/rest@workspace:packages/rest"
dependencies:
Expand Down Expand Up @@ -11381,7 +11381,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.28.6"
"@data-client/img": "npm:0.15.0"
"@data-client/react": "npm:0.15.4"
"@data-client/rest": "npm:0.15.4"
"@data-client/rest": "npm:0.15.5"
"@linaria/core": "npm:*"
"@linaria/react": "npm:*"
"@linaria/shaker": "npm:*"
Expand Down