diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f95e8f2..dd27e49 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -126,6 +126,9 @@ jobs: - name: Build Storybook run: pnpm build + - name: Build Rollup Storybook + run: pnpm build:rollup + - name: zip storybook-static run: tar -czf storybook-static.tar.gz ./storybook-static @@ -253,6 +256,10 @@ jobs: - name: Prepare repository run: git fetch --unshallow --tags + - uses: pnpm/action-setup@v2 + with: + version: 8 + - name: Step Node uses: actions/setup-node@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3641b..44536ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.1.3 (Sat Jul 22 2023) + +- Update CI to automatically integrate releases. + +#### Authors: 1 + # v1.1.2 (Sat Jul 22 2023) - Update CI to automatically integrate releases. diff --git a/package.json b/package.json index fd15a7f..2433b7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rhannachi/components", "author": "rhannachi", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js",