From c187f6fcfe9fa36f70ca2e2881f365d6d484d9c7 Mon Sep 17 00:00:00 2001 From: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:55:31 -0400 Subject: [PATCH] v4.1.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- platform/CHANGELOG.md | 11 +++++++++++ platform/package-lock.json | 4 ++-- platform/package.json | 4 ++-- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc362b..6ff059d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/capacitor-community/electron/compare/v4.1.1...v4.1.2) (2022-06-16) + + +### Bug Fixes + +* bundle platform types ([43177c2](https://github.com/capacitor-community/electron/commit/43177c29a192b5515485e20a08782dfd41560d95)) + + + + + ## [4.1.1](https://github.com/capacitor-community/electron/compare/v4.1.1-next.2...v4.1.1) (2022-06-16) **Note:** Version bump only for package capacitor-electron-platform diff --git a/lerna.json b/lerna.json index 73a2c3f..7a85064 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "./platform/" ], - "version": "4.1.1" + "version": "4.1.2" } diff --git a/platform/CHANGELOG.md b/platform/CHANGELOG.md index 72410fc..07e825c 100644 --- a/platform/CHANGELOG.md +++ b/platform/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/capacitor-community/electron/compare/v4.1.1...v4.1.2) (2022-06-16) + + +### Bug Fixes + +* bundle platform types ([43177c2](https://github.com/capacitor-community/electron/commit/43177c29a192b5515485e20a08782dfd41560d95)) + + + + + ## [4.1.1](https://github.com/capacitor-community/electron/compare/v4.1.1-next.2...v4.1.1) (2022-06-16) **Note:** Version bump only for package @capacitor-community/electron diff --git a/platform/package-lock.json b/platform/package-lock.json index ebb366a..883e932 100644 --- a/platform/package-lock.json +++ b/platform/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/electron", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@capacitor-community/electron", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@capacitor/cli": "^3.5.1", diff --git a/platform/package.json b/platform/package.json index 2313c4c..00f0e94 100644 --- a/platform/package.json +++ b/platform/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/electron", - "version": "4.1.1", + "version": "4.1.2", "description": "Capacitor community support for the Electron platform.", "main": "dist/core/index.js", "typings": "dist/core/index.d.ts", @@ -15,7 +15,7 @@ "capacitor:sync": "node dist/cli-scripts/cap-scripts.js sync", "capacitor:open": "node dist/cli-scripts/cap-scripts.js open", "build-platform": "node ./build-platform.js", - "build-platform-types": "tsc ./src/electron/index.ts --outDir ./dist/core --declaration --emitDeclarationOnly --esModuleInterop", + "build-platform-types": "tsc ./src/electron/index.ts --outDir ./dist/core --declaration --emitDeclarationOnly --esModuleInterop", "prettier": "prettier \"**/*.{css,html,js,mjs,ts}\"", "eslint": "eslint . --ext ts" },