Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Aug 27, 2023
1 parent 5834c1a commit bf4aa4d
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 31 deletions.
18 changes: 9 additions & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
11 changes: 0 additions & 11 deletions .changeset/metal-lizards-repair.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/react/rsc/fw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# example-react-server

## null

### Patch Changes

- Updated dependencies [5834c1a]
- vinxi@0.0.22
- @vinxi/react-server@0.0.7
3 changes: 2 additions & 1 deletion examples/react/rsc/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
}
},
"version": null
}
7 changes: 7 additions & 0 deletions packages/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vinxi/solid-start

## 0.0.3

### Patch Changes

- 5834c1a: add changesets support
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/solid-start",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vinxi/plugin-mdx

## 3.6.1

### Patch Changes

- 5834c1a: add changesets support
2 changes: 1 addition & 1 deletion packages/vinxi-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/plugin-mdx",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",
"scripts": {
"// User Scripts": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/vinxi-react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @vinxi/react-server

## 0.0.7

### Patch Changes

- 5834c1a: add changesets support
- Updated dependencies [5834c1a]
- @vinxi/plugin-references@0.0.12
- @vinxi/react@0.0.6
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.0.7",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vinxi/react

## 0.0.6

### Patch Changes

- 5834c1a: add changesets support
2 changes: 1 addition & 1 deletion packages/vinxi-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/react",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/vinxi-references/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @vinxi/plugin-references

## 0.0.12

### Patch Changes

- 5834c1a: add changesets support
- Updated dependencies [5834c1a]
- vinxi@0.0.22
6 changes: 3 additions & 3 deletions packages/vinxi-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/plugin-references",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand All @@ -20,10 +20,10 @@
}
},
"devDependencies": {
"vinxi": "^0.0.21"
"vinxi": "^0.0.22"
},
"peerDependencies": {
"vinxi": "^0.0.21"
"vinxi": "^0.0.22"
},
"dependencies": {
"acorn": "^8.10.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vinxi/solid

## 0.0.8

### Patch Changes

- 5834c1a: add changesets support
2 changes: 1 addition & 1 deletion packages/vinxi-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/solid",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/vinxi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vinxi

## 0.0.22

### Patch Changes

- 5834c1a: add changesets support
2 changes: 1 addition & 1 deletion packages/vinxi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinxi",
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions test/templates/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# app

## null

### Patch Changes

- Updated dependencies [5834c1a]
- @vinxi/react@0.0.6
- vinxi@0.0.22
3 changes: 2 additions & 1 deletion test/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
}
},
"version": null
}

0 comments on commit bf4aa4d

Please sign in to comment.