Skip to content

Commit

Permalink
fix: migrate to workspace references strategy for tracking versions…
Browse files Browse the repository at this point in the history
… of packages
  • Loading branch information
tinesoft committed Aug 8, 2024
1 parent 586a4d3 commit 1a40ba7
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 26 deletions.
1 change: 0 additions & 1 deletion packages/common-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/common-cli",
"description": "Common library to share code among the `create-*` packages.",
"version": "2.2.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions packages/common-jvm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/common-jvm",
"description": "Common library to share code among the JVM-related plugins.",
"version": "2.0.5",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +24,7 @@
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "4.1.2",
"@nxrocks/common": "workspace:*",
"@nx/workspace": ">=18.0.0",
"@nx/devkit": ">=18.0.0",
"tslib": "^2.6.1",
Expand Down
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/common",
"description": "Common library to share code among the `@nxrocks/*` plugins.",
"version": "4.1.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions packages/create-nx-flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-nx-flutter",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.2.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-nx-ktor",
"description": "CLI to create Nx workspaces with built-in support for Ktor",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-nx-micronaut",
"description": "CLI to create Nx workspaces with built-in support for Micronaut",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-nx-quarkus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-nx-quarkus",
"description": "CLI to create Nx workspaces with built-in support for Quarkus",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-nx-spring-boot",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-flutter",
"description": "Nx plugin adding first class support for Flutter in your Nx workspace",
"version": "9.1.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +31,7 @@
"js-yaml": "^4.1.0",
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.2"
"@nxrocks/common": "workspace:*"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-ktor",
"description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
"version": "4.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +27,7 @@
"kotlin"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.5",
"@nxrocks/common-jvm": "workspace:*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-melos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-melos",
"description": "Nx plugin adding first class support for Melos in your Nx workspace",
"version": "4.0.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +30,7 @@
"dependencies": {
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.2"
"@nxrocks/common": "workspace:*"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-micronaut",
"description": "Nx Plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
"version": "6.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +29,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.5",
"@nxrocks/common-jvm": "workspace:*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-quarkus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-quarkus",
"description": "Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
"version": "8.2.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +29,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.5",
"@nxrocks/common-jvm": "workspace:*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nxrocks/nx-spring-boot",
"description": "Nx Plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
"version": "10.2.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +28,7 @@
"java"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.5",
"@nxrocks/common-jvm": "workspace:*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit 1a40ba7

Please sign in to comment.