Skip to content

Commit

Permalink
Merge pull request #42 from sannajammeh/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
sannajammeh committed May 16, 2023
2 parents c87bc2e + 92a7a67 commit 9f0f3ce
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 73 deletions.
9 changes: 0 additions & 9 deletions .changeset/heavy-grapes-tap.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/plenty-dryers-happen.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/pre.json

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shiny-crews-pay.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @trpc-swr/client

## 1.0.0

### Major Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76) Thanks [@sannajammeh](https://github.com/sannajammeh)! - # 🚀 trpc-swr release candidate 🚀

### [BREAKING]: Moves all packages to the new package structure:

`trpc-swr` -> `@trpc-swr/client`
`trpc-swr/infinite` -> `@trpc-swr/infinite`
`trpc-swr/next` -> `@trpc-swr/next`
`trpc-swr/ssr` -> `@trpc-swr/ssr`

### Fixes

- Full interop with tRPC v10 proxy api
- Aligs all packages to the same version
- Adds necessary SSR support using `@trpc-swr/ssr` and `@trpc-swr/next`
- Adds infinite query support using `@trpc-swr/infinite`

### Improvements

- Adds e2e tests for all packages
- Adds unit tests for all packages

### Patch Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Removes @trpc-swr/internal in favor of exports sugar pointing to "@trpc-swr/client/shared", this isan internal dependency so no breaking change

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Add "shared" folder to @trpc-swr/client

## 1.0.0-rc.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/client",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
31 changes: 31 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# config

## 1.0.0

### Major Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76) Thanks [@sannajammeh](https://github.com/sannajammeh)! - # 🚀 trpc-swr release candidate 🚀

### [BREAKING]: Moves all packages to the new package structure:

`trpc-swr` -> `@trpc-swr/client`
`trpc-swr/infinite` -> `@trpc-swr/infinite`
`trpc-swr/next` -> `@trpc-swr/next`
`trpc-swr/ssr` -> `@trpc-swr/ssr`

### Fixes

- Full interop with tRPC v10 proxy api
- Aligs all packages to the same version
- Adds necessary SSR support using `@trpc-swr/ssr` and `@trpc-swr/next`
- Adds infinite query support using `@trpc-swr/infinite`

### Improvements

- Adds e2e tests for all packages
- Adds unit tests for all packages

### Patch Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Removes @trpc-swr/internal in favor of exports sugar pointing to "@trpc-swr/client/shared", this isan internal dependency so no breaking change

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Add "shared" folder to @trpc-swr/client

## 1.0.0-rc.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Configuration files for the project",
"private": true,
"files": [
Expand Down
34 changes: 34 additions & 0 deletions packages/infinite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @trpc-swr/infinite

## 1.0.0

### Major Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76) Thanks [@sannajammeh](https://github.com/sannajammeh)! - # 🚀 trpc-swr release candidate 🚀

### [BREAKING]: Moves all packages to the new package structure:

`trpc-swr` -> `@trpc-swr/client`
`trpc-swr/infinite` -> `@trpc-swr/infinite`
`trpc-swr/next` -> `@trpc-swr/next`
`trpc-swr/ssr` -> `@trpc-swr/ssr`

### Fixes

- Full interop with tRPC v10 proxy api
- Aligs all packages to the same version
- Adds necessary SSR support using `@trpc-swr/ssr` and `@trpc-swr/next`
- Adds infinite query support using `@trpc-swr/infinite`

### Improvements

- Adds e2e tests for all packages
- Adds unit tests for all packages

### Patch Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Removes @trpc-swr/internal in favor of exports sugar pointing to "@trpc-swr/client/shared", this isan internal dependency so no breaking change

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Add "shared" folder to @trpc-swr/client

- Updated dependencies [[`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e), [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76), [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4)]:
- @trpc-swr/client@1.0.0

## 1.0.0-rc.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infinite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/infinite",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
34 changes: 34 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @trpc-swr/next

## 1.0.0

### Major Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76) Thanks [@sannajammeh](https://github.com/sannajammeh)! - # 🚀 trpc-swr release candidate 🚀

### [BREAKING]: Moves all packages to the new package structure:

`trpc-swr` -> `@trpc-swr/client`
`trpc-swr/infinite` -> `@trpc-swr/infinite`
`trpc-swr/next` -> `@trpc-swr/next`
`trpc-swr/ssr` -> `@trpc-swr/ssr`

### Fixes

- Full interop with tRPC v10 proxy api
- Aligs all packages to the same version
- Adds necessary SSR support using `@trpc-swr/ssr` and `@trpc-swr/next`
- Adds infinite query support using `@trpc-swr/infinite`

### Improvements

- Adds e2e tests for all packages
- Adds unit tests for all packages

### Patch Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Removes @trpc-swr/internal in favor of exports sugar pointing to "@trpc-swr/client/shared", this isan internal dependency so no breaking change

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Add "shared" folder to @trpc-swr/client

- Updated dependencies [[`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e), [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76), [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4)]:
- @trpc-swr/client@1.0.0

## 1.0.0-rc.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/next",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
34 changes: 34 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @trpc-swr/ssr

## 1.0.0

### Major Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76) Thanks [@sannajammeh](https://github.com/sannajammeh)! - # 🚀 trpc-swr release candidate 🚀

### [BREAKING]: Moves all packages to the new package structure:

`trpc-swr` -> `@trpc-swr/client`
`trpc-swr/infinite` -> `@trpc-swr/infinite`
`trpc-swr/next` -> `@trpc-swr/next`
`trpc-swr/ssr` -> `@trpc-swr/ssr`

### Fixes

- Full interop with tRPC v10 proxy api
- Aligs all packages to the same version
- Adds necessary SSR support using `@trpc-swr/ssr` and `@trpc-swr/next`
- Adds infinite query support using `@trpc-swr/infinite`

### Improvements

- Adds e2e tests for all packages
- Adds unit tests for all packages

### Patch Changes

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Removes @trpc-swr/internal in favor of exports sugar pointing to "@trpc-swr/client/shared", this isan internal dependency so no breaking change

- [#40](https://github.com/sannajammeh/trpc-swr/pull/40) [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Add "shared" folder to @trpc-swr/client

- Updated dependencies [[`666b3b3`](https://github.com/sannajammeh/trpc-swr/commit/666b3b3151aa5453ab03d9c11c7c14b1e4bd372e), [`1a9b77c`](https://github.com/sannajammeh/trpc-swr/commit/1a9b77c673cd45bd8a77a4f7e64f879238d78b76), [`57aa58f`](https://github.com/sannajammeh/trpc-swr/commit/57aa58f90363f3c48de6936b20338b8c36a2a2e4)]:
- @trpc-swr/client@1.0.0

## 1.0.0-rc.2

### 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": "@trpc-swr/ssr",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 9f0f3ce

Please sign in to comment.