Skip to content

Commit

Permalink
fix pnpm i
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pircher <patrick.pircher@ibm.com>
  • Loading branch information
patricklx committed Jul 14, 2024
1 parent db46b58 commit 6692561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: install pnpm
run: npm i -g npm
run: npm i -g pnpm
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
Expand Down
1 change: 1 addition & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
},
"description": "## Release (2024-07-14)\n\ncarbon-components-ember 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `carbon-components-ember`, `test-app`\n * [#217](https://github.com/IBM/carbon-components-ember/pull/217) v2 addon ([@patricklx](https://github.com/patricklx))\n* Other\n * [#166](https://github.com/IBM/carbon-components-ember/pull/166) card component does not exist anymore ([@patricklx](https://github.com/patricklx))\n\n#### :rocket: Enhancement\n* [#178](https://github.com/IBM/carbon-components-ember/pull/178) data-table: fix search input & support expandable ([@patricklx](https://github.com/patricklx))\n* [#172](https://github.com/IBM/carbon-components-ember/pull/172) add accordion ([@patricklx](https://github.com/patricklx))\n* [#170](https://github.com/IBM/carbon-components-ember/pull/170) add radio button ([@patricklx](https://github.com/patricklx))\n* [#168](https://github.com/IBM/carbon-components-ember/pull/168) data-table: support zebra style and size ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* [#167](https://github.com/IBM/carbon-components-ember/pull/167) fix notifications style ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `carbon-components-ember`\n * [#225](https://github.com/IBM/carbon-components-ember/pull/225) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* Other\n * [#228](https://github.com/IBM/carbon-components-ember/pull/228) no chunks ([@patricklx](https://github.com/patricklx))\n * [#227](https://github.com/IBM/carbon-components-ember/pull/227) fix base ([@patricklx](https://github.com/patricklx))\n * [#226](https://github.com/IBM/carbon-components-ember/pull/226) build v2 first ([@patricklx](https://github.com/patricklx))\n * [#216](https://github.com/IBM/carbon-components-ember/pull/216) Delete .gitattributes ([@patricklx](https://github.com/patricklx))\n * [#213](https://github.com/IBM/carbon-components-ember/pull/213) fix ci ([@patricklx](https://github.com/patricklx))\n * [#212](https://github.com/IBM/carbon-components-ember/pull/212) Update nodejs.yml ([@patricklx](https://github.com/patricklx))\n * [#179](https://github.com/IBM/carbon-components-ember/pull/179) migrate toggle to gts ([@patricklx](https://github.com/patricklx))\n * [#171](https://github.com/IBM/carbon-components-ember/pull/171) add gts github highlighting ([@patricklx](https://github.com/patricklx))\n * [#169](https://github.com/IBM/carbon-components-ember/pull/169) process gts files for precompile ([@patricklx](https://github.com/patricklx))\n * [#164](https://github.com/IBM/carbon-components-ember/pull/164) migrate some components to gts ([@patricklx](https://github.com/patricklx))\n * [#165](https://github.com/IBM/carbon-components-ember/pull/165) fix ci ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}

0 comments on commit 6692561

Please sign in to comment.