Skip to content

Commit de76ca9

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

File tree

14 files changed

+112
-34
lines changed

14 files changed

+112
-34
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/blobs": "8.1.2",
2+
"packages/blobs": "8.2.0",
33
"packages/cache": "1.8.2",
4-
"packages/dev": "1.0.0",
5-
"packages/dev-utils": "1.0.0",
6-
"packages/functions": "3.0.4",
7-
"packages/redirects": "1.0.0",
8-
"packages/static": "1.0.0"
4+
"packages/dev": "1.1.0",
5+
"packages/dev-utils": "1.1.0",
6+
"packages/functions": "3.1.0",
7+
"packages/redirects": "1.1.0",
8+
"packages/static": "1.1.0"
99
}

package-lock.json

Lines changed: 14 additions & 14 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.2.0](https://github.com/netlify/primitives/compare/blobs-v8.1.2...blobs-v8.2.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* move primitives into monorepo ([#101](https://github.com/netlify/primitives/issues/101)) ([93b72b1](https://github.com/netlify/primitives/commit/93b72b1364022e45cbd87814dc6aa235f1e1c83e))
9+
310
## [8.1.0](https://github.com/netlify/blobs/compare/v8.0.1...v8.1.0) (2024-10-11)
411

512

packages/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "A JavaScript client for the Netlify Blob Store",
55
"type": "module",
66
"engines": {

packages/dev-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/netlify/primitives/compare/dev-utils-v1.0.0...dev-utils-v1.1.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* move primitives into monorepo ([#101](https://github.com/netlify/primitives/issues/101)) ([93b72b1](https://github.com/netlify/primitives/commit/93b72b1364022e45cbd87814dc6aa235f1e1c83e))

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Utilities for local development with Netlify",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/netlify/primitives/compare/dev-v1.0.0...dev-v1.1.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* move primitives into monorepo ([#101](https://github.com/netlify/primitives/issues/101)) ([93b72b1](https://github.com/netlify/primitives/commit/93b72b1364022e45cbd87814dc6aa235f1e1c83e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/dev-utils bumped from 1.0.0 to 1.1.0
16+
* @netlify/functions bumped from 2.8.2 to 3.1.0
17+
* @netlify/redirects bumped from 1.0.0 to 1.1.0
18+
* @netlify/static bumped from 1.0.0 to 1.1.0

packages/dev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Local development emulation for Netlify",
55
"type": "module",
66
"engines": {
@@ -51,9 +51,9 @@
5151
},
5252
"dependencies": {
5353
"@netlify/config": "^22.0.0",
54-
"@netlify/dev-utils": "1.0.0",
55-
"@netlify/functions": "2.8.2",
56-
"@netlify/redirects": "1.0.0",
57-
"@netlify/static": "1.0.0"
54+
"@netlify/dev-utils": "1.1.0",
55+
"@netlify/functions": "3.1.0",
56+
"@netlify/redirects": "1.1.0",
57+
"@netlify/static": "1.1.0"
5858
}
5959
}

packages/functions/CHANGELOG.md

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

3+
## [3.1.0](https://github.com/netlify/primitives/compare/functions-v3.0.4...functions-v3.1.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* move primitives into monorepo ([#101](https://github.com/netlify/primitives/issues/101)) ([93b72b1](https://github.com/netlify/primitives/commit/93b72b1364022e45cbd87814dc6aa235f1e1c83e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/blobs bumped from ^8.1.0 to ^8.2.0
16+
* @netlify/dev-utils bumped from 1.0.0 to 1.1.0
17+
318
## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-26)
419

520

packages/functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
}
3737
},
38-
"version": "2.8.2",
38+
"version": "3.1.0",
3939
"description": "JavaScript utilities for Netlify Functions",
4040
"files": [
4141
"dist/**/*.js",
@@ -75,8 +75,8 @@
7575
"test": "test"
7676
},
7777
"dependencies": {
78-
"@netlify/blobs": "^8.1.0",
79-
"@netlify/dev-utils": "1.0.0",
78+
"@netlify/blobs": "^8.2.0",
79+
"@netlify/dev-utils": "1.1.0",
8080
"@netlify/serverless-functions-api": "1.33.0",
8181
"@netlify/zip-it-and-ship-it": "^9.42.5",
8282
"cron-parser": "^4.9.0",

0 commit comments

Comments
 (0)