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]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
 - @alfalab/[email protected]
  • Loading branch information
semantic-release-bot committed Jun 28, 2021
1 parent 7a833f9 commit 579c8e1
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 26 deletions.
16 changes: 16 additions & 0 deletions packages/base-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)


### Bug Fixes

* **base-modal:** fix has scroll bug ([#712](https://github.com/alfa-laboratory/core-components/issues/712)) ([a6749a1](https://github.com/alfa-laboratory/core-components/commit/a6749a149d511b28cc59aaec188d59c380c64243))


### Features

* **bottom-sheet:** new component (PDS-228) ([#645](https://github.com/alfa-laboratory/core-components/issues/645)) ([1f7391d](https://github.com/alfa-laboratory/core-components/commit/1f7391df16a270d8a3a28b8ebaf98d0ed0928bc8)), closes [#642](https://github.com/alfa-laboratory/core-components/issues/642) [#642](https://github.com/alfa-laboratory/core-components/issues/642) [#646](https://github.com/alfa-laboratory/core-components/issues/646) [#646](https://github.com/alfa-laboratory/core-components/issues/646) [#634](https://github.com/alfa-laboratory/core-components/issues/634) [#635](https://github.com/alfa-laboratory/core-components/issues/635) [#634](https://github.com/alfa-laboratory/core-components/issues/634) [#635](https://github.com/alfa-laboratory/core-components/issues/635) [#648](https://github.com/alfa-laboratory/core-components/issues/648) [#647](https://github.com/alfa-laboratory/core-components/issues/647) [#630](https://github.com/alfa-laboratory/core-components/issues/630) [#648](https://github.com/alfa-laboratory/core-components/issues/648) [#630](https://github.com/alfa-laboratory/core-components/issues/630) [#669](https://github.com/alfa-laboratory/core-components/issues/669)





## [2.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-05-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/base-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-base-modal",
"version": "2.0.2",
"version": "2.1.0",
"description": "BaseModal component",
"keywords": [],
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/bottom-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-06-28)


### Features

* **bottom-sheet:** new component (PDS-228) ([#645](https://github.com/alfa-laboratory/core-components/issues/645)) ([1f7391d](https://github.com/alfa-laboratory/core-components/commit/1f7391df16a270d8a3a28b8ebaf98d0ed0928bc8)), closes [#642](https://github.com/alfa-laboratory/core-components/issues/642) [#642](https://github.com/alfa-laboratory/core-components/issues/642) [#646](https://github.com/alfa-laboratory/core-components/issues/646) [#646](https://github.com/alfa-laboratory/core-components/issues/646) [#634](https://github.com/alfa-laboratory/core-components/issues/634) [#635](https://github.com/alfa-laboratory/core-components/issues/635) [#634](https://github.com/alfa-laboratory/core-components/issues/634) [#635](https://github.com/alfa-laboratory/core-components/issues/635) [#648](https://github.com/alfa-laboratory/core-components/issues/648) [#647](https://github.com/alfa-laboratory/core-components/issues/647) [#630](https://github.com/alfa-laboratory/core-components/issues/630) [#648](https://github.com/alfa-laboratory/core-components/issues/648) [#630](https://github.com/alfa-laboratory/core-components/issues/630) [#669](https://github.com/alfa-laboratory/core-components/issues/669)
6 changes: 3 additions & 3 deletions packages/bottom-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-bottom-sheet",
"version": "1.0.0",
"version": "1.1.0",
"description": "Bottom sheet mobile component",
"keywords": [],
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@alfalab/core-components-backdrop": "^1.1.2",
"@alfalab/core-components-base-modal": "^2.0.0",
"@alfalab/core-components-typography": "^1.4.7",
"@alfalab/core-components-base-modal": "^2.1.0",
"@alfalab/core-components-typography": "^1.5.1",
"classnames": "^2.2.6",
"react-swipeable": "^5.5.0",
"react-transition-group": "^4.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/calendar-with-skeleton/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.

## [2.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton





## [2.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/calendar-with-skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-calendar-with-skeleton",
"version": "2.0.4",
"version": "2.0.5",
"description": "CalendarWithSkeleton component",
"keywords": [],
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@alfalab/core-components-calendar": "^2.0.1",
"@alfalab/core-components-skeleton": "^1.4.1",
"@alfalab/core-components-skeleton": "^2.0.0",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/circular-progress-bar/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.2.11](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar





## [1.2.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-04)

**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
Expand Down
4 changes: 2 additions & 2 deletions packages/circular-progress-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-circular-progress-bar",
"version": "1.2.10",
"version": "1.2.11",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@alfalab/core-components-typography": "^1.5.0",
"@alfalab/core-components-typography": "^1.5.1",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/confirmation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)


### Features

* **confirmation:** add property for change retry button text ([#720](https://github.com/alfa-laboratory/core-components/issues/720)) ([c0f7688](https://github.com/alfa-laboratory/core-components/commit/c0f76888cffff8ad4169769bc4615429663352a5))


### BREAKING CHANGES

* **confirmation:** buttonRetryText renamed to buttonReturnText

Co-authored-by: Alexander Soldatov <[email protected]>





# [6.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-05-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/confirmation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-confirmation",
"version": "6.1.0",
"version": "7.0.0",
"description": "Sms confirmation component",
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/drawer/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.

## [2.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-drawer





## [2.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-05-28)

**Note:** Version bump only for package @alfalab/core-components-drawer
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-drawer",
"version": "2.1.2",
"version": "2.1.3",
"description": "Drawer component",
"gitHead": "f054fef20200664c65e2501ef1f916c555cdf05d",
"keywords": [],
Expand All @@ -21,7 +21,7 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"@alfalab/core-components-base-modal": "^2.0.2",
"@alfalab/core-components-base-modal": "^2.1.0",
"classnames": "^2.2.6"
}
}
8 changes: 8 additions & 0 deletions packages/input-autocomplete/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.

## [6.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-input-autocomplete





## [6.1.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-22)

**Note:** Version bump only for package @alfalab/core-components-input-autocomplete
Expand Down
4 changes: 2 additions & 2 deletions packages/input-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-input-autocomplete",
"version": "6.1.7",
"version": "6.1.8",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@alfalab/core-components-input": "^6.2.0",
"@alfalab/core-components-select": "^8.1.0",
"@alfalab/core-components-select": "^8.1.1",
"classnames": "^2.2.6"
}
}
8 changes: 8 additions & 0 deletions packages/intl-phone-input/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.

## [4.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-intl-phone-input





## [4.1.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-phone-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-intl-phone-input",
"version": "4.1.7",
"version": "4.1.8",
"description": "Phone input for international phones",
"keywords": [],
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@alfalab/core-components-input": "^6.2.0",
"@alfalab/core-components-select": "^8.1.0",
"@alfalab/core-components-select": "^8.1.1",
"@alfalab/hooks": "^0.9.0",
"@alfalab/utils": "^1.1.1",
"classnames": "^2.2.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/list-header/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.1.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-list-header





## [1.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-04)

**Note:** Version bump only for package @alfalab/core-components-list-header
Expand Down
4 changes: 2 additions & 2 deletions packages/list-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-list-header",
"version": "1.1.8",
"version": "1.1.9",
"description": "ListHeader component",
"keywords": [],
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@alfalab/core-components-typography": "^1.5.0",
"@alfalab/core-components-typography": "^1.5.1",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/modal/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.5.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-modal





## [1.5.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-modal",
"version": "1.5.4",
"version": "1.5.5",
"description": "Modal component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@alfalab/core-components-base-modal": "^2.0.2",
"@alfalab/core-components-base-modal": "^2.1.0",
"@alfalab/core-components-button": "^3.0.1",
"@alfalab/core-components-mq": "1.0.0",
"classnames": "^2.2.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/picker-button/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.

## [5.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-picker-button





## [5.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-22)

**Note:** Version bump only for package @alfalab/core-components-picker-button
Expand Down
4 changes: 2 additions & 2 deletions packages/picker-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-picker-button",
"version": "5.0.4",
"version": "5.0.5",
"description": "Picker button component",
"keywords": [],
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@alfalab/core-components-button": "^3.0.1",
"@alfalab/core-components-select": "^8.1.0",
"@alfalab/core-components-select": "^8.1.1",
"@alfalab/icons-glyph": "^1.70.0",
"classnames": "^2.2.6"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/select/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.

## [8.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-28)

**Note:** Version bump only for package @alfalab/core-components-select





# [8.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/[email protected]...@alfalab/[email protected]) (2021-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-select",
"version": "8.1.0",
"version": "8.1.1",
"description": "Select component",
"keywords": [],
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"@alfalab/core-components-form-control": "^6.2.0",
"@alfalab/core-components-input": "^6.2.0",
"@alfalab/core-components-popover": "^4.0.0",
"@alfalab/core-components-skeleton": "^1.3.6",
"@alfalab/core-components-skeleton": "^2.0.0",
"@alfalab/hooks": "^1.0.0",
"classnames": "^2.2.6",
"downshift": "5.4.7",
Expand Down
Loading

0 comments on commit 579c8e1

Please sign in to comment.