Skip to content

Commit

Permalink
fix: fix incorrect versioning of packages and their internal dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
tinesoft committed Aug 7, 2024
1 parent 65437bc commit 080f250
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/common-jvm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/common-jvm",
"description": "Common library to share code among the JVM-related plugins.",
"version": "2.0.2",
"version": "2.0.5",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +25,7 @@
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "4.1.1",
"@nxrocks/common": "4.1.2",
"@nx/workspace": ">=18.0.0",
"@nx/devkit": ">=18.0.0",
"tslib": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/common",
"description": "Common library to share code among the `@nxrocks/*` plugins.",
"version": "4.1.1",
"version": "4.1.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-flutter",
"description": "Nx plugin adding first class support for Flutter in your Nx workspace",
"version": "9.0.2",
"version": "9.1.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"js-yaml": "^4.1.0",
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.1"
"@nxrocks/common": "4.1.2"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-ktor",
"description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
"version": "4.0.2",
"version": "4.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"kotlin"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.2",
"@nxrocks/common-jvm": "2.0.5",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-melos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-melos",
"description": "Nx plugin adding first class support for Melos in your Nx workspace",
"version": "4.0.2",
"version": "4.0.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.1"
"@nxrocks/common": "4.1.2"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-micronaut",
"description": "Nx Plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
"version": "6.0.2",
"version": "6.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.2",
"@nxrocks/common-jvm": "2.0.5",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-quarkus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-quarkus",
"description": "Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
"version": "8.0.2",
"version": "8.2.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.2",
"@nxrocks/common-jvm": "2.0.5",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-spring-boot",
"description": "Nx Plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
"version": "10.0.2",
"version": "10.2.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"java"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.2",
"@nxrocks/common-jvm": "2.0.5",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit 080f250

Please sign in to comment.