Skip to content

Commit 0ed8990

Browse files
committed
Merge branch 'master' into improvements
2 parents 88ce154 + ab49b4b commit 0ed8990

File tree

7 files changed

+112
-1
lines changed

7 files changed

+112
-1
lines changed

packages/docusaurus/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
# [4.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.0) (2025-08-27)
33

44

5+
### Bug Fixes
6+
7+
* **docusaurus:** Release version 4.0.1 ([84555ee](https://github.com/tripss/nx-extend/commit/84555ee303d9425bebdab168c4c72755998ba9e4))
8+
* Force re-release ([0daa1f0](https://github.com/tripss/nx-extend/commit/0daa1f0794bc4be58599e595d0c680136db0d3ff))
9+
10+
11+
### chore
12+
13+
* Update Nx to 21.2.4 and bump related dependencies ([59c8efb](https://github.com/tripss/nx-extend/commit/59c8efbae84de2dfc7f1d01c6603a070afba344c))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Nx has been updated to 21
19+
20+
21+
22+
# [4.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.0) (2025-08-27)
23+
24+
525
### Bug Fixes
626

727
* Force re-release ([0daa1f0](https://github.com/tripss/nx-extend/commit/0daa1f0794bc4be58599e595d0c680136db0d3ff))

packages/docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nx-extend/docusaurus",
3-
"version": "4.0.1",
3+
"version": "4.0.0",
44
"keywords": [
55
"nx",
66
"docusaurus"

packages/firebase-hosting/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333

3434

3535

36+
# [9.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.0) (2025-08-27)
37+
38+
### Dependency Updates
39+
40+
* `core` updated to version `9.0.2`
41+
42+
### Features
43+
44+
* Bump peer dependency `@nx/devkit` to ^21.0.0 across packages ([93011f6](https://github.com/tripss/nx-extend/commit/93011f6f86adaa0796a2f514849d4805206dae89))
45+
46+
47+
### BREAKING CHANGES
48+
49+
* Updated `@nx/devkit` in all packages for compatibility with Nx 21.
50+
51+
52+
3653
# [9.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.0) (2025-08-26)
3754

3855
### Dependency Updates

packages/gcp-storage/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,23 @@
5050

5151

5252

53+
# [10.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.0) (2025-08-27)
54+
55+
### Dependency Updates
56+
57+
* `core` updated to version `9.0.2`
58+
59+
### Features
60+
61+
* Bump peer dependency `@nx/devkit` to ^21.0.0 across packages ([93011f6](https://github.com/tripss/nx-extend/commit/93011f6f86adaa0796a2f514849d4805206dae89))
62+
63+
64+
### BREAKING CHANGES
65+
66+
* Updated `@nx/devkit` in all packages for compatibility with Nx 21.
67+
68+
69+
5370
# [10.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.0) (2025-08-26)
5471

5572
### Dependency Updates

packages/playwright/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333

3434

3535

36+
# [11.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@11.0.0) (2025-08-27)
37+
38+
### Dependency Updates
39+
40+
* `core` updated to version `9.0.2`
41+
42+
### Features
43+
44+
* Bump peer dependency `@nx/devkit` to ^21.0.0 across packages ([93011f6](https://github.com/tripss/nx-extend/commit/93011f6f86adaa0796a2f514849d4805206dae89))
45+
46+
47+
### BREAKING CHANGES
48+
49+
* Updated `@nx/devkit` in all packages for compatibility with Nx 21.
50+
51+
52+
3653
# [11.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@11.0.0) (2025-08-26)
3754

3855
### Dependency Updates

packages/pulumi/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,29 @@
4545

4646

4747

48+
# [10.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.0) (2025-08-27)
49+
50+
### Dependency Updates
51+
52+
* `core` updated to version `9.0.2`
53+
54+
### chore
55+
56+
* Update Nx to 21.2.4 and bump related dependencies ([59c8efb](https://github.com/tripss/nx-extend/commit/59c8efbae84de2dfc7f1d01c6603a070afba344c))
57+
58+
59+
### Features
60+
61+
* Bump peer dependency `@nx/devkit` to ^21.0.0 across packages ([93011f6](https://github.com/tripss/nx-extend/commit/93011f6f86adaa0796a2f514849d4805206dae89))
62+
63+
64+
### BREAKING CHANGES
65+
66+
* Updated `@nx/devkit` in all packages for compatibility with Nx 21.
67+
* Nx has been updated to 21
68+
69+
70+
4871
# [10.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.0) (2025-08-26)
4972

5073
### Dependency Updates

packages/vercel/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333

3434

3535

36+
# [13.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@13.0.0) (2025-08-27)
37+
38+
### Dependency Updates
39+
40+
* `core` updated to version `9.0.2`
41+
42+
### Features
43+
44+
* Bump peer dependency `@nx/devkit` to ^21.0.0 across packages ([93011f6](https://github.com/tripss/nx-extend/commit/93011f6f86adaa0796a2f514849d4805206dae89))
45+
46+
47+
### BREAKING CHANGES
48+
49+
* Updated `@nx/devkit` in all packages for compatibility with Nx 21.
50+
51+
52+
3653
# [13.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@13.0.0) (2025-08-26)
3754

3855
### Dependency Updates

0 commit comments

Comments
 (0)