diff --git a/.changeset/big-maps-know.md b/.changeset/big-maps-know.md deleted file mode 100644 index 2891ee96..00000000 --- a/.changeset/big-maps-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pathfinder-ide/react': minor ---- - -Updates the `themeOptions` prop to include a `defaultTheme` ("light" | "dark" | "system"). If the `defaultTheme` is either "light" or "dark", Pathfinder will respect the choice. If the prop is not passed, or passed as "system", Pathfinder will listen for changes to `prefers-color-scheme` and respond accordingly. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 874870b8..31835322 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @pathfinder-ide/react +## 0.3.0 + +### Minor Changes + +- fa14fb9: Updates the `themeOptions` prop to include a `defaultTheme` ("light" | "dark" | "system"). If the `defaultTheme` is either "light" or "dark", Pathfinder will respect the choice. If the prop is not passed, or passed as "system", Pathfinder will listen for changes to `prefers-color-scheme` and respond accordingly. + ## 0.2.6 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index f578112d..9641bf5c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@pathfinder-ide/react", - "version": "0.2.6", + "version": "0.3.0", "description": "The Grafbase GraphQL IDE", "license": "MPL-2.0", "type": "module",