Skip to content

Commit 70f87ef

Browse files
chore: release main (#179)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 097dcc0 commit 70f87ef

File tree

8 files changed

+43
-13
lines changed

8 files changed

+43
-13
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages/blobs": "9.1.0",
33
"packages/cache": "1.11.0",
4-
"packages/dev": "2.2.0",
4+
"packages/dev": "2.2.1",
55
"packages/dev-utils": "2.1.0",
6-
"packages/functions": "3.1.6",
6+
"packages/functions": "3.1.7",
77
"packages/redirects": "1.1.2",
88
"packages/runtime": "2.2.0",
99
"packages/runtime-utils": "1.3.0",
1010
"packages/static": "1.1.2",
1111
"packages/types": "1.1.0",
12-
"packages/vite-plugin": "0.2.3"
12+
"packages/vite-plugin": "0.2.4"
1313
}

package-lock.json

Lines changed: 5 additions & 5 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+
## [2.2.1](https://github.com/netlify/primitives/compare/dev-v2.2.0...dev-v2.2.1) (2025-05-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/functions bumped from 3.1.6 to 3.1.7
11+
312
## [2.2.0](https://github.com/netlify/primitives/compare/dev-v2.1.2...dev-v2.2.0) (2025-05-07)
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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -54,7 +54,7 @@
5454
"@netlify/blobs": "9.1.0",
5555
"@netlify/config": "^22.0.0",
5656
"@netlify/dev-utils": "2.1.0",
57-
"@netlify/functions": "3.1.6",
57+
"@netlify/functions": "3.1.7",
5858
"@netlify/redirects": "1.1.2",
5959
"@netlify/runtime": "2.2.0",
6060
"@netlify/static": "1.1.2"

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.7](https://github.com/netlify/primitives/compare/functions-v3.1.6...functions-v3.1.7) (2025-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.41.0 ([#177](https://github.com/netlify/primitives/issues/177)) ([5b00d0a](https://github.com/netlify/primitives/commit/5b00d0ab22e4e1cf478e906c389768a071bd6aa4))
9+
310
## [3.1.6](https://github.com/netlify/primitives/compare/functions-v3.1.5...functions-v3.1.6) (2025-05-07)
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.6",
34+
"version": "3.1.7",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

packages/vite-plugin/CHANGELOG.md

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

3+
## [0.2.4](https://github.com/netlify/primitives/compare/vite-plugin-v0.2.3...vite-plugin-v0.2.4) (2025-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* make plugin a no-op when running inside the CLI ([#181](https://github.com/netlify/primitives/issues/181)) ([097dcc0](https://github.com/netlify/primitives/commit/097dcc07add9c787fe8f160f1ecec4908bffa534))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/dev bumped from 2.2.0 to 2.2.1
16+
317
## [0.2.3](https://github.com/netlify/primitives/compare/vite-plugin-v0.2.2...vite-plugin-v0.2.3) (2025-05-07)
418

519

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -33,7 +33,7 @@
3333
"vitest": "^3.0.0"
3434
},
3535
"dependencies": {
36-
"@netlify/dev": "2.2.0",
36+
"@netlify/dev": "2.2.1",
3737
"chalk": "^5.4.1"
3838
},
3939
"peerDependencies": {

0 commit comments

Comments
 (0)