Skip to content

Commit 8d73779

Browse files
[ci] release (#8597)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c028bb9 commit 8d73779

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

packages/integrations/cloudflare/CHANGELOG.md

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

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- [#8595](https://github.com/withastro/astro/pull/8595) [`5b0b3c9a8`](https://github.com/withastro/astro/commit/5b0b3c9a8e0c0e6b6c7472b82008ab57985f2a04) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Add support for the following Node.js Runtime APIs, which are availabe in [Cloudflare](https://developers.cloudflare.com/workers/runtime-apis/nodejs) using the `node:` syntax.
8+
9+
- assert
10+
- AsyncLocalStorage
11+
- Buffer
12+
- Diagnostics Channel
13+
- EventEmitter
14+
- path
15+
- process
16+
- Streams
17+
- StringDecoder
18+
- util
19+
20+
```js
21+
import { Buffer } from 'node:buffer';
22+
```
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [[`bcad715ce`](https://github.com/withastro/astro/commit/bcad715ce67bc73a7927c941d1e7f02a82d638c2), [`bdd267d08`](https://github.com/withastro/astro/commit/bdd267d08937611984d074a2872af11ecf3e1a12), [`e522a5eb4`](https://github.com/withastro/astro/commit/e522a5eb41c7df1e62c307c84cd14d53777439ff), [`ed54d4644`](https://github.com/withastro/astro/commit/ed54d46449accc99ad117d6b0d50a8905e4d65d7), [`70f2a8003`](https://github.com/withastro/astro/commit/70f2a80039d232731f63ea735e896997ec0eac7a), [`4398e9298`](https://github.com/withastro/astro/commit/4398e929877dfadd2067af28413284afdfde9d8b), [`8f8b9069d`](https://github.com/withastro/astro/commit/8f8b9069ddd21cf57d37955ab3a92710492226f5), [`5a988eaf6`](https://github.com/withastro/astro/commit/5a988eaf609ddc1b9609acb0cdc2dda43d10a5c2)]:
27+
- astro@3.1.2
28+
- @astrojs/underscore-redirects@0.3.0
29+
330
## 7.1.1
431

532
### Patch Changes

packages/integrations/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to Cloudflare Workers/Pages",
4-
"version": "7.1.1",
4+
"version": "7.2.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -51,7 +51,7 @@
5151
"tiny-glob": "^0.2.9"
5252
},
5353
"peerDependencies": {
54-
"astro": "workspace:^3.1.1"
54+
"astro": "workspace:^3.1.2"
5555
},
5656
"devDependencies": {
5757
"@types/iarna__toml": "^2.0.2",

0 commit comments

Comments
 (0)