Skip to content

Commit

Permalink
RELEASING: Releasing 10 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @vinxi/[email protected]
  @vinxi/[email protected]
  @vinxi/[email protected]
  app@null
  @vinxi/[email protected]
  test-react-rsc@null
  example-vanilla-spa@null
  example-vanilla-stack@null
  test-react-srv-fn@null
  example-react-server@null

[skip ci]
  • Loading branch information
nksaraf committed Dec 2, 2023
1 parent 0abee54 commit 045bb93
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-fireants-rhyme.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/react/rsc/fw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- @vinxi/react-server@0.0.29

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down
2 changes: 1 addition & 1 deletion examples/react/rsc/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/react-server": "0.0.28",
"@vinxi/react-server": "0.0.29",
"@vinxi/react-server-dom": "0.0.3",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/rsc/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- @vinxi/server-components@0.0.41
- @vinxi/server-functions@0.0.41

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-components": "0.0.40",
"@vinxi/server-functions": "0.0.40",
"@vinxi/server-components": "0.0.41",
"@vinxi/server-functions": "0.0.41",
"@vinxi/react": "0.0.12",
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions examples/vanilla/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- @vinxi/server-functions@0.0.41

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-functions": "0.0.40",
"@vinxi/server-functions": "0.0.41",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.48"
Expand Down
6 changes: 6 additions & 0 deletions examples/vanilla/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- @vinxi/server-functions@0.0.41

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-functions": "0.0.40",
"@vinxi/server-functions": "0.0.41",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/vinxi-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vinxi/plugin-references

## 0.0.41

### Patch Changes

- 619f69f: use better parser for typescript/jsx in directives

## 0.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/plugin-directives",
"version": "0.0.40",
"version": "0.0.41",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi-react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vinxi/react-server

## 0.0.29

### Patch Changes

- @vinxi/server-components@0.0.41
- @vinxi/server-functions@0.0.41

## 0.0.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vinxi-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/react-server",
"version": "0.0.28",
"version": "0.0.29",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand Down Expand Up @@ -41,8 +41,8 @@
"@vinxi/plugin-references": "0.0.29",
"@vinxi/react": "0.0.12",
"@vinxi/react-server-dom": "^0.0.3",
"@vinxi/server-components": "0.0.40",
"@vinxi/server-functions": "0.0.40",
"@vinxi/server-components": "0.0.41",
"@vinxi/server-functions": "0.0.41",
"@vitejs/plugin-react": "^4.0.4"
}
}
7 changes: 7 additions & 0 deletions packages/vinxi-server-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vinxi/plugin-references

## 0.0.41

### Patch Changes

- Updated dependencies [619f69f]
- @vinxi/plugin-directives@0.0.41

## 0.0.40

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/server-components",
"version": "0.0.40",
"version": "0.0.41",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand All @@ -27,7 +27,7 @@
"vinxi": "^0.0.48"
},
"dependencies": {
"@vinxi/plugin-directives": "0.0.40",
"@vinxi/plugin-directives": "0.0.41",
"acorn": "^8.10.0",
"acorn-loose": "^8.3.0",
"acorn-typescript": "^1.4.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi-server-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vinxi/plugin-references

## 0.0.41

### Patch Changes

- Updated dependencies [619f69f]
- @vinxi/plugin-directives@0.0.41

## 0.0.40

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/server-functions",
"version": "0.0.40",
"version": "0.0.41",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand All @@ -27,7 +27,7 @@
"vinxi": "^0.0.48"
},
"dependencies": {
"@vinxi/plugin-directives": "0.0.40",
"@vinxi/plugin-directives": "0.0.41",
"acorn": "^8.10.0",
"acorn-loose": "^8.3.0",
"acorn-typescript": "^1.4.3",
Expand Down
7 changes: 7 additions & 0 deletions test/templates/react-rsc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- @vinxi/server-components@0.0.41
- @vinxi/server-functions@0.0.41

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down
4 changes: 2 additions & 2 deletions test/templates/react-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-functions": "0.0.40",
"@vinxi/server-components": "0.0.40",
"@vinxi/server-functions": "0.0.41",
"@vinxi/server-components": "0.0.41",
"@vinxi/react": "0.0.12",
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
6 changes: 6 additions & 0 deletions test/templates/react-srv-fn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- @vinxi/server-functions@0.0.41

## null

### Patch Changes

- Updated dependencies [fc7494d]
- Updated dependencies [4e4c047]
- Updated dependencies [8ef044b]
Expand Down

0 comments on commit 045bb93

Please sign in to comment.