Skip to content

Commit

Permalink
chore: bump version to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Nov 14, 2024
1 parent 7240ce3 commit fa7378c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 159 deletions.
158 changes: 6 additions & 152 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2-dev-20241113T164204.0",
"version": "7.1.3",
"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": "dev",
"@trapezedev/project": "7.1.3",
"@ionic/cli-framework-output": "^2.2.2",
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.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.1.2-dev-20241113T164204.0",
"version": "7.1.3",
"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
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.1.2-dev-20241113T164204.0",
"version": "7.1.3",
"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": "dev",
"@trapezedev/gradle-parse": "7.1.3",
"@xmldom/xmldom": "^0.7.5",
"conventional-changelog": "^3.1.4",
"cross-spawn": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@trapezedev/project": "dev",
"@trapezedev/project": "7.1.3",
"commander": "^9.4.1",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configure-website",
"version": "0.1.2-dev-20241113T164204.0",
"version": "0.1.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit fa7378c

Please sign in to comment.