Skip to content

Commit

Permalink
chore: update version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Aug 5, 2023
1 parent de5c2d7 commit 9dfc473
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2023-08-05)


### Features

* @umijs/max electron demo ([650544c](https://github.com/liangskyli/umi-electron/commit/650544cdd694929170a96da0d2ca65dbcf78435b))
* generate script support @umijs/max, remove routerMode config ([fef28af](https://github.com/liangskyli/umi-electron/commit/fef28afaacc806f8c0d1513960052bca55628007))
* remove IElectronConfig type and electron min package 22.0.0 ([bb6e1f5](https://github.com/liangskyli/umi-electron/commit/bb6e1f521e27dcc2097eb84c459b992c38fa79ee))
* umi electron init ([64b5c6a](https://github.com/liangskyli/umi-electron/commit/64b5c6a761665414459f32004c4025e41e99cc43))
* umi electron support routerMode config for hash or memory ([e4f1378](https://github.com/liangskyli/umi-electron/commit/e4f13789b32e338ae04fb7c7d37881b281839e7b))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"npmClient": "pnpm",
"version": "0.0.1",
"packages": ["packages/*"],
"version": "0.1.0",
"packages": [
"packages/*"
],
"command": {
"version": {
"conventionalCommits": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/umijs-plugin-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2023-08-05)


### Features

* generate script support @umijs/max, remove routerMode config ([fef28af](https://github.com/liangskyli/umi-electron/commit/fef28afaacc806f8c0d1513960052bca55628007))
* remove IElectronConfig type and electron min package 22.0.0 ([bb6e1f5](https://github.com/liangskyli/umi-electron/commit/bb6e1f521e27dcc2097eb84c459b992c38fa79ee))
* umi electron init ([64b5c6a](https://github.com/liangskyli/umi-electron/commit/64b5c6a761665414459f32004c4025e41e99cc43))
* umi electron support routerMode config for hash or memory ([e4f1378](https://github.com/liangskyli/umi-electron/commit/e4f13789b32e338ae04fb7c7d37881b281839e7b))
2 changes: 1 addition & 1 deletion packages/umijs-plugin-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/umijs-plugin-electron",
"version": "0.0.1",
"version": "0.1.0",
"description": "Umi plugin for electron",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/umi-electron#readme",
Expand Down

0 comments on commit 9dfc473

Please sign in to comment.