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

Commit

Permalink
release(mods) update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed May 22, 2024
1 parent c1b11ab commit 1947adb
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 7 deletions.
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/cli

## 2.0.1

### Patch Changes

- update dependencies

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@newcar/cli",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"description": "The cli tool of local Newcar",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@newcar/mod-chart": "workspace:*",
"@newcar/mod-geometry": "workspace:0.1.6",
"@newcar/mod-markdown": "workspace:0.3.1",
"@newcar/mod-geometry": "workspace:0.1.7",
"@newcar/mod-markdown": "workspace:0.3.2",
"@newcar/mod-math": "workspace:*",
"@types/luxon": "^3.4.2",
"canvaskit-wasm": "0.39.1",
Expand Down
6 changes: 6 additions & 0 deletions mods/mod-geometry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/mod-geometry

## 0.1.7

### Patch Changes

- update dependencies

## 0.1.6

### 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.6",
"version": "0.1.7",
"description": "",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions mods/mod-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/mod-markdown

## 0.3.2

### Patch Changes

- update dependencies

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"description": "",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions mods/mod-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/mod-math

## 0.4.1

### Patch Changes

- update dependencies

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/playground

## 0.4.1

### Patch Changes

- update dependencies

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@newcar/playground",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"scripts": {
"play:dev": "vite",
"play:build": "vue-tsc && vite build",
Expand Down

0 comments on commit 1947adb

Please sign in to comment.