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

Commit 027f471

Browse files
committed
v1.0.0-alpha.4
1 parent 05055f1 commit 027f471

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

816

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

816

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