From 7aad98ffa57ef7a5bbd58d1f7609412601c26141 Mon Sep 17 00:00:00 2001 From: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com> Date: Thu, 19 Aug 2021 08:20:16 -0400 Subject: [PATCH] v1.0.0-alpha.11 --- CHANGELOG.md | 14 ++++++++++++++ docs/CHANGELOG.md | 9 +++++++++ docs/package-lock.json | 2 +- docs/package.json | 2 +- lerna.json | 2 +- platform/CHANGELOG.md | 14 ++++++++++++++ platform/package-lock.json | 2 +- platform/package.json | 2 +- 8 files changed, 42 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72491c5..bec4c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [1.0.0-alpha.11](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-08-19) + + +### Features + +* cli hooks more clear for better DX ([2b69add](https://github.com/capacitor-community/tauri/commit/2b69add17349a089e57cca0cec2f8a9c51534090)) +* more cli improvements ([99866fe](https://github.com/capacitor-community/tauri/commit/99866fe0f9925c64a9b25693e754ed7d2b72291c)) +* no need for copy cli script, use web app build dir ([891f9ec](https://github.com/capacitor-community/tauri/commit/891f9ec6beb34b194632d2edbf4e4a49547b1cb4)) + + + + + + # [1.0.0-alpha.10](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-08-11) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d780a8c..6631d8d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. +# [1.0.0-alpha.11](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-08-19) + +**Note:** Version bump only for package docs + + + + + + # [1.0.0-alpha.10](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-08-11) **Note:** Version bump only for package docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 275ca9b..b92d093 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/docs/package.json b/docs/package.json index 8d2f981..c597142 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/lerna.json b/lerna.json index c2510dc..092b46c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "./platform/", "./docs/" ], - "version": "1.0.0-alpha.10" + "version": "1.0.0-alpha.11" } diff --git a/platform/CHANGELOG.md b/platform/CHANGELOG.md index 987b9ca..ea27816 100644 --- a/platform/CHANGELOG.md +++ b/platform/CHANGELOG.md @@ -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. +# [1.0.0-alpha.11](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-08-19) + + +### Features + +* cli hooks more clear for better DX ([2b69add](https://github.com/capacitor-community/tauri/commit/2b69add17349a089e57cca0cec2f8a9c51534090)) +* more cli improvements ([99866fe](https://github.com/capacitor-community/tauri/commit/99866fe0f9925c64a9b25693e754ed7d2b72291c)) +* no need for copy cli script, use web app build dir ([891f9ec](https://github.com/capacitor-community/tauri/commit/891f9ec6beb34b194632d2edbf4e4a49547b1cb4)) + + + + + + # [1.0.0-alpha.10](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-08-11) diff --git a/platform/package-lock.json b/platform/package-lock.json index e06c7ae..853101a 100644 --- a/platform/package-lock.json +++ b/platform/package-lock.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/tauri", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/platform/package.json b/platform/package.json index 00d3823..71b29d5 100644 --- a/platform/package.json +++ b/platform/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/tauri", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Capacitor community support for the Tauri platform.", "main": "dist/core/index.js", "typings": "dist/core/index.d.ts",