Skip to content

Commit

Permalink
[ci] release (#16)
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
Marc MacLeod and github-actions[bot] authored Oct 31, 2023
1 parent 7c2eca6 commit 9fd4b66
Show file tree
Hide file tree
Showing 23 changed files with 193 additions and 42 deletions.
19 changes: 0 additions & 19 deletions .changeset/cool-pillows-wash.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0

## 0.1.1

### Patch 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.1.1",
"version": "0.2.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-router-dom": "^6"
},
"dependencies": {
"@ssrx/renderer": "^0.1.0"
"@ssrx/renderer": "^0.2.0"
},
"devDependencies": {
"react-router-dom": "6.17.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-solid-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ssrx/plugin-solid-router

## 0.2.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0

## 0.1.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.1.0",
"version": "0.2.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@solidjs/router": "*"
},
"dependencies": {
"@ssrx/renderer": "^0.1.0"
"@ssrx/renderer": "^0.2.0"
},
"devDependencies": {
"@solidjs/router": "0.8.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ssrx/plugin-tanstack-query

## 0.2.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0

## 0.1.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.1.0",
"version": "0.2.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@tanstack/query-core": "^5"
},
"dependencies": {
"@ssrx/renderer": "^0.1.0",
"@ssrx/renderer": "^0.2.0",
"devalue": "^4.3.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-tanstack-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ssrx/plugin-tanstack-router

## 0.1.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0.2",
"version": "0.1.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@tanstack/router-core": "<=1"
},
"devDependencies": {
"@ssrx/vite": "^0.2.0",
"@ssrx/vite": "^0.3.0",
"@tanstack/react-router": "0.0.1-beta.194",
"@tanstack/router-core": "0.0.1-beta.194",
"react": "18.2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin-trpc-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ssrx/plugin-trpc-react

## 0.3.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0
- @ssrx/plugin-tanstack-query@0.2.0

## 0.2.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.2.0",
"version": "0.3.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ssrx/plugin-tanstack-query": "*",
"@ssrx/renderer": "^0.1.0"
"@ssrx/renderer": "^0.2.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-unhead/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ssrx/plugin-unhead

## 0.1.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0

## 0.0.3

### Patch 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.0.3",
"version": "0.1.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"lint": "eslint ."
},
"dependencies": {
"@ssrx/renderer": "^0.1.0",
"@ssrx/renderer": "^0.2.0",
"@unhead/addons": "~1.8.0",
"@unhead/schema": "~1.8.0",
"@unhead/ssr": "~1.8.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ssrx/react

## 0.1.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0
- @ssrx/vite@0.3.0

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/react",
"version": "0.0.4",
"version": "0.1.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -50,8 +50,8 @@
"react-dom": ">=18"
},
"dependencies": {
"@ssrx/renderer": "^0.1.3",
"@ssrx/vite": "^0.2.0",
"@ssrx/renderer": "^0.2.0",
"@ssrx/vite": "^0.3.0",
"isbot-fast": "1.2.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @ssrx/remix

## 0.1.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/remix",
"version": "0.0.4",
"version": "0.1.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@remix-run/react": ">=2.2.0"
},
"dependencies": {
"@ssrx/renderer": "^0.1.3",
"@ssrx/renderer": "^0.2.0",
"isbot-fast": "1.2.0"
},
"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.2.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/renderer",
"version": "0.1.4",
"version": "0.2.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ssrx/solid

## 0.2.0

### Minor Changes

- [`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed) Thanks
[@marbemac](https://github.com/marbemac)! - - Refactor stream injector in `@ssrx/renderer`
- Add `@ssrx/remix` and remix-vite example
- Switch to rollup for the build process on most packages
- Pass the req.signal to renderToReadableStream in the react/remix renderers
- Decouple `@ssrx/renderer` from `@ssrx/vite`

### Patch Changes

- Updated dependencies [[`443b535`](https://github.com/marbemac/ssrx/commit/443b535a5a3767a453114038796baf1f684ebfed)]:
- @ssrx/renderer@0.2.0
- @ssrx/vite@0.3.0

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/solid",
"version": "0.1.1",
"version": "0.2.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,8 @@
"solid-js": "*"
},
"dependencies": {
"@ssrx/renderer": "^0.1.3",
"@ssrx/vite": "^0.2.0"
"@ssrx/renderer": "^0.2.0",
"@ssrx/vite": "^0.3.0"
},
"devDependencies": {
"esbuild-plugin-solid": "0.5.0",
Expand Down
Loading

0 comments on commit 9fd4b66

Please sign in to comment.