Skip to content

Commit

Permalink
internal: Publish new version (#3094)
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 Jun 13, 2024
1 parent 0b01df2 commit 194aa38
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 53 deletions.
21 changes: 0 additions & 21 deletions .changeset/brave-bottles-talk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-books-agree.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-spoons-tease.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/twenty-ligers-attack.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @data-client/react

## 0.12.12

### Patch Changes

- [#3093](https://github.com/reactive/data-client/pull/3093) [`a998a0b`](https://github.com/reactive/data-client/commit/a998a0b31c9e2d008eb678f175a262af561d2b42) Thanks [@ntucker](https://github.com/ntucker)! - Add /nextjs entrypoint - eliminating the need for @data-client/ssr package

```tsx
import { DataProvider } from '@data-client/react/nextjs';

export default function RootLayout({ children }) {
return (
<html>
<body>
<DataProvider>{children}</DataProvider>
</body>
</html>
);
}
```

- [`764728e`](https://github.com/reactive/data-client/commit/764728e45c26088a815e2f49b55d4f4ccab4d388) Thanks [@ntucker](https://github.com/ntucker)! - Support unreleased versions of React 19

- [#3095](https://github.com/reactive/data-client/pull/3095) [`aab27d9`](https://github.com/reactive/data-client/commit/aab27d956a9b47c2fd5f79869c1e68373c3e5745) Thanks [@ntucker](https://github.com/ntucker)! - CacheProvider -> DataProvider

CacheProvider name is still usable

- Updated dependencies [[`764728e`](https://github.com/reactive/data-client/commit/764728e45c26088a815e2f49b55d4f4ccab4d388)]:
- @data-client/use-enhanced-reducer@0.1.10

## 0.12.11

### 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.12.11",
"version": "0.12.12",
"description": "High performance mutable data rendering in React.",
"homepage": "https://dataclient.io",
"repository": {
Expand Down Expand Up @@ -136,7 +136,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.12.5",
"@data-client/use-enhanced-reducer": "^0.1.9"
"@data-client/use-enhanced-reducer": "^0.1.10"
},
"peerDependencies": {
"@react-navigation/native": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @data-client/redux

## 0.12.12

### Patch Changes

- [#3095](https://github.com/reactive/data-client/pull/3095) [`aab27d9`](https://github.com/reactive/data-client/commit/aab27d956a9b47c2fd5f79869c1e68373c3e5745) Thanks [@ntucker](https://github.com/ntucker)! - ExternalCacheProvider -> ExternalDataProvider

ExternalCacheProvider name is still usable

- [#3095](https://github.com/reactive/data-client/pull/3095) [`aab27d9`](https://github.com/reactive/data-client/commit/aab27d956a9b47c2fd5f79869c1e68373c3e5745) Thanks [@ntucker](https://github.com/ntucker)! - CacheProvider -> DataProvider

CacheProvider name is still usable

## 0.12.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/redux",
"version": "0.12.9",
"version": "0.12.12",
"description": "Asynchronous data framework for React",
"homepage": "https://dataclient.io",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @data-client/ssr

## 0.12.12

### Patch Changes

- [#3095](https://github.com/reactive/data-client/pull/3095) [`aab27d9`](https://github.com/reactive/data-client/commit/aab27d956a9b47c2fd5f79869c1e68373c3e5745) Thanks [@ntucker](https://github.com/ntucker)! - CacheProvider -> DataProvider

CacheProvider name is still usable

## 0.12.11

### 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.12.11",
"version": "0.12.12",
"description": "Server Side Rendering helpers for Data Client",
"homepage": "https://dataclient.io/docs/guides/ssr",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @data-client/test

## 0.12.12

### Patch Changes

- [`764728e`](https://github.com/reactive/data-client/commit/764728e45c26088a815e2f49b55d4f4ccab4d388) Thanks [@ntucker](https://github.com/ntucker)! - Support unreleased versions of React 19

- [#3095](https://github.com/reactive/data-client/pull/3095) [`aab27d9`](https://github.com/reactive/data-client/commit/aab27d956a9b47c2fd5f79869c1e68373c3e5745) Thanks [@ntucker](https://github.com/ntucker)! - CacheProvider -> DataProvider

CacheProvider name is still usable

## 0.12.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/test",
"version": "0.12.8",
"version": "0.12.12",
"description": "Testing utilities for Data Client",
"homepage": "https://dataclient.io/docs/guides/storybook",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/use-enhanced-reducer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/use-enhanced-reducer

## 0.1.10

### Patch Changes

- [`764728e`](https://github.com/reactive/data-client/commit/764728e45c26088a815e2f49b55d4f4ccab4d388) Thanks [@ntucker](https://github.com/ntucker)! - Support unreleased versions of React 19

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/use-enhanced-reducer",
"version": "0.1.9",
"version": "0.1.10",
"description": "Add powerful orchestration to hooks-based Flux stores",
"homepage": "https://github.com/reactive/data-client/tree/master/packages/use-enhanced-reducer#readme",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3244,7 +3244,7 @@ __metadata:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/core": "npm:^0.12.5"
"@data-client/use-enhanced-reducer": "npm:^0.1.9"
"@data-client/use-enhanced-reducer": "npm:^0.1.10"
"@react-navigation/native": "npm:^6.1.6"
"@types/node": "npm:^20.0.0"
"@types/react": "npm:^18.0.30"
Expand Down Expand Up @@ -3369,7 +3369,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/use-enhanced-reducer@npm:^0.1.9, @data-client/use-enhanced-reducer@workspace:packages/use-enhanced-reducer":
"@data-client/use-enhanced-reducer@npm:^0.1.10, @data-client/use-enhanced-reducer@workspace:packages/use-enhanced-reducer":
version: 0.0.0-use.local
resolution: "@data-client/use-enhanced-reducer@workspace:packages/use-enhanced-reducer"
dependencies:
Expand Down

0 comments on commit 194aa38

Please sign in to comment.