Skip to content

Commit

Permalink
[ci] release (#40)
Browse files Browse the repository at this point in the history
* [ci] release

* update lock file

Signed-off-by: Marc MacLeod <[email protected]>

---------

Signed-off-by: Marc MacLeod <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
marbemac and github-actions[bot] authored Sep 29, 2024
1 parent d0eaf40 commit b3f38a1
Show file tree
Hide file tree
Showing 28 changed files with 176 additions and 64 deletions.
17 changes: 0 additions & 17 deletions .changeset/cool-crews-pump.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/plugin-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/plugin-react-router

## 0.5.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-react-router",
"version": "0.5.0",
"version": "0.5.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-router-dom": "^6"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/renderer": "^0.5.1",
"vite-env-only": "3.0.3"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-solid-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/plugin-solid-router

## 0.5.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-solid-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-solid-router",
"version": "0.5.0",
"version": "0.5.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@solidjs/router": ">=0.10"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0"
"@ssrx/renderer": "^0.5.1"
},
"devDependencies": {
"@solidjs/router": "0.11.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/plugin-tanstack-query

## 0.6.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tanstack-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-tanstack-query",
"version": "0.6.0",
"version": "0.6.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@tanstack/query-core": "^5"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/renderer": "^0.5.1",
"devalue": "^5.1.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-tanstack-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/plugin-tanstack-router

## 0.4.2

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-tanstack-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-tanstack-router",
"version": "0.4.1",
"version": "0.4.2",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -41,14 +41,14 @@
"react-dom": ">=18"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/renderer": "^0.5.1",
"@tanstack/react-cross-context": "1.57.6",
"jsesc": "3.0.2",
"tiny-invariant": "1.3.3",
"vite-env-only": "3.0.3"
},
"devDependencies": {
"@ssrx/vite": "^0.7.0",
"@ssrx/vite": "^0.7.2",
"@tanstack/react-router": "1.57.13",
"@types/jsesc": "3.0.3",
"react": "18.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-trpc-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ssrx/plugin-trpc-react

## 0.6.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1
- @ssrx/plugin-tanstack-query@0.6.1
- @ssrx/trpc-react-query@0.4.1

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-trpc-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-trpc-react",
"version": "0.6.0",
"version": "0.6.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@ssrx/plugin-tanstack-query": "*",
"@ssrx/renderer": "^0.5.0",
"@ssrx/renderer": "^0.5.1",
"@ssrx/trpc-react-query": "*"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-unhead/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/plugin-unhead

## 0.4.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-unhead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-unhead",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint ."
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/renderer": "^0.5.1",
"@unhead/addons": "~1.11.7",
"@unhead/schema": "~1.11.7",
"@unhead/ssr": "~1.11.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ssrx/react

## 0.4.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1
- @ssrx/vite@0.7.2
- @ssrx/streaming@0.3.1

## 0.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/react",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -42,9 +42,9 @@
"react-dom": ">=18"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/streaming": "^0.3.0",
"@ssrx/vite": "^0.7.0",
"@ssrx/renderer": "^0.5.1",
"@ssrx/streaming": "^0.3.1",
"@ssrx/vite": "^0.7.2",
"isbot-fast": "1.2.0",
"vite-env-only": "3.0.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ssrx/remix

## 0.4.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1
- @ssrx/react@0.4.1

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/remix",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@remix-run/react": ">=2.2.0"
},
"dependencies": {
"@ssrx/react": "^0.4.0",
"@ssrx/renderer": "^0.5.0",
"@ssrx/react": "^0.4.1",
"@ssrx/renderer": "^0.5.1",
"vite-env-only": "3.0.3"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ssrx/renderer

## 0.5.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/vite@0.7.2
- @ssrx/streaming@0.3.1

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/renderer",
"version": "0.5.0",
"version": "0.5.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -46,8 +46,8 @@
"lint": "eslint ."
},
"dependencies": {
"@ssrx/streaming": "^0.3.0",
"@ssrx/vite": "^0.7.0",
"@ssrx/streaming": "^0.3.1",
"@ssrx/vite": "^0.7.2",
"deepmerge": "4.3.1",
"vite-env-only": "3.0.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ssrx/solid

## 0.5.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

- Updated dependencies [[`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4)]:
- @ssrx/renderer@0.5.1
- @ssrx/vite@0.7.2
- @ssrx/streaming@0.3.1

## 0.5.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/solid",
"version": "0.5.0",
"version": "0.5.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -48,9 +48,9 @@
"solid-js": ">=1.8"
},
"dependencies": {
"@ssrx/renderer": "^0.5.0",
"@ssrx/streaming": "^0.3.0",
"@ssrx/vite": "^0.7.0"
"@ssrx/renderer": "^0.5.1",
"@ssrx/streaming": "^0.3.1",
"@ssrx/vite": "^0.7.2"
},
"devDependencies": {
"solid-js": "1.8.22"
Expand Down
7 changes: 7 additions & 0 deletions packages/streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ssrx/streaming

## 0.3.1

### Patch Changes

- [`8df5fea`](https://github.com/marbemac/ssrx/commit/8df5fea9c2a308c321ae181942f011e834d010e4) Thanks
[@marbemac](https://github.com/marbemac)! - Fix various import resolution issues.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/streaming",
"version": "0.3.0",
"version": "0.3.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down
Loading

0 comments on commit b3f38a1

Please sign in to comment.