Skip to content

Commit

Permalink
6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 15, 2022
1 parent bcac680 commit c84a5a8
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 24 deletions.
13 changes: 0 additions & 13 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-walls-flow.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @trapezedev/configure

## 6.0.12

### Patch Changes

- Added support for versionNameSuffix on Android, falsy check for env vars, dynamic op loading
- Updated dependencies
- @trapezedev/project@6.0.12

## 6.0.11

### Patch Changes

- Exit pre
- 066810b: Pre-release for testing dynamic ops and env var loading changes
- Updated dependencies
- Updated dependencies [066810b]
- @trapezedev/project@6.0.11

## 6.0.11-next.0

### 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": "@trapezedev/configure",
"version": "6.0.11-next.0",
"version": "6.0.12",
"description": "Trapeze configuration tool for automatically configuring projects",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
"license": "SEE LICENSE",
Expand All @@ -22,7 +22,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@trapezedev/project": "6.0.11-next.0",
"@trapezedev/project": "6.0.12",
"@ionic/cli-framework-output": "^2.2.2",
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gradle-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @capacitor/gradle-parse

## 6.0.12

## 6.0.11

## 6.0.11-next.0

## 6.0.10
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": "@trapezedev/gradle-parse",
"version": "6.0.11-next.0",
"version": "6.0.12",
"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
15 changes: 15 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @trapezedev/project

## 6.0.12

### Patch Changes

- Added support for versionNameSuffix on Android, falsy check for env vars, dynamic op loading
- @trapezedev/gradle-parse@6.0.12

## 6.0.11

### Patch Changes

- Exit pre
- 066810b: Pre-release for testing dynamic ops and env var loading changes
- @trapezedev/gradle-parse@6.0.11

## 6.0.11-next.0

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

1 comment on commit c84a5a8

@vercel
Copy link

@vercel vercel bot commented on c84a5a8 Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.