Skip to content

chore: release main #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/blobs": "10.0.5",
"packages/cache": "3.0.6",
"packages/dev": "4.4.1",
"packages/dev-utils": "3.3.0",
"packages/edge-functions": "2.15.7",
"packages/functions": "4.1.11",
"packages/headers": "2.0.5",
"packages/images": "1.2.1",
"packages/nuxt-module": "0.1.1",
"packages/blobs": "10.0.6",
"packages/cache": "3.0.7",
"packages/dev": "4.4.2",
"packages/dev-utils": "4.0.0",
"packages/edge-functions": "2.15.8",
"packages/functions": "4.1.12",
"packages/headers": "2.0.6",
"packages/images": "1.2.2",
"packages/nuxt-module": "0.1.2",
"packages/otel": "3.1.0",
"packages/redirects": "3.0.5",
"packages/runtime": "4.0.9",
"packages/redirects": "3.0.6",
"packages/runtime": "4.0.10",
"packages/runtime-utils": "2.1.0",
"packages/static": "3.0.5",
"packages/static": "3.0.6",
"packages/types": "2.0.2",
"packages/vite-plugin": "2.4.1"
"packages/vite-plugin": "2.4.2"
}
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [10.0.6](https://github.com/netlify/primitives/compare/blobs-v10.0.5...blobs-v10.0.6) (2025-07-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0

## [10.0.5](https://github.com/netlify/primitives/compare/blobs-v10.0.4...blobs-v10.0.5) (2025-07-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/blobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/blobs",
"version": "10.0.5",
"version": "10.0.6",
"description": "TypeScript client for Netlify Blobs",
"type": "module",
"engines": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"vitest": "^3.0.0"
},
"dependencies": {
"@netlify/dev-utils": "3.3.0",
"@netlify/dev-utils": "4.0.0",
"@netlify/runtime-utils": "2.1.0"
}
}
9 changes: 9 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.7](https://github.com/netlify/primitives/compare/cache-v3.0.6...cache-v3.0.7) (2025-07-17)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0

## [3.0.6](https://github.com/netlify/primitives/compare/cache-v3.0.5...cache-v3.0.6) (2025-07-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/cache",
"version": "3.0.6",
"version": "3.0.7",
"description": "TypeScript utilities for interacting with the Netlify cache",
"type": "module",
"engines": {
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"author": "Netlify Inc.",
"devDependencies": {
"@netlify/dev-utils": "3.3.0",
"@netlify/dev-utils": "4.0.0",
"@netlify/types": "2.0.2",
"npm-run-all2": "^7.0.2",
"tsup": "^8.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/netlify/primitives/compare/dev-utils-v3.3.0...dev-utils-v4.0.0) (2025-07-17)


### ⚠ BREAKING CHANGES

* add named exports for global-config utils ([#359](https://github.com/netlify/primitives/issues/359))

### Bug Fixes

* add named exports for global-config utils ([#359](https://github.com/netlify/primitives/issues/359)) ([c66b7e0](https://github.com/netlify/primitives/commit/c66b7e0ac3c2c1a3725883fe45b81bdc7ffb24fd))

## [3.3.0](https://github.com/netlify/primitives/compare/dev-utils-v3.2.2...dev-utils-v3.3.0) (2025-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/dev-utils",
"version": "3.3.0",
"version": "4.0.0",
"description": "TypeScript utilities for the local emulation of the Netlify environment",
"type": "module",
"engines": {
Expand Down
22 changes: 22 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [4.4.2](https://github.com/netlify/primitives/compare/dev-v4.4.1...dev-v4.4.2) (2025-07-17)


### Bug Fixes

* **deps:** update netlify packages ([#333](https://github.com/netlify/primitives/issues/333)) ([0fa1f1e](https://github.com/netlify/primitives/commit/0fa1f1e8d717cbc5c797c19b64b4fa4ffbdaf992))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/blobs bumped from 10.0.5 to 10.0.6
* @netlify/dev-utils bumped from 3.3.0 to 4.0.0
* @netlify/edge-functions bumped from 2.15.7 to 2.15.8
* @netlify/functions bumped from 4.1.11 to 4.1.12
* @netlify/headers bumped from 2.0.5 to 2.0.6
* @netlify/images bumped from 1.2.1 to 1.2.2
* @netlify/redirects bumped from 3.0.5 to 3.0.6
* @netlify/runtime bumped from 4.0.9 to 4.0.10
* @netlify/static bumped from 3.0.5 to 3.0.6

## [4.4.1](https://github.com/netlify/primitives/compare/dev-v4.4.0...dev-v4.4.1) (2025-07-15)


Expand Down
20 changes: 10 additions & 10 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/dev",
"version": "4.4.1",
"version": "4.4.2",
"description": "Emulation of the Netlify environment for local development",
"type": "module",
"engines": {
Expand Down Expand Up @@ -52,16 +52,16 @@
"vitest": "^3.0.0"
},
"dependencies": {
"@netlify/blobs": "10.0.5",
"@netlify/blobs": "10.0.6",
"@netlify/config": "^23.2.0",
"@netlify/dev-utils": "3.3.0",
"@netlify/edge-functions": "2.15.7",
"@netlify/functions": "4.1.11",
"@netlify/headers": "2.0.5",
"@netlify/images": "1.2.1",
"@netlify/redirects": "3.0.5",
"@netlify/runtime": "4.0.9",
"@netlify/static": "3.0.5",
"@netlify/dev-utils": "4.0.0",
"@netlify/edge-functions": "2.15.8",
"@netlify/functions": "4.1.12",
"@netlify/headers": "2.0.6",
"@netlify/images": "1.2.2",
"@netlify/redirects": "3.0.6",
"@netlify/runtime": "4.0.10",
"@netlify/static": "3.0.6",
"ulid": "^3.0.0"
}
}
Loading
Loading