Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Sep 3, 2024
1 parent 3804288 commit 41a9391
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dde-earth-vite-example

## 0.0.13

### Patch Changes

- Updated dependencies
- @dde-earth/plugin-nc-loader@1.2.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dde-earth-vite-example",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-nc-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dde-earth/plugin-nc-loader

## 1.2.4

### Patch Changes

- fix nc render error

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nc-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dde-earth/plugin-nc-loader",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down

0 comments on commit 41a9391

Please sign in to comment.