Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 7f3df2b

Browse files
committed
v1.0.0-alpha.10
1 parent 5ab5c7e commit 7f3df2b

File tree

8 files changed

+37
-5
lines changed

8 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* more lean npm dist package ([647ea65](https://github.com/capacitor-community/tauri/commit/647ea6555ee7c7507fd728b97da71ae2dd0f628d))
12+
* open command function on macos ([5407d42](https://github.com/capacitor-community/tauri/commit/5407d425c494be526d76b3c9ba1059403b15b5f1))
13+
14+
15+
16+
17+
618
# [1.0.0-alpha.9](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-08-10)
719

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

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.9](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-08-10)
715

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

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"./platform/",
44
"./docs/"
55
],
6-
"version": "1.0.0-alpha.9"
6+
"version": "1.0.0-alpha.10"
77
}

platform/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* more lean npm dist package ([647ea65](https://github.com/capacitor-community/tauri/commit/647ea6555ee7c7507fd728b97da71ae2dd0f628d))
12+
* open command function on macos ([5407d42](https://github.com/capacitor-community/tauri/commit/5407d425c494be526d76b3c9ba1059403b15b5f1))
13+
14+
15+
16+
17+
618
# [1.0.0-alpha.9](https://github.com/capacitor-community/tauri/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-08-10)
719

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

platform/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/tauri",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "Capacitor community support for the Tauri platform.",
55
"main": "dist/core/index.js",
66
"typings": "dist/core/index.d.ts",

0 commit comments

Comments
 (0)