-
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(release): 7.0.0 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. | |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [7.0.0] - 2026-04-15 | ||
|
|
||
| First stable v7 release. After two alpha iterations (`alpha.0`/`alpha.1` blocked | ||
| by CI release-pipeline issues, `alpha.2` published to `next` dist-tag) the | ||
| public surface is unchanged. Also landed post-alpha.2: | ||
|
|
||
| - Docs site deploys the hand-written cookbook alongside the generated API ref. | ||
| - README and cookbook examples are plain JavaScript (previously mixed | ||
| TypeScript syntax into blocks labeled runnable). | ||
| - Dependabot action bumps merged (`actions/checkout`, `deploy-pages`, | ||
| `upload-pages-artifact`, `create-pull-request`, `action-gh-release`). | ||
|
Comment on lines
+8
to
+18
|
||
|
|
||
| ## [7.0.0-alpha.0] - 2026-04-15 | ||
|
|
||
| ### Added | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "themeparks", | ||
| "version": "7.0.0-alpha.2", | ||
| "version": "7.0.0", | ||
|
||
| "description": "Official SDK for the ThemeParks.wiki API", | ||
| "license": "MIT", | ||
| "repository": "github:ThemeParks/ThemeParks_JavaScript", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This release note references
alpha.1andalpha.2, but the changelog currently has no sections for those versions. Either add entries for the missing pre-releases (preferred, since7.0.0-alpha.0is already documented) or adjust the wording so the changelog doesn’t point to undocumented versions.