diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a446ece..000999a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup dependencies run: yarn --pure-lockfile @@ -39,6 +41,8 @@ jobs: token: ${{ secrets.NPM_TOKEN }} - name: Publish - run: lerna publish from-git --yes && git push --follow-tags + run: | + lerna publish from-git --yes + git push --follow-tags env: GITHUB_TOKEN: ${{ secrets.PERMISSION_GITHUB_TOKEN }} diff --git a/packages/data/CHANGELOG.md b/packages/data/CHANGELOG.md index ca6f044..1e7c9e6 100644 --- a/packages/data/CHANGELOG.md +++ b/packages/data/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.4.6 (2021-09-13) + +**Note:** Version bump only for package @alfalab/data + + + + + ## 0.4.5 (2021-09-13) **Note:** Version bump only for package @alfalab/data diff --git a/packages/data/package.json b/packages/data/package.json index 13e8b6b..a106df8 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/data", - "version": "0.4.5", + "version": "0.4.6", "description": "common data", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 0c18575..ad36232 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.3 (2021-09-13) + +**Note:** Version bump only for package @alfalab/hooks + + + + + ## 1.3.2 (2021-09-13) **Note:** Version bump only for package @alfalab/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index aa561bf..cf45c5a 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/hooks", - "version": "1.3.2", + "version": "1.3.3", "description": "common hooks", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/toolbox/CHANGELOG.md b/packages/toolbox/CHANGELOG.md index 3030d2c..55e3f72 100644 --- a/packages/toolbox/CHANGELOG.md +++ b/packages/toolbox/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.6 (2021-09-13) + +**Note:** Version bump only for package @alfalab/toolbox + + + + + ## 0.0.5 (2021-09-13) **Note:** Version bump only for package @alfalab/toolbox diff --git a/packages/toolbox/package.json b/packages/toolbox/package.json index ec716f7..9cef422 100644 --- a/packages/toolbox/package.json +++ b/packages/toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/toolbox", - "version": "0.0.5", + "version": "0.0.6", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,9 +16,9 @@ "author": "Evgeniy Troynov", "license": "MIT", "dependencies": { - "@alfalab/data": "^0.4.5", - "@alfalab/hooks": "^1.3.2", - "@alfalab/utils": "^1.4.2" + "@alfalab/data": "^0.4.6", + "@alfalab/hooks": "^1.3.3", + "@alfalab/utils": "^1.4.3" }, "devDependencies": { "dts-bundle-generator": "^5.4.0" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 35cacb0..c5628ba 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.3 (2021-09-13) + +**Note:** Version bump only for package @alfalab/utils + + + + + ## 1.4.2 (2021-09-13) **Note:** Version bump only for package @alfalab/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 1d2cf9d..42bef35 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/utils", - "version": "1.4.2", + "version": "1.4.3", "description": "common utils", "main": "dist/index.js", "types": "dist/index.d.ts",