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

Commit a13c719

Browse files
committed
v1.0.0-alpha.9
1 parent a5bcc0f commit a13c719

File tree

8 files changed

+29
-5
lines changed

8 files changed

+29
-5
lines changed

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

816

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

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

816

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.8",
3+
"version": "1.0.0-alpha.9",
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)