Skip to content

Commit 5f03bfd

Browse files
committed
7.0.10
1 parent 6dc56c2 commit 5f03bfd

File tree

8 files changed

+22
-24
lines changed

8 files changed

+22
-24
lines changed

.changeset/pre.json

-13
This file was deleted.

.changeset/wild-lions-wink.md

-6
This file was deleted.

packages/configure/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @trapezedev/configure
22

3+
## 7.0.10
4+
5+
### Patch Changes
6+
7+
- 6dc56c2: Working on fixing android package renaming
8+
- Updated dependencies [6dc56c2]
9+
- @trapezedev/project@7.0.10
10+
311
## 7.0.10-next.0
412

513
### Patch Changes

packages/configure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/configure",
3-
"version": "7.0.10-next.0",
3+
"version": "7.0.10",
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": "7.0.10-next.0",
25+
"@trapezedev/project": "7.0.10",
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @capacitor/gradle-parse
22

3+
## 7.0.10
4+
35
## 7.0.10-next.0
46

57
## 7.0.9

packages/gradle-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/gradle-parse",
3-
"version": "7.0.10-next.0",
3+
"version": "7.0.10",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @trapezedev/project
22

3+
## 7.0.10
4+
5+
### Patch Changes
6+
7+
- 6dc56c2: Working on fixing android package renaming
8+
- @trapezedev/gradle-parse@7.0.10
9+
310
## 7.0.10-next.0
411

512
### Patch Changes

packages/project/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/project",
3-
"version": "7.0.10-next.0",
3+
"version": "7.0.10",
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": "7.0.10-next.0",
24+
"@trapezedev/gradle-parse": "7.0.10",
2525
"@xmldom/xmldom": "^0.7.5",
2626
"conventional-changelog": "^3.1.4",
2727
"cross-fetch": "^3.1.5",

0 commit comments

Comments
 (0)