Skip to content

Commit

Permalink
Well if we're following semver, it's actually 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Sep 6, 2023
1 parent e60367d commit 8ff18b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/app-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-app-executor",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.0.2",
"version": "1.1.0",
"bin": "./bin/executor-bundle.js",
"scripts": {
"build": "tsx scripts/build-executor.mts",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ironclad/rivet-app",
"repository": "https://github.com/ironclad/rivet",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-core",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.0.2",
"version": "1.1.0",
"packageManager": "[email protected]",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"license": "MIT",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-node",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.0.2",
"version": "1.1.0",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
"src": "src/index.ts",
Expand Down

0 comments on commit 8ff18b4

Please sign in to comment.