Skip to content

Commit

Permalink
v1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 19, 2021
1 parent e1b5de7 commit c5268a3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.12](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2021-08-19)

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





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


Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.12](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2021-08-19)

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





# [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
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.11",
"version": "1.0.0-alpha.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 @@
"./platform/",
"./docs/"
],
"version": "1.0.0-alpha.11"
"version": "1.0.0-alpha.12"
}
8 changes: 8 additions & 0 deletions platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.12](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2021-08-19)

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





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


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.11",
"version": "1.0.0-alpha.12",
"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 c5268a3

Please sign in to comment.