Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit b153fc4

Browse files
[ci] release (#219)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0349bd4 commit b153fc4

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/lazy-pears-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-carpets-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

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

3+
## 10.0.2
4+
5+
### Patch Changes
6+
7+
- [#217](https://github.com/withastro/adapters/pull/217) [`0349bd4`](https://github.com/withastro/adapters/commit/0349bd41a9d10421907eb0e46bd6472c85a10ec7) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - fixes an issue where the automatic `_routes.json` generation was not working as expected for some projects, which had a dynamic route as the first segment
8+
9+
- [#217](https://github.com/withastro/adapters/pull/217) [`0349bd4`](https://github.com/withastro/adapters/commit/0349bd41a9d10421907eb0e46bd6472c85a10ec7) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - fixes an issue where the automatic `_routes.json` generation was not limited correctly, which had manual extend patterns
10+
311
## 10.0.1
412

513
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
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": "10.0.1",
4+
"version": "10.0.2",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)