Skip to content

Commit

Permalink
7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed May 8, 2023
1 parent c093197 commit dc0b6f1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
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

## 7.0.9

### Patch Changes

- Fixed package name detection and updated types
- Updated dependencies
- @trapezedev/project@7.0.9

## 7.0.8

### 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": "7.0.8",
"version": "7.0.9",
"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": "7.0.8",
"@trapezedev/project": "7.0.9",
"@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

## 7.0.9

## 7.0.8

## 7.0.7
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": "7.0.8",
"version": "7.0.9",
"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

## 7.0.9

### Patch Changes

- Fixed package name detection and updated types
- @trapezedev/gradle-parse@7.0.9

## 7.0.8

### 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": "7.0.8",
"version": "7.0.9",
"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": "7.0.8",
"@trapezedev/gradle-parse": "7.0.9",
"@xmldom/xmldom": "^0.7.5",
"conventional-changelog": "^3.1.4",
"cross-fetch": "^3.1.5",
Expand Down

1 comment on commit dc0b6f1

@vercel
Copy link

@vercel vercel bot commented on dc0b6f1 May 8, 2023

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.