Skip to content

Commit

Permalink
chore(release): publish 1.7.4-0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Aug 3, 2024
1 parent 63c9a39 commit 6fec522
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.4-0 (2024-08-03)

### 🩹 Fixes

- update prettier version to 3 with init generator ([#1216](https://github.com/khalilou88/jnxplus/pull/1216))

### ❤️ Thank You

- Khalil LAGRIDA @khalilou88

## 1.7.3 (2024-07-31)

This was a version bump only, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnxplus/common",
"version": "1.7.3",
"version": "1.7.4-0",
"type": "commonjs",
"main": "src/index.js",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-gradle-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-nx-gradle-workspace",
"version": "1.7.3",
"version": "1.7.4-0",
"dependencies": {
"create-nx-workspace": ">=17.0.0",
"enquirer": "^2.3.6",
"tslib": "^2.6.2",
"yargs": "^17.7.2",
"@jnxplus/common": "1.7.3"
"@jnxplus/common": "1.7.4-0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-maven-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-nx-maven-workspace",
"version": "1.7.3",
"version": "1.7.4-0",
"dependencies": {
"create-nx-workspace": ">=17.0.0",
"enquirer": "^2.3.6",
"tslib": "^2.6.2",
"yargs": "^17.7.2",
"@jnxplus/common": "1.7.3"
"@jnxplus/common": "1.7.4-0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-gradle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnxplus/nx-gradle",
"version": "1.7.3",
"version": "1.7.4-0",
"type": "commonjs",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down Expand Up @@ -37,7 +37,7 @@
"directory": "packages/nx-gradle"
},
"dependencies": {
"@jnxplus/common": "1.7.3",
"@jnxplus/common": "1.7.4-0",
"tslib": "^2.6.2",
"@nx/devkit": ">=17.0.0",
"smol-toml": "^1.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/nx-maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnxplus/nx-maven",
"version": "1.7.3",
"version": "1.7.4-0",
"type": "commonjs",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down Expand Up @@ -39,8 +39,8 @@
"directory": "packages/nx-maven"
},
"dependencies": {
"@jnxplus/common": "1.7.3",
"@jnxplus/xml": "1.7.3",
"@jnxplus/common": "1.7.4-0",
"@jnxplus/xml": "1.7.4-0",
"tslib": "^2.6.2",
"@nx/devkit": ">=17.0.0",
"xmldoc": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnxplus/xml",
"version": "1.7.3",
"version": "1.7.4-0",
"type": "commonjs",
"main": "src/index.js",
"private": false,
Expand Down

0 comments on commit 6fec522

Please sign in to comment.