Skip to content

Commit 85065b1

Browse files
committed
2.0.8
1 parent a712f43 commit 85065b1

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/configure/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @capacitor/configure
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Release with latest updates
8+
9+
- Updated dependencies []:
10+
- @capacitor/project@2.0.8
11+
312
## 2.0.7
413

514
### Patch Changes

packages/configure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/configure",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Capacitor configuration tool for automatically configuring projects",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -23,7 +23,7 @@
2323
"typings": "dist/index.d.ts",
2424
"dependencies": {
2525
"@capacitor/cli": "^3.2.5",
26-
"@capacitor/project": "2.0.7",
26+
"@capacitor/project": "2.0.8",
2727
"@ionic/cli-framework-output": "^2.2.2",
2828
"@ionic/utils-fs": "^3.1.5",
2929
"@ionic/utils-subprocess": "^2.1.8",

packages/gradle-parse/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @capacitor/gradle-parse
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Release with latest updates
8+
39
## 2.0.7
410

511
### Patch Changes

packages/gradle-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/gradle-parse",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Simple, acurrent Gradle parsing tool for tool modifications to Gradle files",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",

packages/project/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @capacitor/project
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Release with latest updates
8+
9+
- Updated dependencies []:
10+
- @capacitor/gradle-parse@2.0.8
11+
312
## 2.0.7
413

514
### Patch Changes

packages/project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/project",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Capacitor Project API for managing projects through code",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -19,7 +19,7 @@
1919
"typings": "dist/index.d.ts",
2020
"dependencies": {
2121
"@capacitor/cli": "^3.2.5",
22-
"@capacitor/gradle-parse": "2.0.7",
22+
"@capacitor/gradle-parse": "2.0.8",
2323
"@ionic/utils-fs": "^3.1.5",
2424
"@ionic/utils-subprocess": "^2.1.8",
2525
"@prettier/plugin-xml": "^1.1.0",

0 commit comments

Comments
 (0)