Skip to content

Commit

Permalink
chore(release): 🚀 release packages [skip ci]
Browse files Browse the repository at this point in the history
- project: create-nx-spring-boot 2.3.1

- project: create-nx-micronaut 2.3.1

- project: create-nx-flutter 2.2.1

- project: create-nx-quarkus 2.3.1

- project: create-nx-ktor 2.3.1

- project: nx-spring-boot 10.0.1

- project: nx-micronaut 6.0.1

- project: common-cli 2.2.2

- project: common-jvm 2.0.1

- project: nx-flutter 9.0.1

- project: nx-quarkus 8.0.1

- project: nx-melos 4.0.1

- project: nx-ktor 4.0.1

- project: common 4.1.0
  • Loading branch information
Semantic Release CI committed Mar 28, 2024
1 parent dfcd979 commit 5db76cd
Show file tree
Hide file tree
Showing 28 changed files with 200 additions and 26 deletions.
12 changes: 12 additions & 0 deletions packages/common-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.2.2 (2024-03-28)


### 🩹 Fixes

- bump version of `create-nx-workspace` and `@nx/workspace` ([7126e20](https://github.com/tinesoft/nxrocks/commit/7126e20))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.2.1 (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/common-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/common-cli",
"description": "Common library to share code among the `create-*` packages.",
"version": "2.2.1",
"version": "2.2.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/common-jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.0.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in `[email protected]` ([796333a](https://github.com/tinesoft/nxrocks/commit/796333a))

- bump version of `create-nx-workspace` and `@nx/workspace` ([7126e20](https://github.com/tinesoft/nxrocks/commit/7126e20))


### ❤️ Thank You

- Tine Kondo @tinesoft

# 2.0.0 (2024-03-26)


Expand Down
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.0",
"version": "2.0.1",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +25,7 @@
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "*",
"@nxrocks/common": "4.1.0",
"@nx/workspace": ">=18.0.0",
"@nx/devkit": ">=18.0.0",
"tslib": "^2.6.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.1.0 (2024-03-28)


### 🚀 Features

- **common:** update how we detect if `project crystal` is enabled on nx `v18.1.x` or later ([7316a21](https://github.com/tinesoft/nxrocks/commit/7316a21))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 4.0.1 (2024-03-27)


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.0.1",
"version": "4.1.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/create-nx-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.2.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in [email protected] ([2935068](https://github.com/tinesoft/nxrocks/commit/2935068))


### ❤️ Thank You

- Tine Kondo @tinesoft

# [2.2.0](https://github.com/tinesoft/nxrocks/compare/create-nx-flutter/v2.1.0...create-nx-flutter/v2.2.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-flutter",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "2.2.2",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-nx-ktor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.3.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in [email protected] ([2935068](https://github.com/tinesoft/nxrocks/commit/2935068))


### ❤️ Thank You

- Tine Kondo @tinesoft

# [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v2.2.2...create-nx-ktor/v2.3.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-ktor",
"description": "CLI to create Nx workspaces with built-in support for Ktor",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "2.2.2",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-nx-micronaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.3.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in [email protected] ([2935068](https://github.com/tinesoft/nxrocks/commit/2935068))


### ❤️ Thank You

- Tine Kondo @tinesoft

# [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-micronaut/v2.2.2...create-nx-micronaut/v2.3.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-micronaut",
"description": "CLI to create Nx workspaces with built-in support for Micronaut",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "2.2.2",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-nx-quarkus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.3.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in [email protected] ([2935068](https://github.com/tinesoft/nxrocks/commit/2935068))


### ❤️ Thank You

- Tine Kondo @tinesoft

# [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-quarkus/v2.2.2...create-nx-quarkus/v2.3.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-quarkus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-quarkus",
"description": "CLI to create Nx workspaces with built-in support for Quarkus",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "2.2.2",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-nx-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.3.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in [email protected] ([2935068](https://github.com/tinesoft/nxrocks/commit/2935068))


### ❤️ Thank You

- Tine Kondo @tinesoft

# [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-spring-boot/v2.2.2...create-nx-spring-boot/v2.3.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-spring-boot",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "2.2.2",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/nx-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 9.0.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in `[email protected]` ([796333a](https://github.com/tinesoft/nxrocks/commit/796333a))

- bump version of `create-nx-workspace` and `@nx/workspace` ([7126e20](https://github.com/tinesoft/nxrocks/commit/7126e20))


### ❤️ Thank You

- Tine Kondo @tinesoft

# 9.0.0 (2024-03-26)


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.0",
"version": "9.0.1",
"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": "*"
"@nxrocks/common": "4.1.0"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-ktor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.0.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in `[email protected]` ([796333a](https://github.com/tinesoft/nxrocks/commit/796333a))


### ❤️ Thank You

- Tine Kondo @tinesoft

# 4.0.0 (2024-03-26)


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.0",
"version": "4.0.1",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,7 @@
"kotlin"
],
"dependencies": {
"@nxrocks/common-jvm": "*",
"@nxrocks/common-jvm": "2.0.1",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/nx-melos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 4.0.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in `[email protected]` ([796333a](https://github.com/tinesoft/nxrocks/commit/796333a))

- bump version of `create-nx-workspace` and `@nx/workspace` ([7126e20](https://github.com/tinesoft/nxrocks/commit/7126e20))


### ❤️ Thank You

- Tine Kondo @tinesoft

# 4.0.0 (2024-03-26)


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.0",
"version": "4.0.1",
"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": "*"
"@nxrocks/common": "4.1.0"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-micronaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.0.1 (2024-03-28)


### 🩹 Fixes

- bump versions of packages to include changes in `[email protected]` ([796333a](https://github.com/tinesoft/nxrocks/commit/796333a))


### ❤️ Thank You

- Tine Kondo @tinesoft

# 6.0.0 (2024-03-26)


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.0",
"version": "6.0.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "*",
"@nxrocks/common-jvm": "2.0.1",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
Loading

0 comments on commit 5db76cd

Please sign in to comment.