Skip to content

Commit c84a5a8

Browse files
committed
6.0.12
1 parent bcac680 commit c84a5a8

File tree

8 files changed

+42
-24
lines changed

8 files changed

+42
-24
lines changed

.changeset/pre.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/warm-walls-flow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/configure/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @trapezedev/configure
22

3+
## 6.0.12
4+
5+
### Patch Changes
6+
7+
- Added support for versionNameSuffix on Android, falsy check for env vars, dynamic op loading
8+
- Updated dependencies
9+
- @trapezedev/project@6.0.12
10+
11+
## 6.0.11
12+
13+
### Patch Changes
14+
15+
- Exit pre
16+
- 066810b: Pre-release for testing dynamic ops and env var loading changes
17+
- Updated dependencies
18+
- Updated dependencies [066810b]
19+
- @trapezedev/project@6.0.11
20+
321
## 6.0.11-next.0
422

523
### 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": "6.0.11-next.0",
3+
"version": "6.0.12",
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": "6.0.11-next.0",
25+
"@trapezedev/project": "6.0.12",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @capacitor/gradle-parse
22

3+
## 6.0.12
4+
5+
## 6.0.11
6+
37
## 6.0.11-next.0
48

59
## 6.0.10

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": "6.0.11-next.0",
3+
"version": "6.0.12",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @trapezedev/project
22

3+
## 6.0.12
4+
5+
### Patch Changes
6+
7+
- Added support for versionNameSuffix on Android, falsy check for env vars, dynamic op loading
8+
- @trapezedev/gradle-parse@6.0.12
9+
10+
## 6.0.11
11+
12+
### Patch Changes
13+
14+
- Exit pre
15+
- 066810b: Pre-release for testing dynamic ops and env var loading changes
16+
- @trapezedev/gradle-parse@6.0.11
17+
318
## 6.0.11-next.0
419

520
### 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": "6.0.11-next.0",
3+
"version": "6.0.12",
44
"description": "Trapeze mobile configuration API for managing projects through code",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -21,7 +21,7 @@
2121
"@ionic/utils-fs": "^3.1.5",
2222
"@ionic/utils-subprocess": "^2.1.8",
2323
"@prettier/plugin-xml": "^2.2.0",
24-
"@trapezedev/gradle-parse": "6.0.11-next.0",
24+
"@trapezedev/gradle-parse": "6.0.12",
2525
"@types/cross-spawn": "^6.0.2",
2626
"@types/diff": "^5.0.2",
2727
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)