Skip to content

Commit

Permalink
Merge pull request #101 from valbuild/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
freekh authored Aug 25, 2023
2 parents 275a6c8 + 88b848e commit a85de70
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 36 deletions.
7 changes: 0 additions & 7 deletions .changeset/gold-readers-invent.md

This file was deleted.

36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valbuild/cli",
"private": false,
"version": "0.15.0",
"version": "0.16.0",
"description": "Val CLI tools",
"bin": {
"val": "./bin.js"
Expand All @@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@valbuild/server": "~0.15.0",
"@valbuild/server": "~0.16.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valbuild/core",
"version": "0.15.0",
"version": "0.16.0",
"private": false,
"description": "Val - supercharged hard-coded content",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"next",
"react"
],
"version": "0.15.0",
"version": "0.16.0",
"scripts": {
"typecheck": "tsc --noEmit",
"test": "jest"
Expand All @@ -30,9 +30,9 @@
"exports": true
},
"dependencies": {
"@valbuild/core": "~0.15.0",
"@valbuild/react": "~0.15.0",
"@valbuild/server": "~0.15.0"
"@valbuild/core": "~0.16.0",
"@valbuild/react": "~0.16.0",
"@valbuild/server": "~0.16.0"
},
"peerDependencies": {
"next": ">=12.3.4",
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": "@valbuild/react",
"version": "0.15.0",
"version": "0.16.0",
"private": false,
"description": "Val - React internal helpers",
"sideEffects": false,
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@valbuild/core": "~0.15.0",
"@valbuild/core": "~0.16.0",
"@valbuild/ui": "~0.15.0",
"@vercel/stega": "^0.1.0",
"base64-arraybuffer": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./package.json": "./package.json"
},
"types": "dist/valbuild-server.cjs.d.ts",
"version": "0.15.0",
"version": "0.16.0",
"scripts": {
"typecheck": "tsc --noEmit",
"test": "jest",
Expand All @@ -25,7 +25,7 @@
"concurrently": "^7.6.0"
},
"dependencies": {
"@valbuild/core": "~0.15.0",
"@valbuild/core": "~0.16.0",
"@valbuild/ui": "~0.15.0",
"express": "^4.18.2",
"image-size": "^1.0.2",
Expand Down

0 comments on commit a85de70

Please sign in to comment.