@nx-extend/vercel 6.0.3 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/package.json +4 -4
- package/src/executors/build/schema.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
# [7.0.0](https://github.com/TriPSs/nx-extend/compare/vercel@6.0.4...vercel@7.0.0) (2024-02-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Updated Nx ([db61114](https://github.com/TriPSs/nx-extend/commit/db61114abc4991ae0e66ade0660b2baee76263f0))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* Updated Nx to version 18
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [6.0.4](https://github.com/TriPSs/nx-extend/compare/vercel@6.0.3...vercel@6.0.4) (2024-01-18)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **vercel:** Added `remix` as framework option ([2aebc32](https://github.com/TriPSs/nx-extend/commit/2aebc32c2b44988f0a64cb51d7a7fc9d9dcc8ef6))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
5
28
|
## [6.0.3](https://github.com/TriPSs/nx-extend/compare/vercel@6.0.2...vercel@6.0.3) (2023-12-09)
|
|
6
29
|
|
|
7
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-extend/vercel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"nx",
|
|
6
6
|
"vercel"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"generators": "./generators.json",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@actions/core": "^1.10.1",
|
|
22
|
-
"@nx/devkit": "
|
|
23
|
-
"@nx/workspace": "
|
|
22
|
+
"@nx/devkit": "18.0.2",
|
|
23
|
+
"@nx/workspace": "18.0.2",
|
|
24
24
|
"shelljs": "^0.8.5",
|
|
25
|
-
"@nx-extend/core": "
|
|
25
|
+
"@nx-extend/core": "6.0.0",
|
|
26
26
|
"tslib": "2.6.2"
|
|
27
27
|
},
|
|
28
28
|
"type": "commonjs"
|