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.2

- project: create-nx-micronaut 2.3.2

- project: create-nx-flutter 2.2.2

- project: create-nx-quarkus 2.3.2

- project: create-nx-ktor 2.3.2

- project: nx-spring-boot 10.0.2

- project: nx-micronaut 6.0.2

- project: common-jvm 2.0.2

- project: nx-flutter 9.0.2

- project: nx-quarkus 8.0.2

- project: nx-melos 4.0.2

- project: nx-ktor 4.0.2

- project: common 4.1.1
  • Loading branch information
Semantic Release CI committed May 1, 2024
1 parent 232e7d7 commit 100f50e
Show file tree
Hide file tree
Showing 26 changed files with 186 additions and 20 deletions.
18 changes: 18 additions & 0 deletions packages/common-jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2.0.2 (2024-05-01)


### 🩹 Fixes

- fix dependencies from modules not properly created when building project graph ([06e0370](https://github.com/tinesoft/nxrocks/commit/06e0370))

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))

- **common-jvm:** fix project graph generation for `Gradle` projects ([32d2bfb](https://github.com/tinesoft/nxrocks/commit/32d2bfb))

- **common-jvm:** fix command to run `Gradle` tasks ([3081ff5](https://github.com/tinesoft/nxrocks/commit/3081ff5))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.0.1 (2024-03-28)


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.1",
"version": "2.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +25,7 @@
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "*",
"@nxrocks/common": "4.1.1",
"@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.1 (2024-05-01)


### 🩹 Fixes

- fix dependencies from modules not properly created when building project graph ([06e0370](https://github.com/tinesoft/nxrocks/commit/06e0370))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 4.1.0 (2024-03-28)


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.0",
"version": "4.1.1",
"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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.2.1 (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.2.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.3.1 (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.3.1 (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.3.1 (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 2.3.1 (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.3.2",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 9.0.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 9.0.1 (2024-03-28)


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.1",
"version": "9.0.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": "*"
"@nxrocks/common": "4.1.1"
},
"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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 4.0.1 (2024-03-28)


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


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 4.0.1 (2024-03-28)


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.1",
"version": "4.0.2",
"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.1"
},
"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.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 6.0.1 (2024-03-28)


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.1",
"version": "6.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "*",
"@nxrocks/common-jvm": "2.0.2",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/nx-quarkus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 8.0.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))

- **nx-quarkus:** fix `undefined (reading 'applied')` when generating the project graph ([50ed737](https://github.com/tinesoft/nxrocks/commit/50ed737))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 8.0.1 (2024-03-28)


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.1",
"version": "8.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "*",
"@nxrocks/common-jvm": "2.0.2",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/nx-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 10.0.2 (2024-05-01)


### 🩹 Fixes

- bump internal packages version ([232e7d7](https://github.com/tinesoft/nxrocks/commit/232e7d7))

- **nx-spring-boot:** fix `undefined (reading 'applied')` when generating the project graph ([03eaff2](https://github.com/tinesoft/nxrocks/commit/03eaff2))


### ❤️ Thank You

- Tine Kondo @tinesoft

## 10.0.1 (2024-03-28)


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.1",
"version": "10.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"java"
],
"dependencies": {
"@nxrocks/common-jvm": "*",
"@nxrocks/common-jvm": "2.0.2",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit 100f50e

Please sign in to comment.