Skip to content

Commit 5343908

Browse files
committed
lock stenciljs/sass to 3.0.12 (see stenciljs/sass#70); move from yarn to npm
1 parent fb7f6fa commit 5343908

File tree

6 files changed

+10808
-9807
lines changed

6 files changed

+10808
-9807
lines changed

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
- name: Run script file
1414
id: build-release
1515
run: |
16-
corepack enable
17-
yarn set version berry
18-
yarn
19-
yarn release
20-
16+
npm ci
17+
npm run release
18+
2119
echo "::set-output name=filepath::$(ls *.tar.gz | head -1)"
2220
echo "::set-output name=filename::$(basename `ls *.tar.gz | head -1`)"
2321
shell: bash

.storybook/stories/2.Changelog.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import { Meta } from "@storybook/blocks";
44

55
# Changelog
66

7+
## 1.3.5
8+
9+
* es wird nun `npm` statt `yarn` verwendet
10+
* `stenciljs/sass` locked auf Version 3.0.12 wegen https://github.com/stenciljs/sass/issues/70.
11+
712
## 1.3.4
813

914
#### `<easycredit-widget />`

0 commit comments

Comments
 (0)