Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
[release]v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Apr 16, 2023
1 parent 58cd31e commit c521bd1
Show file tree
Hide file tree
Showing 8 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",
"useWorkspaces": true,
"version": "0.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -13,6 +13,6 @@
"typescript": "^4.9.4"
},
"devDependencies": {
"@newcar/objects": "workspace:^0.3.0"
"@newcar/objects": "workspace:^0.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@newcar/core",
"version": "0.3.0",
"version": "0.3.1",
"main": "./dist/newcar.min.js",
"license": "APACHE-2.0",
"type": "module",
"types": "./dist/newcar.d.ts",
"module": "./dist/es/index.js",
"devDependencies": {
"@newcar/objects": "workspace:^0.3.0"
"@newcar/objects": "workspace:^0.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/event-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/event-builder",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@newcar/objects": "workspace:^0.3.0"
"@newcar/objects": "workspace:^0.3.1"
}
}
10 changes: 5 additions & 5 deletions packages/newcar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newcar",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "./dist/newcar.min.js",
"license": "APACHE-2.0",
Expand All @@ -19,10 +19,10 @@
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-typescript": "^7.18.6",
"@newcar/animation-builder": "workspace:^0.3.0",
"@newcar/core": "workspace:^0.3.0",
"@newcar/objects": "workspace:^0.3.0",
"@newcar/sound-builder": "workspace:^0.3.0",
"@newcar/animation-builder": "workspace:^0.3.1",
"@newcar/core": "workspace:^0.3.1",
"@newcar/objects": "workspace:^0.3.1",
"@newcar/sound-builder": "workspace:^0.3.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
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.3.0",
"version": "0.3.1",
"description": "All the car objects.",
"main": "src/index.ts",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/sound-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/sound-builder",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@newcar/objects": "workspace:^0.3.0"
"@newcar/objects": "workspace:^0.3.1"
}
}
16 changes: 8 additions & 8 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 c521bd1

Please sign in to comment.