Skip to content

Commit

Permalink
[release]v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Feb 24, 2023
1 parent 9f0c891 commit 9915853
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 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",
"useWorkspaces": true,
"version": "0.0.2",
"version": "0.1.0",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 deletions packages/animation-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/animation-builder",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -12,6 +12,6 @@
"typescript": "^4.9.4"
},
"devDependencies": {
"@newcar/objects": "workspace:^0.0.2"
"@newcar/objects": "workspace:^0.1.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": "@newcar/core",
"version": "0.0.2",
"version": "0.1.0",
"main": "./dist/newcar.min.js",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-typescript": "^7.18.6",
"@newcar/animation-builder": "workspace:^0.0.2",
"@newcar/animation-builder": "workspace:^0.1.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -31,6 +31,6 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@newcar/objects": "workspace:^0.0.2"
"@newcar/objects": "workspace:^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/objects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/objects",
"version": "0.0.2",
"version": "0.1.0",
"description": "All the car objects.",
"main": "src/index.ts",
"scripts": {
Expand Down
24 changes: 5 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 9915853

Please sign in to comment.