Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearch committed Jul 7, 2024
1 parent 9891155 commit 05d5d5b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"packages": ["packages/*"],
"registry": "https://registry.npmjs.org",
"command": {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/cli",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"description": "",
"bin": {
"asteroide": "dist/index.js"
Expand All @@ -26,7 +26,7 @@
"build": "npm run clean && ncc build src/index.ts -t -o dist --minify --no-cache --no-source-map-register"
},
"devDependencies": {
"@asteroidejs/common": "^0.0.2-canary.3",
"@asteroidejs/config": "^0.0.2-canary.3"
"@asteroidejs/common": "^0.0.3-canary.0",
"@asteroidejs/config": "^0.0.3-canary.0"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/common",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/config",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,6 +26,6 @@
"build": "npm run clean && ncc build src/index.ts -t -o dist --minify --no-cache --no-source-map-register && npm run generate-types"
},
"devDependencies": {
"@asteroidejs/common": "^0.0.2-canary.3"
"@asteroidejs/common": "^0.0.3-canary.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/core",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:watch": "jest --runInBand --watch"
},
"devDependencies": {
"@asteroidejs/common": "^0.0.2-canary.3",
"@asteroidejs/config": "^0.0.2-canary.3"
"@asteroidejs/common": "^0.0.3-canary.0",
"@asteroidejs/config": "^0.0.3-canary.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-asteroide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-asteroide",
"version": "0.0.2-canary.3",
"version": "0.0.3-canary.0",
"description": "ESLint plugin for Asteroide.js",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -21,6 +21,6 @@
"access": "public"
},
"devDependencies": {
"@asteroidejs/common": "^0.0.2-canary.3"
"@asteroidejs/common": "^0.0.3-canary.0"
}
}

0 comments on commit 05d5d5b

Please sign in to comment.