diff --git a/.changeset/tender-grapes-kneel.md b/.changeset/tender-grapes-kneel.md deleted file mode 100644 index c053599..0000000 --- a/.changeset/tender-grapes-kneel.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"@makeplane/propel": minor ---- - -First installable release. `0.1.0` was published with unresolved pnpm `catalog:` specifiers in -its `dependencies`, so both `npm install` and `pnpm add` fail on it outright -(`EUNSUPPORTEDPROTOCOL: Unsupported URL Type "catalog:"`). This release ships a correct manifest -with real semver ranges. - -**Added** - -- `@makeplane/propel/icons` — a new subpath exporting 737 icons, tree-shakeable per icon. Icons - render as static SVG with no client boundary, so they stay server-rendered in RSC. -- `elements/button-group` and `components/button-group` -- `elements/split-button` and `components/split-button` -- `elements/expandable-search` and `components/expandable-search` -- `components/icon` -- `components/shortcut` - -**Removed** - -- `elements/menubar` and `components/menubar` -- `elements/meter` and `components/meter` -- `elements/toggle-group` and `components/toggle-group` - -Anything importing the removed subpaths must migrate before upgrading. propel is pre-1.0, so -removals ship in the minor slot. diff --git a/packages/propel/CHANGELOG.md b/packages/propel/CHANGELOG.md index b8a5005..dc839be 100644 --- a/packages/propel/CHANGELOG.md +++ b/packages/propel/CHANGELOG.md @@ -1,5 +1,33 @@ # @makeplane/propel +## 0.2.0 + +### Minor Changes + +- 4c65678: First installable release. `0.1.0` was published with unresolved pnpm `catalog:` specifiers in + its `dependencies`, so both `npm install` and `pnpm add` fail on it outright + (`EUNSUPPORTEDPROTOCOL: Unsupported URL Type "catalog:"`). This release ships a correct manifest + with real semver ranges. + + **Added** + + - `@makeplane/propel/icons` — a new subpath exporting 737 icons, tree-shakeable per icon. Icons + render as static SVG with no client boundary, so they stay server-rendered in RSC. + - `elements/button-group` and `components/button-group` + - `elements/split-button` and `components/split-button` + - `elements/expandable-search` and `components/expandable-search` + - `components/icon` + - `components/shortcut` + + **Removed** + + - `elements/menubar` and `components/menubar` + - `elements/meter` and `components/meter` + - `elements/toggle-group` and `components/toggle-group` + + Anything importing the removed subpaths must migrate before upgrading. propel is pre-1.0, so + removals ship in the minor slot. + ## 0.1.0 ### Minor Changes diff --git a/packages/propel/package.json b/packages/propel/package.json index 2b48ca8..330e98e 100644 --- a/packages/propel/package.json +++ b/packages/propel/package.json @@ -1,6 +1,6 @@ { "name": "@makeplane/propel", - "version": "0.1.0", + "version": "0.2.0", "description": "Plane's React component library built on Base UI and Tailwind CSS v4.", "keywords": [ "base-ui",