Skip to content

Commit

Permalink
5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Oct 14, 2022
1 parent 30c98cc commit 328ff15
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 90 deletions.
116 changes: 31 additions & 85 deletions package-lock.json

Large diffs are not rendered by default.

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

## 5.0.7

### Patch Changes

- Reverted variable change to support use in string values with dots. #112
- Updated dependencies
- @trapezedev/project@5.0.7

## 5.0.6

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

## 5.0.7

## 5.0.6

## 5.0.5
Expand Down
Binary file modified packages/gradle-parse/capacitor-gradle-parse.jar
Binary file not shown.
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": "5.0.6",
"version": "5.0.7",
"description": "Simple, acurrent Gradle parsing tool for tool modifications to Gradle files",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
"license": "SEE LICENSE",
Expand Down
7 changes: 7 additions & 0 deletions packages/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @trapezedev/project

## 5.0.7

### Patch Changes

- Reverted variable change to support use in string values with dots. #112
- @trapezedev/gradle-parse@5.0.7

## 5.0.6

### 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": "5.0.6",
"version": "5.0.7",
"description": "Trapeze mobile configuration API for managing projects through code",
"author": "Ionic Team <hi@ionic.io> (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": "5.0.6",
"@trapezedev/gradle-parse": "5.0.7",
"@types/diff": "^5.0.2",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
Expand Down

1 comment on commit 328ff15

@vercel
Copy link

@vercel vercel bot commented on 328ff15 Oct 14, 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.