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

Commit 4905a67

Browse files
committed
v1.0.0-alpha.2
1 parent 3c01a6c commit 4905a67

File tree

8 files changed

+31
-6
lines changed

8 files changed

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

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.0-alpha.1"
5+
"version": "1.0.0-alpha.2"
66
}

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

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

packages/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.

packages/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.1",
3+
"version": "1.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

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

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

packages/tauri/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.

packages/tauri/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/tauri",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Capacitor community support for the Tauri platform.",
55
"main": "dist/core/index.js",
66
"typings": "dist/core/index.d.ts",
@@ -55,5 +55,6 @@
5555
},
5656
"bugs": {
5757
"url": "https://github.com/capacitor-community/tauri/issues"
58-
}
58+
},
59+
"gitHead": "3c01a6c5c8b01dbb3cbe947865e5af99ad11f638"
5960
}

0 commit comments

Comments
 (0)