-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@capacitor/configure", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Capacitor configuration tool for automatically configuring projects", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
"license": "SEE LICENSE", | ||
|
@@ -23,7 +23,7 @@ | |
"typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@capacitor/cli": "^3.2.5", | ||
"@capacitor/project": "2.0.7", | ||
"@capacitor/project": "2.0.8", | ||
"@ionic/cli-framework-output": "^2.2.2", | ||
"@ionic/utils-fs": "^3.1.5", | ||
"@ionic/utils-subprocess": "^2.1.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @capacitor/gradle-parse | ||
|
||
## 2.0.8 | ||
|
||
### Patch Changes | ||
|
||
- Release with latest updates | ||
|
||
## 2.0.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@capacitor/gradle-parse", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Simple, acurrent Gradle parsing tool for tool modifications to Gradle files", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
"license": "SEE LICENSE", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@capacitor/project", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Capacitor Project API for managing projects through code", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
"license": "SEE LICENSE", | ||
|
@@ -19,7 +19,7 @@ | |
"typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@capacitor/cli": "^3.2.5", | ||
"@capacitor/gradle-parse": "2.0.7", | ||
"@capacitor/gradle-parse": "2.0.8", | ||
"@ionic/utils-fs": "^3.1.5", | ||
"@ionic/utils-subprocess": "^2.1.8", | ||
"@prettier/plugin-xml": "^1.1.0", | ||
|