Skip to content

Commit

Permalink
chore: update version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Sep 16, 2023
1 parent a4fe620 commit 762851d
Show file tree
Hide file tree
Showing 5 changed files with 9,024 additions and 3,107 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0](https://github.com/liangskyli/umi-electron/compare/v0.1.2...v0.2.0) (2023-09-16)


### Features

* darwin platform close window use hide window, main window extract independent file ([1eae633](https://github.com/liangskyli/umi-electron/commit/1eae63396e767a5537711d0ae779b3440c17123e))


### Bug Fixes

* main,reload template add independent tsconfig.json ([158de03](https://github.com/liangskyli/umi-electron/commit/158de03a3c00f2bab10aec0c466131fb4ceb446c))



## [0.1.2](https://github.com/liangskyli/umi-electron/compare/v0.1.1...v0.1.2) (2023-09-03)


Expand Down
15 changes: 4 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"npmClient": "pnpm",
"version": "0.1.2",
"packages": [
"packages/*"
],
"version": "0.2.0",
"packages": ["packages/*"],
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": {
"name": "conventional-changelog-conventionalcommits",
"issuePrefixes": [
"#"
],
"issuePrefixes": ["#"],
"types": [
{
"type": "feat",
Expand Down Expand Up @@ -78,10 +74,7 @@
"push": false
},
"publish": {
"ignoreChanges": [
"ignored-file",
"*.md"
],
"ignoreChanges": ["ignored-file", "*.md"],
"registry": "https://registry.npmjs.org/",
"message": "chore: publish release %s"
}
Expand Down
14 changes: 14 additions & 0 deletions packages/umijs-plugin-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0](https://github.com/liangskyli/umi-electron/compare/v0.1.2...v0.2.0) (2023-09-16)


### Features

* darwin platform close window use hide window, main window extract independent file ([1eae633](https://github.com/liangskyli/umi-electron/commit/1eae63396e767a5537711d0ae779b3440c17123e))


### Bug Fixes

* main,reload template add independent tsconfig.json ([158de03](https://github.com/liangskyli/umi-electron/commit/158de03a3c00f2bab10aec0c466131fb4ceb446c))



## [0.1.2](https://github.com/liangskyli/umi-electron/compare/v0.1.1...v0.1.2) (2023-09-03)


Expand Down
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.1.2",
"version": "0.2.0",
"description": "Umi plugin for electron",
"author": "liangsky <640634387@qq.com>",
"homepage": "https://github.com/liangskyli/umi-electron#readme",
Expand Down
Loading

0 comments on commit 762851d

Please sign in to comment.