Skip to content

Commit

Permalink
v4.0.0-next.12
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 18, 2021
1 parent ad6f48f commit 28dfca0
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-next.12](https://github.com/capacitor-community/electron/compare/v4.0.0-next.11...v4.0.0-next.12) (2021-08-18)

**Note:** Version bump only for package capacitor-electron-platform






# [4.0.0-next.11](https://github.com/capacitor-community/electron/compare/v4.0.0-next.10...v4.0.0-next.11) (2021-08-17)


Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-next.12](https://github.com/capacitor-community/electron/compare/v4.0.0-next.11...v4.0.0-next.12) (2021-08-18)

**Note:** Version bump only for package docs






# [4.0.0-next.11](https://github.com/capacitor-community/electron/compare/v4.0.0-next.10...v4.0.0-next.11) (2021-08-17)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.0.0-next.11",
"version": "4.0.0-next.12",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"./docs/",
"./platform/"
],
"version": "4.0.0-next.11"
"version": "4.0.0-next.12"
}
9 changes: 9 additions & 0 deletions platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-next.12](https://github.com/capacitor-community/electron/compare/v4.0.0-next.11...v4.0.0-next.12) (2021-08-18)

**Note:** Version bump only for package @capacitor-community/electron






# [4.0.0-next.11](https://github.com/capacitor-community/electron/compare/v4.0.0-next.10...v4.0.0-next.11) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion platform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron",
"version": "4.0.0-next.11",
"version": "4.0.0-next.12",
"description": "Capacitor community support for the Electron platform.",
"main": "dist/core/index.js",
"typings": "dist/core/index.d.ts",
Expand Down

0 comments on commit 28dfca0

Please sign in to comment.