Skip to content

Commit e4c3fa0

Browse files
committed
3.0.6
1 parent f66415a commit e4c3fa0

File tree

7 files changed

+25
-5
lines changed

7 files changed

+25
-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
# @trapezedev/configure
22

3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- Added new XML operations to iOS and updated docs"
8+
9+
- Updated dependencies []:
10+
- @trapezedev/project@3.0.6
11+
312
## 3.0.5
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": "@trapezedev/configure",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Trapeze configuration tool for automatically configuring projects",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -22,7 +22,7 @@
2222
"main": "dist/index.js",
2323
"typings": "dist/index.d.ts",
2424
"dependencies": {
25-
"@trapezedev/project": "3.0.5",
25+
"@trapezedev/project": "3.0.6",
2626
"@ionic/cli-framework-output": "^2.2.2",
2727
"@ionic/utils-fs": "^3.1.5",
2828
"@ionic/utils-subprocess": "^2.1.8",

packages/gradle-parse/CHANGELOG.md

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

3+
## 3.0.6
4+
35
## 3.0.5
46

57
### Patch Changes
0 Bytes
Binary file not shown.

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": "@trapezedev/gradle-parse",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
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
# @trapezedev/project
22

3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- Added new XML operations to iOS and updated docs"
8+
9+
- Updated dependencies []:
10+
- @trapezedev/gradle-parse@3.0.6
11+
312
## 3.0.5
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": "@trapezedev/project",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Trapeze mobile configuration API for managing projects through code",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -18,7 +18,7 @@
1818
"main": "dist/index.js",
1919
"typings": "dist/index.d.ts",
2020
"dependencies": {
21-
"@trapezedev/gradle-parse": "3.0.5",
21+
"@trapezedev/gradle-parse": "3.0.6",
2222
"@ionic/utils-fs": "^3.1.5",
2323
"@ionic/utils-subprocess": "^2.1.8",
2424
"@prettier/plugin-xml": "^1.1.0",

0 commit comments

Comments
 (0)