Skip to content

Commit

Permalink
chore: publish release [skip ci]
Browse files Browse the repository at this point in the history
 - @availity/[email protected]
 - @availity/[email protected]
 - @availity/[email protected]
 - @availity/[email protected]
  • Loading branch information
availity-bot committed Aug 19, 2019
1 parent 98539d4 commit b0dfcc5
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/docs/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.

## [7.4.8](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/docs





## [7.4.7](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/docs
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/docs",
"version": "7.4.7",
"version": "7.4.8",
"private": true,
"author": "Robert McGuinness <[email protected]>",
"description": "Storybook docs for availity-react",
Expand Down Expand Up @@ -34,21 +34,21 @@
"@availity/date": "^0.1.4",
"@availity/favorites": "^2.0.0",
"@availity/feature": "^1.1.8",
"@availity/feedback": "^5.0.5",
"@availity/feedback": "^5.0.6",
"@availity/form": "^0.2.3",
"@availity/hooks": "^1.5.2",
"@availity/icon": "^0.4.3",
"@availity/link": "^1.2.2",
"@availity/list-group": "^1.1.8",
"@availity/list-group-item": "^1.1.9",
"@availity/localstorage-core": "^2.6.1",
"@availity/page-header": "^6.0.0",
"@availity/page-header": "^6.0.1",
"@availity/pagination": "^2.3.5",
"@availity/payer-logo": "^4.0.0",
"@availity/progress": "^1.1.1",
"@availity/reactstrap-validation-date": "^3.0.5",
"@availity/reactstrap-validation-select": "^5.0.0",
"@availity/select": "^0.3.3",
"@availity/select": "^0.3.4",
"@availity/spaces": "^3.0.0",
"@availity/step-wizard": "^1.2.4",
"@availity/training-link": "^1.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/feedback/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.6](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/feedback





## [5.0.5](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/feedback
Expand Down
4 changes: 2 additions & 2 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/feedback",
"version": "5.0.5",
"version": "5.0.6",
"author": "Evan Sharp <[email protected]>",
"description": "Availity feedback with simley faces react component.",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
"@availity/form": "^0.2.3",
"@availity/hooks": "^1.5.2",
"@availity/icon": "^0.4.3",
"@availity/select": "^0.3.3",
"@availity/select": "^0.3.4",
"prop-types": "^15.5.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/page-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.

## [6.0.1](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/page-header





# [6.0.0](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/page-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/page-header",
"version": "6.0.0",
"version": "6.0.1",
"author": "Evan Sharp <[email protected]>",
"description": "The standard page header for Availity Portal Applications",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@availity/app-icon": "^1.2.3",
"@availity/breadcrumbs": "^3.0.3",
"@availity/feedback": "^5.0.5",
"@availity/feedback": "^5.0.6",
"@availity/payer-logo": "^4.0.0",
"@availity/spaces": "^3.0.0",
"@availity/training-link": "^1.1.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.4](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)


### Bug Fixes

* **select:** changed menu item color to black ([8e42914](https://github.com/Availity/availity-react/commit/8e42914))





## [0.3.3](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-19)

**Note:** Version bump only for package @availity/select
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/select",
"version": "0.3.3",
"version": "0.3.4",
"description": "Wrapper for react-select to work with availity-reactstrap-validation",
"main": "index.js",
"typings": "typings/index.d.ts",
Expand Down

0 comments on commit b0dfcc5

Please sign in to comment.