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]
  • Loading branch information
availity-bot committed Aug 20, 2019
1 parent 7bf100b commit 6cbd114
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 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.9](https://github.com/Availity/availity-react/compare/@availity/[email protected]...@availity/[email protected]) (2019-08-20)

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





## [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
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "7.4.9",
"private": true,
"author": "Robert McGuinness <[email protected]>",
"description": "Storybook docs for availity-react",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@availity/list-group": "^1.1.8",
"@availity/list-group-item": "^1.1.9",
"@availity/localstorage-core": "^2.6.1",
"@availity/page-header": "^6.0.1",
"@availity/page-header": "^7.0.0",
"@availity/pagination": "^2.3.5",
"@availity/payer-logo": "^4.0.0",
"@availity/progress": "^1.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/page-header/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.

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


### Bug Fixes

* **page-header:** made spaces peer dep to prevent duplicate installations ([a3d705d](https://github.com/Availity/availity-react/commit/a3d705d))


### BREAKING CHANGES

* **page-header:** `@availity/spaces` is now a peer dependency





## [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
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.1",
"version": "7.0.0",
"author": "Evan Sharp <[email protected]>",
"description": "The standard page header for Availity Portal Applications",
"main": "index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@availity/api-axios": "^5.4.0",
"@availity/api-core": "^5.4.0",
"@availity/spaces": "^3.0.0",
"@availity/localstorage-core": "^2.6.1",
"@availity/spaces": "^3.0.0",
"axios": "^0.18.0",
"formik": "^2.0.1-rc.12",
"react": "^16.8.3",
Expand Down

0 comments on commit 6cbd114

Please sign in to comment.