Skip to content

Commit

Permalink
v1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 19, 2021
1 parent 891f9ec commit 7aad98f
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 5 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.

# [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)


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.

# [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
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": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"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 @@
"./platform/",
"./docs/"
],
"version": "1.0.0-alpha.10"
"version": "1.0.0-alpha.11"
}
14 changes: 14 additions & 0 deletions platform/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.

# [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)


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/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",
Expand Down

0 comments on commit 7aad98f

Please sign in to comment.