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

Commit

Permalink
release: v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Apr 25, 2024
1 parent 3ae805f commit 3b5f91c
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"canvaskit-wasm": "0.39.1",
"newcar": "workspace:0.15.0-alpha.1",
"@newcar/mod-markdown": "workspace:0.1.1",
"@newcar/mod-geometry": "workspace:0.1.1"
"newcar": "workspace:0.15.0",
"@newcar/mod-markdown": "workspace:0.1.4",
"@newcar/mod-geometry": "workspace:0.1.4"
}
}
9 changes: 9 additions & 0 deletions mods/mod-geometry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @newcar/mod-geometry

## 0.1.4

### Patch Changes

- Updated dependencies
- @newcar/basic@0.15.0
- @newcar/core@0.15.0
- @newcar/utils@0.15.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion mods/mod-geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/mod-geometry",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"scripts": {
"publish": "npm publish",
Expand Down
9 changes: 9 additions & 0 deletions mods/mod-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @newcar/mod-markdown

## 0.1.4

### Patch Changes

- Updated dependencies
- @newcar/basic@0.15.0
- @newcar/core@0.15.0
- @newcar/utils@0.15.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion mods/mod-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/mod-markdown",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"scripts": {
"publish": "npm publish",
Expand Down
9 changes: 9 additions & 0 deletions mods/mod-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @newcar/mod-math

## 0.3.8

### Patch Changes

- Updated dependencies
- @newcar/basic@0.15.0
- @newcar/core@0.15.0
- @newcar/utils@0.15.0

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion mods/mod-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/mod-math",
"version": "0.3.7",
"version": "0.3.8",
"description": "",
"scripts": {
"publish": "npm publish",
Expand Down
12 changes: 12 additions & 0 deletions packages/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @newcar/basic

## 0.15.0

### Minor Changes

- This version will be the last 0.x version!

### Patch Changes

- Updated dependencies
- @newcar/core@0.15.0
- @newcar/utils@0.15.0

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/basic",
"version": "0.15.0-alpha.1",
"version": "0.15.0",
"description": "The basic objects, animations and interpolators of newcar.",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @newcar/core

## 0.15.0

### Minor Changes

- This version will be the last 0.x version!

### Patch Changes

- Updated dependencies
- @newcar/utils@0.15.0

## 0.14.2

### Patch Changes
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": "@newcar/core",
"version": "0.15.0-alpha.1",
"version": "0.15.0",
"description": "The core of newcar.",
"scripts": {
"publish": "npm publish",
Expand Down
14 changes: 14 additions & 0 deletions packages/newcar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# newcar

## 0.15.0

### Minor Changes

- This version will be the last 0.x version!

### Patch Changes

- Updated dependencies
- @newcar/basic@0.15.0
- @newcar/core@0.15.0
- @newcar/recorder@0.15.0
- @newcar/utils@0.15.0

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/newcar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newcar",
"version": "0.15.0-alpha.1",
"version": "0.15.0",
"author": "BugDuck Team",
"type": "module",
"description": "A Highly configurable universal advanced engine, Born for creating animation rapidly.",
Expand Down
6 changes: 6 additions & 0 deletions packages/recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/recorder

## 0.15.0

### Minor Changes

- This version will be the last 0.x version!

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/recorder",
"version": "0.15.0-alpha.1",
"version": "0.15.0",
"description": "The utils of newcar",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/utils

## 0.15.0

### Minor Changes

- This version will be the last 0.x version!

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newcar/utils",
"version": "0.15.0-alpha.1",
"version": "0.15.0",
"description": "The utils of newcar",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3b5f91c

Please sign in to comment.