From 66925619a83364be0cdefbc584d997c64b4a35ef Mon Sep 17 00:00:00 2001 From: Patrick Pircher Date: Sun, 14 Jul 2024 15:36:11 +0200 Subject: [PATCH] fix pnpm i Signed-off-by: Patrick Pircher --- .github/workflows/publish.yml | 2 +- .release-plan.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebe8d8ee..3954e56c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.release-plan.json b/.release-plan.json index 61aca6e0..fb8bff0f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" } +