Skip to content

Commit

Permalink
chore(*): publish
Browse files Browse the repository at this point in the history
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
  • Loading branch information
alfa-bot authored and reme3d2y committed Sep 13, 2021
1 parent a3d089c commit 71460d7
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup dependencies
run: yarn --pure-lockfile
Expand All @@ -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 }}
8 changes: 8 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/toolbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 71460d7

Please sign in to comment.