Skip to content

Commit fa7378c

Browse files
committed
chore: bump version to 7.1.3
1 parent 7240ce3 commit fa7378c

File tree

6 files changed

+13
-159
lines changed

6 files changed

+13
-159
lines changed

package-lock.json

Lines changed: 6 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/configure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/configure",
3-
"version": "7.1.2-dev-20241113T164204.0",
3+
"version": "7.1.3",
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": "dev",
25+
"@trapezedev/project": "7.1.3",
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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/gradle-parse",
3-
"version": "7.1.2-dev-20241113T164204.0",
3+
"version": "7.1.3",
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/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trapezedev/project",
3-
"version": "7.1.2-dev-20241113T164204.0",
3+
"version": "7.1.3",
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": "dev",
24+
"@trapezedev/gradle-parse": "7.1.3",
2525
"@xmldom/xmldom": "^0.7.5",
2626
"conventional-changelog": "^3.1.4",
2727
"cross-spawn": "^7.0.3",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@trapezedev/project": "dev",
14+
"@trapezedev/project": "7.1.3",
1515
"commander": "^9.4.1",
1616
"kleur": "^4.1.5",
1717
"prompts": "^2.4.2",

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configure-website",
3-
"version": "0.1.2-dev-20241113T164204.0",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)