Skip to content

Commit f4a1ecb

Browse files
internal: Publish new version
1 parent 4a38b7b commit f4a1ecb

File tree

24 files changed

+119
-40
lines changed

24 files changed

+119
-40
lines changed

.changeset/brave-bats-itch.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/benchmark/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# example-benchmark
22

3+
## 0.4.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219)]:
8+
- @data-client/normalizr@1.0.0
9+
- @data-client/core@1.0.0
10+
- @data-client/endpoint@0.14.25
11+
312
## 0.4.74
413

514
### Patch Changes

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-benchmark",
3-
"version": "0.4.74",
3+
"version": "0.4.75",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/coin-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# coinbase-lite
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @data-client/react@1.0.0
9+
- @data-client/img@1.0.0
10+
311
## 0.0.9
412

513
### Patch Changes

examples/coin-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coinbase-lite",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"packageManager": "[email protected]",
55
"description": "Coin App",
66
"scripts": {
@@ -45,8 +45,8 @@
4545
"@anansi/core": "^0.20.0",
4646
"@anansi/router": "^0.10.0",
4747
"@babel/runtime-corejs3": "^7.26.7",
48-
"@data-client/img": "^0.14.0",
49-
"@data-client/react": "^0.14.0",
48+
"@data-client/img": "^1.0.0",
49+
"@data-client/react": "^1.0.0",
5050
"@data-client/rest": "^0.14.0",
5151
"core-js": "^3.40.0",
5252
"d3": "^7.9.0",

examples/normalizr-github/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-github-example
22

3+
## 0.1.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219)]:
8+
- @data-client/normalizr@1.0.0
9+
- @data-client/endpoint@0.14.25
10+
311
## 0.1.50
412

513
### Patch Changes

examples/normalizr-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-github-example",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"description": "And example of using Normalizr with github",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-redux/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-redux-example
22

3+
## 0.1.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219)]:
8+
- @data-client/normalizr@1.0.0
9+
- @data-client/endpoint@0.14.25
10+
311
## 0.1.48
412

513
### Patch Changes

examples/normalizr-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-redux-example",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "And example of using Normalizr with Redux",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-relationships/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-relationships
22

3+
## 0.1.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219)]:
8+
- @data-client/normalizr@1.0.0
9+
- @data-client/endpoint@0.14.25
10+
311
## 0.1.50
412

513
### Patch Changes

examples/normalizr-relationships/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-relationships",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"description": "And example of using Normalizr with relationships",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/test-bundlesize/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# test-bundlesize
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @data-client/react@1.0.0
9+
- @data-client/img@1.0.0

examples/test-bundlesize/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-bundlesize",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"packageManager": "[email protected]",
55
"description": "Testing Bundled Size",
66
"scripts": {
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime-corejs3": "^7.26.7",
41-
"@data-client/img": "^0.14.0",
42-
"@data-client/react": "^0.14.0",
41+
"@data-client/img": "^1.0.0",
42+
"@data-client/react": "^1.0.0",
4343
"@data-client/rest": "^0.14.0",
4444
"core-js": "^3.40.0",
4545
"react": "^19.0.0",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @data-client/core
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219)]:
8+
- @data-client/normalizr@1.0.0
9+
310
## 0.14.24
411

