Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 23, 2022
1 parent 8f9c32a commit b3f9b88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@julr/factorio-monorepo",
"type": "module",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"packageManager": "pnpm@7.11.0",
"description": "",
"author": "Julien Ripouteau <julien@ripouteau.com>",
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": "@julr/factorio",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "",
"author": "Julien Ripouteau <julien@ripouteau.com>",
"license": "MIT",
Expand Down
9 changes: 4 additions & 5 deletions packages/japa-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@julr/japa-factorio-plugin",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "The Japa plugin for Factorio",
"author": "Julien Ripouteau <julien@ripouteau.com>",
"license": "ISC",
Expand Down Expand Up @@ -33,13 +33,12 @@
"stub": "unbuild --stub"
},
"peerDependencies": {
"@japa/runner": "^2.0.0"
},
"dependencies": {
"@julr/factorio": "link:../core"
"@japa/runner": "^2.0.0",
"@julr/factorio": "^1.0.0-beta.0"
},
"devDependencies": {
"@japa/runner": "^2.2.1",
"@julr/factorio": "link:../core",
"knex": "^2.3.0",
"typescript": "^4.8.3",
"unbuild": "^0.8.11"
Expand Down

0 comments on commit b3f9b88

Please sign in to comment.