Skip to content

Commit

Permalink
internal: Publish new version (#2832)
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 24, 2023
1 parent 6c6678b commit 9b6f39c
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/four-poets-study.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.35

### Patch Changes

- Updated dependencies [[`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62)]:
- @data-client/core@0.9.7

## 0.4.34

### 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.34",
"version": "0.4.35",
"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.9.7

### Patch Changes

- [`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62) Thanks [@ntucker](https://github.com/ntucker)! - docs: README uses svg version of logo

## 0.9.4

### 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.9.4",
"version": "0.9.7",
"description": "High performance reactive framework for async data.",
"sideEffects": false,
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @data-client/react

## 0.9.7

### Patch Changes

- [`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62) Thanks [@ntucker](https://github.com/ntucker)! - docs: README uses svg version of logo

- Updated dependencies [[`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62)]:
- @data-client/core@0.9.7

## 0.9.6

### 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.9.6",
"version": "0.9.7",
"description": "Normalized state management for async data. Safe. Fast. Reusable.",
"homepage": "https://dataclient.io",
"repository": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.9.4",
"@data-client/core": "^0.9.7",
"@data-client/use-enhanced-reducer": "^0.1.3"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @data-client/redux

## 0.9.7

### Patch Changes

- [`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62) Thanks [@ntucker](https://github.com/ntucker)! - docs: README uses svg version of logo

- Updated dependencies [[`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62)]:
- @data-client/core@0.9.7

## 0.9.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/redux",
"version": "0.9.4",
"version": "0.9.7",
"description": "Asynchronous data framework for React",
"homepage": "https://dataclient.io",
"repository": {
Expand Down Expand Up @@ -107,7 +107,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.9.4"
"@data-client/core": "^0.9.7"
},
"peerDependencies": {
"@data-client/react": "^0.8.0 || ^0.9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/ssr

## 0.9.7

### Patch Changes

- [`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62) Thanks [@ntucker](https://github.com/ntucker)! - docs: README uses svg version of logo

## 0.9.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/ssr",
"version": "0.9.5",
"version": "0.9.7",
"description": "Server Side Rendering helpers for Data Client",
"homepage": "https://dataclient.io/docs/guides/ssr",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`6c6678bd9d`](https://github.com/reactive/data-client/commit/6c6678bd9d0051c3bf1996c064457ca6f2389c62)]:
- @data-client/react@0.9.7
- @data-client/test@0.9.2

## null

### Patch Changes

- Updated dependencies [[`f5ac286623`](https://github.com/reactive/data-client/commit/f5ac286623a566acf5414a6ac8de18e9b7510ae7)]:
- @data-client/react@0.9.6
- @data-client/test@0.9.2
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3060,7 +3060,7 @@ __metadata:
languageName: node
linkType: hard

"@data-client/core@^0.9.4, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
"@data-client/core@^0.9.7, @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 @@ -3149,7 +3149,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": ^1.4.2
"@babel/runtime": ^7.17.0
"@data-client/core": ^0.9.4
"@data-client/core": ^0.9.7
"@data-client/use-enhanced-reducer": ^0.1.3
"@react-navigation/native": ^6.1.6
"@types/node": ^20.0.0
Expand All @@ -3173,7 +3173,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": ^1.4.2
"@babel/runtime": ^7.17.0
"@data-client/core": ^0.9.4
"@data-client/core": ^0.9.7
"@data-client/react": "workspace:*"
"@types/node": ^20.0.0
"@types/react": ^18.0.30
Expand Down

0 comments on commit 9b6f39c

Please sign in to comment.