Skip to content

Commit 080f250

Browse files
committed
fix: fix incorrect versioning of packages and their internal dependencies
1 parent 65437bc commit 080f250

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

packages/common-jvm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/common-jvm",
33
"description": "Common library to share code among the JVM-related plugins.",
4-
"version": "2.0.2",
4+
"version": "2.0.5",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -25,7 +25,7 @@
2525
"nx-ktor"
2626
],
2727
"dependencies": {
28-
"@nxrocks/common": "4.1.1",
28+
"@nxrocks/common": "4.1.2",
2929
"@nx/workspace": ">=18.0.0",
3030
"@nx/devkit": ">=18.0.0",
3131
"tslib": "^2.6.1",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/common",
33
"description": "Common library to share code among the `@nxrocks/*` plugins.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

packages/nx-flutter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-flutter",
33
"description": "Nx plugin adding first class support for Flutter in your Nx workspace",
4-
"version": "9.0.2",
4+
"version": "9.1.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -32,7 +32,7 @@
3232
"js-yaml": "^4.1.0",
3333
"tslib": "^2.6.1",
3434
"@nx/workspace": ">=18.0.0",
35-
"@nxrocks/common": "4.1.1"
35+
"@nxrocks/common": "4.1.2"
3636
},
3737
"typings": "./src/index.d.ts",
3838
"peerDependencies": {

packages/nx-ktor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-ktor",
33
"description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
4-
"version": "4.0.2",
4+
"version": "4.1.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -28,7 +28,7 @@
2828
"kotlin"
2929
],
3030
"dependencies": {
31-
"@nxrocks/common-jvm": "2.0.2",
31+
"@nxrocks/common-jvm": "2.0.5",
3232
"node-fetch": "^2.6.12",
3333
"enquirer": "^2.4.1",
3434
"tslib": "^2.6.1"

packages/nx-melos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-melos",
33
"description": "Nx plugin adding first class support for Melos in your Nx workspace",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"tslib": "^2.6.1",
3333
"@nx/workspace": ">=18.0.0",
34-
"@nxrocks/common": "4.1.1"
34+
"@nxrocks/common": "4.1.2"
3535
},
3636
"typings": "./src/index.d.ts",
3737
"peerDependencies": {

packages/nx-micronaut/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-micronaut",
33
"description": "Nx Plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
4-
"version": "6.0.2",
4+
"version": "6.1.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -30,7 +30,7 @@
3030
"native"
3131
],
3232
"dependencies": {
33-
"@nxrocks/common-jvm": "2.0.2",
33+
"@nxrocks/common-jvm": "2.0.5",
3434
"node-fetch": "^2.6.12",
3535
"enquirer": "^2.4.1",
3636
"tslib": "^2.6.1"

packages/nx-quarkus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-quarkus",
33
"description": "Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
4-
"version": "8.0.2",
4+
"version": "8.2.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -30,7 +30,7 @@
3030
"native"
3131
],
3232
"dependencies": {
33-
"@nxrocks/common-jvm": "2.0.2",
33+
"@nxrocks/common-jvm": "2.0.5",
3434
"node-fetch": "^2.6.12",
3535
"enquirer": "^2.4.1",
3636
"tslib": "^2.6.1"

packages/nx-spring-boot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxrocks/nx-spring-boot",
33
"description": "Nx Plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
4-
"version": "10.0.2",
4+
"version": "10.2.3",
55
"private": false,
66
"publishConfig": {
77
"access": "public"
@@ -29,7 +29,7 @@
2929
"java"
3030
],
3131
"dependencies": {
32-
"@nxrocks/common-jvm": "2.0.2",
32+
"@nxrocks/common-jvm": "2.0.5",
3333
"node-fetch": "^2.6.12",
3434
"enquirer": "^2.4.1",
3535
"tslib": "^2.6.1"

0 commit comments

Comments
 (0)