Skip to content

Commit 79b878b

Browse files
committed
chore(release): 🚀 release packages [skip ci]
- project: create-nx-spring-boot 3.0.0 - project: create-nx-micronaut 3.0.0 - project: create-nx-flutter 3.0.0 - project: create-nx-quarkus 3.0.0 - project: create-nx-ktor 3.0.0 - project: nx-spring-boot 11.0.0 - project: nx-micronaut 7.0.0 - project: common-cli 3.0.0 - project: common-jvm 2.0.9 - project: nx-flutter 10.0.0 - project: nx-quarkus 9.0.0 - project: nx-melos 4.0.7 - project: nx-ktor 5.0.0 - project: common 5.0.0
1 parent 96cd8e3 commit 79b878b

File tree

14 files changed

+221
-0
lines changed

14 files changed

+221
-0
lines changed

packages/common-cli/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- add support for the `useGithub` option in all the `create-nx-*` CLIs ([72e1308](https://github.com/tinesoft/nxrocks/commit/72e1308))
6+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
7+
8+
### ⚠️ Breaking Changes
9+
10+
- Nx `v20` is now the minimal version to use the plugins
11+
12+
### ❤️ Thank You
13+
14+
- Tine Kondo @tinesoft
15+
116
## 2.2.4 (2024-08-09)
217

318

packages/common-jvm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.9 (2024-11-27)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated common to 5.0.0
6+
17
## 2.0.8 (2024-08-09)
28

39

packages/common/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 5.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### ❤️ Thank You
12+
13+
- Tine Kondo @tinesoft
14+
115
## 4.1.5 (2024-08-09)
216

317

packages/create-nx-flutter/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-cli to 3.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 2.2.4 (2024-08-09)
220

321

packages/create-nx-ktor/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-cli to 3.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 2.3.4 (2024-08-09)
220

321

packages/create-nx-micronaut/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-cli to 3.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 2.3.4 (2024-08-09)
220

321

packages/create-nx-quarkus/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-cli to 3.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 2.3.4 (2024-08-09)
220

321

packages/create-nx-spring-boot/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-cli to 3.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 2.3.4 (2024-08-09)
220

321

packages/nx-flutter/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 10.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common to 5.0.0
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 9.3.1 (2024-08-09)
220

321

packages/nx-ktor/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 5.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-jvm to 2.0.9
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 4.1.6 (2024-08-09)
220

321

packages/nx-melos/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.7 (2024-11-27)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated common to 5.0.0
6+
17
## 4.0.6 (2024-08-09)
28

39

packages/nx-micronaut/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 7.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-jvm to 2.0.9
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 6.1.6 (2024-08-09)
220

321

packages/nx-quarkus/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 9.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-jvm to 2.0.9
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 8.2.6 (2024-08-09)
220

321

packages/nx-spring-boot/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 11.0.0 (2024-11-27)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ update Nx workspace to `v20.1.2` ([9de12b4](https://github.com/tinesoft/nxrocks/commit/9de12b4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- Nx `v20` is now the minimal version to use the plugins
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common-jvm to 2.0.9
14+
15+
### ❤️ Thank You
16+
17+
- Tine Kondo @tinesoft
18+
119
## 10.2.6 (2024-08-09)
220

321

0 commit comments

Comments
 (0)