Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Apr 12, 2022
1 parent a712f43 commit 85065b1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @capacitor/configure

## 2.0.8

### Patch Changes

- Release with latest updates

- Updated dependencies []:
- @capacitor/project@2.0.8

## 2.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/configure/package.json
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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/gradle-parse/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/gradle-parse/package.json
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",
Expand Down
9 changes: 9 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @capacitor/project

## 2.0.8

### Patch Changes

- Release with latest updates

- Updated dependencies []:
- @capacitor/gradle-parse@2.0.8

## 2.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/project/package.json
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",
Expand All @@ -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",
Expand Down

0 comments on commit 85065b1

Please sign in to comment.