Skip to content

Commit

Permalink
7.0.10-next
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed May 9, 2023
1 parent 1ab56ea commit 6dc56c2
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@trapezedev/configure": "7.0.9",
"@trapezedev/gradle-parse": "7.0.9",
"@trapezedev/project": "7.0.9",
"configure-website": "0.0.1"
},
"changesets": [
"wild-lions-wink"
]
}
6 changes: 6 additions & 0 deletions .changeset/wild-lions-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@trapezedev/configure': patch
'@trapezedev/project': patch
---

Working on fixing android package renaming
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.10-next.0

### Patch Changes

- Working on fixing android package renaming
- Updated dependencies
- @trapezedev/project@7.0.10-next.0

## 7.0.9

### 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.9",
"version": "7.0.10-next.0",
"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": "7.0.9",
"@trapezedev/project": "7.0.10-next.0",
"@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.10-next.0

## 7.0.9

## 7.0.8
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.9",
"version": "7.0.10-next.0",
"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
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.10-next.0

### Patch Changes

- Working on fixing android package renaming
- @trapezedev/gradle-parse@7.0.10-next.0

## 7.0.9

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

1 comment on commit 6dc56c2

@vercel
Copy link

@vercel vercel bot commented on 6dc56c2 May 9, 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.