Skip to content

Commit 9f2be56

Browse files
committed
πŸ”– release version
1 parent 96a3ded commit 9f2be56

5 files changed

Lines changed: 18 additions & 12 deletions

File tree

β€Ž.changeset/fix-sitemap-url-generation.mdβ€Ž

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

β€Žexamples/next-sitemap/app/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @onruntime/next-sitemap-example-app
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e0c8b00]
8+
- @onruntime/next-sitemap@0.2.1
9+
310
## 0.1.1
411

512
### Patch Changes

β€Žexamples/next-sitemap/app/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onruntime/next-sitemap-example-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3002",

β€Žpackages/next-sitemap/CHANGELOG.mdβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# @onruntime/next-sitemap
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- e0c8b00: Fix URL generation issues in sitemap:
8+
- Fix missing leading slash between domain and path (e.g., `http://localhost:3000articles` β†’ `http://localhost:3000/articles`)
9+
- Fix invalid `src/app/` paths being included in sitemap
10+
- Ensure pathnames are properly normalized after route group removal
11+
312
## 0.2.0
413

514
### Minor Changes
615

716
- 94b0075: Add new configuration options for sitemap generation:
8-
917
- `exclude`: Filter out routes using glob patterns or a function
1018
- `priority`: Automatic depth-based priority calculation (or custom function)
1119
- `changeFreq`: Set change frequency per route

β€Žpackages/next-sitemap/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onruntime/next-sitemap",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Dynamic sitemap generation for Next.js with automatic route discovery",
55
"author": "onRuntime Studio <contact@onruntime.com>",
66
"repository": {

0 commit comments

Comments
Β (0)