Skip to content

Commit

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

* lockfile

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] committed Jan 22, 2024
1 parent db81922 commit d555d02
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-swans-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-ears-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-goats-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-rivers-film.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plugin-tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tanstack/react-router": "<=1"
},
"devDependencies": {
"@ssrx/vite": "^0.4.0",
"@ssrx/vite": "^0.5.0",
"@tanstack/react-router": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/react

## 0.2.1

### Patch Changes

- Updated dependencies [[`b9b25b3`](https://github.com/marbemac/ssrx/commit/b9b25b37fecc4a443599d59d73dfdf506769517d),
[`c44d7bf`](https://github.com/marbemac/ssrx/commit/c44d7bf463ff41eeb53ea4bd79580a9d8ce87471),
[`db81922`](https://github.com/marbemac/ssrx/commit/db819220a1ed2006c8e2bdbd50ff6d6ab6d40b16),
[`dc4b723`](https://github.com/marbemac/ssrx/commit/dc4b723b031fc89e36beff8c1b1bde0b64283673)]:
- @ssrx/vite@0.5.0

## 0.2.0

### Minor 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": "@ssrx/react",
"version": "0.2.0",
"version": "0.2.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@ssrx/renderer": "^0.3.0",
"@ssrx/vite": "^0.4.0",
"@ssrx/vite": "^0.5.0",
"isbot-fast": "1.2.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ssrx/solid

## 0.3.1

### Patch Changes

- Updated dependencies [[`b9b25b3`](https://github.com/marbemac/ssrx/commit/b9b25b37fecc4a443599d59d73dfdf506769517d),
[`c44d7bf`](https://github.com/marbemac/ssrx/commit/c44d7bf463ff41eeb53ea4bd79580a9d8ce87471),
[`db81922`](https://github.com/marbemac/ssrx/commit/db819220a1ed2006c8e2bdbd50ff6d6ab6d40b16),
[`dc4b723`](https://github.com/marbemac/ssrx/commit/dc4b723b031fc89e36beff8c1b1bde0b64283673)]:
- @ssrx/vite@0.5.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/solid",
"version": "0.3.0",
"version": "0.3.1",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@ssrx/renderer": "^0.3.0",
"@ssrx/vite": "^0.4.0"
"@ssrx/vite": "^0.5.0"
},
"devDependencies": {
"esbuild-plugin-solid": "0.5.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @ssrx/vite

## 0.5.0

### Minor Changes

- [`c44d7bf`](https://github.com/marbemac/ssrx/commit/c44d7bf463ff41eeb53ea4bd79580a9d8ce87471) Thanks
[@marbemac](https://github.com/marbemac)! - Dropped support for vite 4

- [`db81922`](https://github.com/marbemac/ssrx/commit/db819220a1ed2006c8e2bdbd50ff6d6ab6d40b16) Thanks
[@marbemac](https://github.com/marbemac)! - Support CSS modules.

### Patch Changes

- [`b9b25b3`](https://github.com/marbemac/ssrx/commit/b9b25b37fecc4a443599d59d73dfdf506769517d) Thanks
[@marbemac](https://github.com/marbemac)! - Fixed ssr build issue due to Vite v5 breaking change from rc -> stable

- [`dc4b723`](https://github.com/marbemac/ssrx/commit/dc4b723b031fc89e36beff8c1b1bde0b64283673) Thanks
[@marbemac](https://github.com/marbemac)! - Response base resolve conditions in ssr conditions during builds. Fixes an
issue with solidjs.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/vite",
"version": "0.4.0",
"version": "0.5.0",
"sideEffects": false,
"type": "module",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ssrx/plugin-tanstack-router@workspace:packages/plugin-tanstack-router"
dependencies:
"@ssrx/vite": "npm:^0.4.0"
"@ssrx/vite": "npm:^0.5.0"
"@tanstack/react-router": "npm:1.0.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
Expand Down Expand Up @@ -2520,7 +2520,7 @@ __metadata:
resolution: "@ssrx/react@workspace:packages/react"
dependencies:
"@ssrx/renderer": "npm:^0.3.0"
"@ssrx/vite": "npm:^0.4.0"
"@ssrx/vite": "npm:^0.5.0"
esbuild: "npm:0.19.10"
isbot-fast: "npm:1.2.0"
react: "npm:18.2.0"
Expand Down Expand Up @@ -2593,7 +2593,7 @@ __metadata:
resolution: "@ssrx/solid@workspace:packages/solid"
dependencies:
"@ssrx/renderer": "npm:^0.3.0"
"@ssrx/vite": "npm:^0.4.0"
"@ssrx/vite": "npm:^0.5.0"
esbuild-plugin-solid: "npm:0.5.0"
solid-js: "npm:1.8.7"
peerDependencies:
Expand Down

0 comments on commit d555d02

Please sign in to comment.