Skip to content

Commit 179fbd6

Browse files
chore: release main
1 parent c66b7e0 commit 179fbd6

28 files changed

+237
-89
lines changed

.release-please-manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/blobs": "10.0.5",
3-
"packages/cache": "3.0.6",
4-
"packages/dev": "4.4.1",
5-
"packages/dev-utils": "3.3.0",
6-
"packages/edge-functions": "2.15.7",
7-
"packages/functions": "4.1.11",
8-
"packages/headers": "2.0.5",
9-
"packages/images": "1.2.1",
10-
"packages/nuxt-module": "0.1.1",
2+
"packages/blobs": "10.0.6",
3+
"packages/cache": "3.0.7",
4+
"packages/dev": "4.4.2",
5+
"packages/dev-utils": "4.0.0",
6+
"packages/edge-functions": "2.15.8",
7+
"packages/functions": "4.1.12",
8+
"packages/headers": "2.0.6",
9+
"packages/images": "1.2.2",
10+
"packages/nuxt-module": "0.1.2",
1111
"packages/otel": "3.1.0",
12-
"packages/redirects": "3.0.5",
13-
"packages/runtime": "4.0.9",
12+
"packages/redirects": "3.0.6",
13+
"packages/runtime": "4.0.10",
1414
"packages/runtime-utils": "2.1.0",
15-
"packages/static": "3.0.5",
15+
"packages/static": "3.0.6",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.4.1"
17+
"packages/vite-plugin": "2.4.2"
1818
}

package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blobs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [10.0.6](https://github.com/netlify/primitives/compare/blobs-v10.0.5...blobs-v10.0.6) (2025-07-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0
11+
312
## [10.0.5](https://github.com/netlify/primitives/compare/blobs-v10.0.4...blobs-v10.0.5) (2025-07-15)
413

514

packages/blobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "10.0.5",
3+
"version": "10.0.6",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {
@@ -76,7 +76,7 @@
7676
"vitest": "^3.0.0"
7777
},
7878
"dependencies": {
79-
"@netlify/dev-utils": "3.3.0",
79+
"@netlify/dev-utils": "4.0.0",
8080
"@netlify/runtime-utils": "2.1.0"
8181
}
8282
}

packages/cache/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.0.7](https://github.com/netlify/primitives/compare/cache-v3.0.6...cache-v3.0.7) (2025-07-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0
11+
312
## [3.0.6](https://github.com/netlify/primitives/compare/cache-v3.0.5...cache-v3.0.6) (2025-07-15)
413

514

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
55
"type": "module",
66
"engines": {
@@ -68,7 +68,7 @@
6868
},
6969
"author": "Netlify Inc.",
7070
"devDependencies": {
71-
"@netlify/dev-utils": "3.3.0",
71+
"@netlify/dev-utils": "4.0.0",
7272
"@netlify/types": "2.0.2",
7373
"npm-run-all2": "^7.0.2",
7474
"tsup": "^8.0.0",

packages/dev-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/netlify/primitives/compare/dev-utils-v3.3.0...dev-utils-v4.0.0) (2025-07-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add named exports for global-config utils ([#359](https://github.com/netlify/primitives/issues/359))
9+
10+
### Bug Fixes
11+
12+
* add named exports for global-config utils ([#359](https://github.com/netlify/primitives/issues/359)) ([c66b7e0](https://github.com/netlify/primitives/commit/c66b7e0ac3c2c1a3725883fe45b81bdc7ffb24fd))
13+
314
## [3.3.0](https://github.com/netlify/primitives/compare/dev-utils-v3.2.2...dev-utils-v3.3.0) (2025-07-15)
415

516

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev-utils",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "TypeScript utilities for the local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [4.4.2](https://github.com/netlify/primitives/compare/dev-v4.4.1...dev-v4.4.2) (2025-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#333](https://github.com/netlify/primitives/issues/333)) ([0fa1f1e](https://github.com/netlify/primitives/commit/0fa1f1e8d717cbc5c797c19b64b4fa4ffbdaf992))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/blobs bumped from 10.0.5 to 10.0.6
16+
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0
17+
* @netlify/edge-functions bumped from 2.15.7 to 2.15.8
18+
* @netlify/functions bumped from 4.1.11 to 4.1.12
19+
* @netlify/headers bumped from 2.0.5 to 2.0.6
20+
* @netlify/images bumped from 1.2.1 to 1.2.2
21+
* @netlify/redirects bumped from 3.0.5 to 3.0.6
22+
* @netlify/runtime bumped from 4.0.9 to 4.0.10
23+
* @netlify/static bumped from 3.0.5 to 3.0.6
24+
325
## [4.4.1](https://github.com/netlify/primitives/compare/dev-v4.4.0...dev-v4.4.1) (2025-07-15)
426

527

packages/dev/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -52,16 +52,16 @@
5252
"vitest": "^3.0.0"
5353
},
5454
"dependencies": {
55-
"@netlify/blobs": "10.0.5",
55+
"@netlify/blobs": "10.0.6",
5656
"@netlify/config": "^23.2.0",
57-
"@netlify/dev-utils": "3.3.0",
58-
"@netlify/edge-functions": "2.15.7",
59-
"@netlify/functions": "4.1.11",
60-
"@netlify/headers": "2.0.5",
61-
"@netlify/images": "1.2.1",
62-
"@netlify/redirects": "3.0.5",
63-
"@netlify/runtime": "4.0.9",
64-
"@netlify/static": "3.0.5",
57+
"@netlify/dev-utils": "4.0.0",
58+
"@netlify/edge-functions": "2.15.8",
59+
"@netlify/functions": "4.1.12",
60+
"@netlify/headers": "2.0.6",
61+
"@netlify/images": "1.2.2",
62+
"@netlify/redirects": "3.0.6",
63+
"@netlify/runtime": "4.0.10",
64+
"@netlify/static": "3.0.6",
6565
"ulid": "^3.0.0"
6666
}
6767
}

0 commit comments

Comments
 (0)