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

Commit 3c01a6c

Browse files
committed
v1.0.0-alpha.1
1 parent b0e05e6 commit 3c01a6c

File tree

8 files changed

+41
-6
lines changed

8 files changed

+41
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-alpha.1 (2021-08-10)
7+
8+
**Note:** Version bump only for package capacitor-tauri-platform
9+
10+
11+
12+
13+
114
# Change Log

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.0"
5+
"version": "1.0.0-alpha.1"
66
}

packages/docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1 (2021-08-10)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
14+
615
# [4.0.0-next.8](https://github.com/capacitor-community/electron/compare/v4.0.0-next.7...v4.0.0-next.8) (2021-07-23)
716

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

packages/tauri/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# Change Log
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-alpha.1 (2021-08-10)
7+
8+
**Note:** Version bump only for package @capacitor-community/tauri
9+
10+
11+
12+
13+
14+
# Change Log

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