Skip to content

Commit be8f11f

Browse files
chore: release main (#144)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 17e4944 commit be8f11f

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/blobs": "8.2.0",
33
"packages/cache": "1.8.2",
4-
"packages/dev": "1.1.1",
4+
"packages/dev": "1.1.2",
55
"packages/dev-utils": "1.1.0",
6-
"packages/functions": "3.1.1",
6+
"packages/functions": "3.1.2",
77
"packages/redirects": "1.1.0",
88
"packages/static": "1.1.0"
99
}

package-lock.json

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

packages/dev/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/netlify/primitives/compare/dev-v1.1.1...dev-v1.1.2) (2025-04-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/functions bumped from 3.1.1 to 3.1.2
11+
312
## [1.1.1](https://github.com/netlify/primitives/compare/dev-v1.1.0...dev-v1.1.1) (2025-04-16)
413

514

packages/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Local development emulation for Netlify",
55
"type": "module",
66
"engines": {
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@netlify/config": "^22.0.0",
5454
"@netlify/dev-utils": "1.1.0",
55-
"@netlify/functions": "3.1.1",
55+
"@netlify/functions": "3.1.2",
5656
"@netlify/redirects": "1.1.0",
5757
"@netlify/static": "1.1.0"
5858
}

packages/functions/CHANGELOG.md

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

3+
## [3.1.2](https://github.com/netlify/primitives/compare/functions-v3.1.1...functions-v3.1.2) (2025-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **functions:** included published .cjs files ([#142](https://github.com/netlify/primitives/issues/142)) ([74fe165](https://github.com/netlify/primitives/commit/74fe16560e1474e1ba39a55765b41ebb704f8303))
9+
310
## [3.1.1](https://github.com/netlify/primitives/compare/functions-v3.1.0...functions-v3.1.1) (2025-04-16)
411

512

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
},
34-
"version": "3.1.1",
34+
"version": "3.1.2",
3535
"description": "JavaScript utilities for Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

0 commit comments

Comments
 (0)