512
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/core",
3-
"version": "0.14.24",
3+
"version": "1.0.0",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"sideEffects": false,
66
"main": "dist/index.js",
@@ -125,7 +125,7 @@
125125
},
126126
"dependencies": {
127127
"@babel/runtime": "^7.20.0",
128-
"@data-client/normalizr": "^0.14.22",
128+
"@data-client/normalizr": "^1.0.0",
129129
"flux-standard-action": "^2.1.1"
130130
},
131131
"devDependencies": {

packages/img/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @data-client/img
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @data-client/react@1.0.0
9+
310
## 0.14.21
411

512
### Patch Changes

packages/img/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/img",
3-
"version": "0.14.21",
3+
"version": "1.0.0",
44
"description": "Suspenseful images",
55
"homepage": "https://dataclient.io/docs/guides/img-media#just-images",
66
"repository": {
@@ -78,7 +78,7 @@
7878
"@data-client/endpoint": "^0.14.25"
7979
},
8080
"peerDependencies": {
81-
"@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",
81+
"@data-client/react": "^1.0.0",
8282
"@types/react": "^16.14.0 || ^17.0.0 || ^18.0.0-0 || ^19.0.0",
8383
"react": "^16.14.0 || ^17.0.0 || ^18.0.0-0 || ^19.0.0"
8484
},

packages/normalizr/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [#3421](https://github.com/reactive/data-client/pull/3421) [`246cde6`](https://github.com/reactive/data-client/commit/246cde6dbeca59eafd10e59d8cd05a6f232fb219) Thanks [@ntucker](https://github.com/ntucker)! - BREAKING CHANGE: Denormalize always transforms immutablejs entities into the class
8+
9+
Previously using ImmutableJS structures when calling denormalize() would maintain
10+
nested schemas as immutablejs structures still. Now everything is converted to normal JS.
11+
This is how the types have always been specified.
12+
313
## 0.14.22
414

515
### Patch Changes

packages/normalizr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/normalizr",
3-
"version": "0.14.22",
3+
"version": "1.0.0",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"homepage": "https://dataclient.io/docs/concepts/normalization",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @data-client/react
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @data-client/core@1.0.0
9+
310
## 0.14.25
411

512
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/react",
3-
"version": "0.14.25",
3+
"version": "1.0.0",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"homepage": "https://dataclient.io",
66
"repository": {
@@ -170,7 +170,7 @@
170170
"license": "Apache-2.0",
171171
"dependencies": {
172172
"@babel/runtime": "^7.20.0",
173-
"@data-client/core": "^0.14.24",
173+
"@data-client/core": "^1.0.0",
174174
"@data-client/use-enhanced-reducer": "^0.1.14"
175175
},
176176
"peerDependencies": {

packages/test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @data-client/test
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @data-client/react@1.0.0
9+
310
## 0.14.22
411

512
### Patch Changes

packages/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/test",
3-
"version": "0.14.22",
3+
"version": "1.0.0",
44
"description": "Testing utilities for Data Client",
55
"homepage": "https://dataclient.io/docs/guides/storybook",
66
"repository": {
@@ -121,7 +121,7 @@
121121
"@testing-library/react-native": "^13.0.0"
122122
},
123123
"peerDependencies": {
124-
"@data-client/react": "^0.12.15 || ^0.13.0 || ^0.14.0",
124+
"@data-client/react": "^1.0.0",
125125
"@testing-library/react-hooks": "^8.0.0",
126126
"@types/react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0 || ^19.0.0",
127127
"@types/react-dom": "*",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,14 +3075,14 @@ __metadata:
30753075
languageName: node
30763076
linkType: hard
30773077

3078-
"@data-client/core@npm:^0.14.24, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
3078+
"@data-client/core@npm:^1.0.0, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
30793079
version: 0.0.0-use.local
30803080
resolution: "@data-client/core@workspace:packages/core"
30813081
dependencies:
30823082
"@anansi/browserslist-config": "npm:^1.4.2"
30833083
"@babel/runtime": "npm:^7.20.0"
30843084
"@data-client/endpoint": "workspace:*"
3085-
"@data-client/normalizr": "npm:^0.14.22"
3085+
"@data-client/normalizr": "npm:^1.0.0"
30863086
"@types/jest": "npm:^29.5.14"
30873087
"@types/node": "npm:^22.0.0"
30883088
flux-standard-action: "npm:^2.1.1"
@@ -3121,7 +3121,7 @@ __metadata:
31213121
languageName: unknown
31223122
linkType: soft
31233123

3124-
"@data-client/img@npm:^0.14.0, @data-client/img@workspace:packages/img":
3124+
"@data-client/img@npm:^1.0.0, @data-client/img@workspace:packages/img":
31253125
version: 0.0.0-use.local
31263126
resolution: "@data-client/img@workspace:packages/img"
31273127
dependencies:
@@ -3136,7 +3136,7 @@ __metadata:
31363136
react: "npm:^19.0.0"
31373137
rollup-plugins: "workspace:*"
31383138
peerDependencies:
3139-
"@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
3139+
"@data-client/react": ^1.0.0
31403140
"@types/react": ^16.14.0 || ^17.0.0 || ^18.0.0-0 || ^19.0.0
31413141
react: ^16.14.0 || ^17.0.0 || ^18.0.0-0 || ^19.0.0
31423142
peerDependenciesMeta:
@@ -3145,7 +3145,7 @@ __metadata:
31453145
languageName: unknown
31463146
linkType: soft
31473147

3148-
"@data-client/normalizr@npm:^0.14.22, @data-client/normalizr@workspace:*, @data-client/normalizr@workspace:^, @data-client/normalizr@workspace:packages/normalizr":
3148+
"@data-client/normalizr@npm:^1.0.0, @data-client/normalizr@workspace:*, @data-client/normalizr@workspace:^, @data-client/normalizr@workspace:packages/normalizr":
31493149
version: 0.0.0-use.local
31503150
resolution: "@data-client/normalizr@workspace:packages/normalizr"
31513151
dependencies:
@@ -3160,13 +3160,13 @@ __metadata:
31603160
languageName: unknown
31613161
linkType: soft
31623162

3163-
"@data-client/react@npm:^0.14.0, @data-client/react@workspace:*, @data-client/react@workspace:packages/react":
3163+
"@data-client/react@npm:^1.0.0, @data-client/react@workspace:*, @data-client/react@workspace:packages/react":
31643164
version: 0.0.0-use.local
31653165
resolution: "@data-client/react@workspace:packages/react"
31663166
dependencies:
31673167
"@anansi/browserslist-config": "npm:^1.4.2"
31683168
"@babel/runtime": "npm:^7.20.0"
3169-
"@data-client/core": "npm:^0.14.24"
3169+
"@data-client/core": "npm:^1.0.0"
31703170
"@data-client/rest": "workspace:*"
31713171
"@data-client/test": "workspace:*"
31723172
"@data-client/use-enhanced-reducer": "npm:^0.1.14"
@@ -3243,7 +3243,7 @@ __metadata:
32433243
react-test-renderer: "npm:*"
32443244
rollup-plugins: "workspace:*"
32453245
peerDependencies:
3246-
"@data-client/react": ^0.12.15 || ^0.13.0 || ^0.14.0
3246+
"@data-client/react": ^1.0.0
32473247
"@testing-library/react-hooks": ^8.0.0
32483248
"@types/react": ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0 || ^19.0.0
32493249
"@types/react-dom": "*"
@@ -10963,8 +10963,8 @@ __metadata:
1096310963
"@anansi/webpack-config": "npm:^21.0.0"
1096410964
"@babel/core": "npm:^7.22.15"
1096510965
"@babel/runtime-corejs3": "npm:^7.26.7"
10966-
"@data-client/img": "npm:^0.14.0"
10967-
"@data-client/react": "npm:^0.14.0"
10966+
"@data-client/img": "npm:^1.0.0"
10967+
"@data-client/react": "npm:^1.0.0"
1096810968
"@data-client/rest": "npm:^0.14.0"
1096910969
"@linaria/babel-preset": "npm:*"
1097010970
"@linaria/core": "npm:*"
@@ -28760,8 +28760,8 @@ __metadata:
2876028760
"@anansi/webpack-config": "npm:^21.0.0"
2876128761
"@babel/core": "npm:^7.22.15"
2876228762
"@babel/runtime-corejs3": "npm:^7.26.7"
28763-
"@data-client/img": "npm:^0.14.0"
28764-
"@data-client/react": "npm:^0.14.0"
28763+
"@data-client/img": "npm:^1.0.0"
28764+
"@data-client/react": "npm:^1.0.0"
2876528765
"@data-client/rest": "npm:^0.14.0"
2876628766
"@types/react": "npm:*"
2876728767
"@types/react-dom": "npm:*"

0 commit comments

Comments
 (0)