Skip to content

Commit

Permalink
chore: publish release [skip ci]
Browse files Browse the repository at this point in the history
 - @availity/docs@2.2.4
 - @availity/analytics-core@2.8.18
 - @availity/api-axios@5.4.30
 - @availity/api-core@6.2.4
 - @availity/authorizations-axios@5.0.27
 - @availity/authorizations-core@1.0.19
 - @availity/dl-axios@3.0.41
 - @availity/dl-core@3.0.41
 - @availity/env-var@1.9.18
 - @availity/exceptions-axios@3.0.42
 - @availity/exceptions-core@3.0.17
 - @availity/message-core@4.0.17
 - @availity/native-form@2.8.19
 - @availity/relay-id@1.1.12
 - @availity/resolve-url@1.1.17
 - @availity/upload-core@3.2.4
 - @availity/yup@3.0.4
  • Loading branch information
availity-bot committed Apr 22, 2020
1 parent a9be26b commit ed61d7e
Show file tree
Hide file tree
Showing 34 changed files with 164 additions and 28 deletions.
8 changes: 8 additions & 0 deletions 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.

## 2.2.4 (2020-04-22)

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





## 2.2.3 (2020-04-08)

**Note:** Version bump only for package @availity/docs
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@availity/docs",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",
"keywords": [
"react",
Expand All @@ -22,7 +22,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@availity/analytics-core": "^2.8.17",
"@availity/analytics-core": "^2.8.18",
"@availity/gatsby-theme-docs": "^4.0.1",
"@availity/spaces": "^4.0.2",
"formik": "^2.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics-core/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.8.18 (2020-04-22)

**Note:** Version bump only for package @availity/analytics-core





## 2.8.17 (2020-04-08)

**Note:** Version bump only for package @availity/analytics-core
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/analytics-core",
"version": "2.8.17",
"version": "2.8.18",
"description": "Analytics base configuration for sdk-js",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-axios/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.4.30 (2020-04-22)

**Note:** Version bump only for package @availity/api-axios





## 5.4.29 (2020-04-08)

**Note:** Version bump only for package @availity/api-axios
Expand Down
4 changes: 2 additions & 2 deletions packages/api-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/api-axios",
"version": "5.4.29",
"version": "5.4.30",
"description": "Wraps @availity/api-core with Axios",
"main": "lib/index.js",
"module": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"axios": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0"
},
"devDependencies": {
"@availity/api-core": "^6.2.3",
"@availity/api-core": "^6.2.4",
"axios": "^0.19.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/api-core/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.2.4 (2020-04-22)

**Note:** Version bump only for package @availity/api-core





## 6.2.3 (2020-04-08)

**Note:** Version bump only for package @availity/api-core
Expand Down
4 changes: 2 additions & 2 deletions packages/api-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/api-core",
"version": "6.2.3",
"version": "6.2.4",
"description": "Base API definitions for the Availity REST API",
"keywords": [
"availity",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@availity/resolve-url": "^1.1.16",
"@availity/resolve-url": "^1.1.17",
"qs": "^6.5.2"
},
"gitHead": "21b480acb7fc70e240d88451cee8adecb5ddde56"
Expand Down
8 changes: 8 additions & 0 deletions packages/authorizations-axios/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.27 (2020-04-22)

**Note:** Version bump only for package @availity/authorizations-axios





## 5.0.26 (2020-04-08)

**Note:** Version bump only for package @availity/authorizations-axios
Expand Down
8 changes: 4 additions & 4 deletions packages/authorizations-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/authorizations-axios",
"version": "5.0.26",
"version": "5.0.27",
"description": "Availity authorizations react logic",
"main": "lib/index.js",
"module": "src/index.js",
Expand All @@ -13,9 +13,9 @@
"axios": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0"
},
"devDependencies": {
"@availity/api-axios": "^5.4.29",
"@availity/api-core": "^6.2.3",
"@availity/authorizations-core": "^1.0.18",
"@availity/api-axios": "^5.4.30",
"@availity/api-core": "^6.2.4",
"@availity/authorizations-core": "^1.0.19",
"axios": "^0.19.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/authorizations-core/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.0.19 (2020-04-22)

**Note:** Version bump only for package @availity/authorizations-core





## 1.0.18 (2020-04-08)

**Note:** Version bump only for package @availity/authorizations-core
Expand Down
2 changes: 1 addition & 1 deletion packages/authorizations-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/authorizations-core",
"version": "1.0.18",
"version": "1.0.19",
"description": "Base configurations for Availity Authorizations",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/dl-axios/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.

## 3.0.41 (2020-04-22)

**Note:** Version bump only for package @availity/dl-axios





## 3.0.40 (2020-04-08)

**Note:** Version bump only for package @availity/dl-axios
Expand Down
4 changes: 2 additions & 2 deletions packages/dl-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/dl-axios",
"version": "3.0.40",
"version": "3.0.41",
"description": "Utility to download files from services",
"main": "lib/index.js",
"module": "src/index.js",
Expand All @@ -19,7 +19,7 @@
"axios": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0"
},
"devDependencies": {
"@availity/dl-core": "^3.0.40",
"@availity/dl-core": "^3.0.41",
"axios": "^0.19.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dl-core/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.

## 3.0.41 (2020-04-22)

**Note:** Version bump only for package @availity/dl-core





## 3.0.40 (2020-04-08)

**Note:** Version bump only for package @availity/dl-core
Expand Down
4 changes: 2 additions & 2 deletions packages/dl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/dl-core",
"version": "3.0.40",
"version": "3.0.41",
"description": "Utility to download files from services",
"main": "lib/download.js",
"module": "src/download.js",
Expand All @@ -15,7 +15,7 @@
"@availity/api-core": "^4.0.1"
},
"devDependencies": {
"@availity/api-core": "^6.2.3"
"@availity/api-core": "^6.2.4"
},
"dependencies": {
"js-file-download": "^0.4.7"
Expand Down
8 changes: 8 additions & 0 deletions packages/env-var/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.9.18 (2020-04-22)

**Note:** Version bump only for package @availity/env-var





## 1.9.17 (2020-04-08)

**Note:** Version bump only for package @availity/env-var
Expand Down
2 changes: 1 addition & 1 deletion packages/env-var/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/env-var",
"version": "1.9.17",
"version": "1.9.18",
"description": "Availity-specific way to determine variables based on the current environment the code is running in",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/exceptions-axios/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.

## 3.0.42 (2020-04-22)

**Note:** Version bump only for package @availity/exceptions-axios





## 3.0.41 (2020-04-08)

**Note:** Version bump only for package @availity/exceptions-axios
Expand Down
6 changes: 3 additions & 3 deletions packages/exceptions-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/exceptions-axios",
"version": "3.0.41",
"version": "3.0.42",
"description": "Availity class to log exceptions via axios",
"main": "lib/index.js",
"module": "src/index.js",
Expand All @@ -11,8 +11,8 @@
"@availity/exceptions-core": "^2.6.1"
},
"devDependencies": {
"@availity/api-axios": "^5.4.29",
"@availity/exceptions-core": "^3.0.16"
"@availity/api-axios": "^5.4.30",
"@availity/exceptions-core": "^3.0.17"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/exceptions-core/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.

## 3.0.17 (2020-04-22)

**Note:** Version bump only for package @availity/exceptions-core





## 3.0.16 (2020-04-08)

**Note:** Version bump only for package @availity/exceptions-core
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/exceptions-core",
"version": "3.0.16",
"version": "3.0.17",
"description": "Availity class to log exceptions",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/message-core/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.0.17 (2020-04-22)

**Note:** Version bump only for package @availity/message-core





## 4.0.16 (2020-04-08)

**Note:** Version bump only for package @availity/message-core
Expand Down
2 changes: 1 addition & 1 deletion packages/message-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/message-core",
"version": "4.0.16",
"version": "4.0.17",
"description": "availity wrapper for postMessage logic",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/native-form/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.8.19 (2020-04-22)

**Note:** Version bump only for package @availity/native-form





## 2.8.18 (2020-04-08)

**Note:** Version bump only for package @availity/native-form
Expand Down
2 changes: 1 addition & 1 deletion packages/native-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/native-form",
"version": "2.8.18",
"version": "2.8.19",
"description": "Submit JSON data via a native form, not AJAX. Useful when you need to open a new page with a POST action.",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/relay-id/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.12 (2020-04-22)

**Note:** Version bump only for package @availity/relay-id





## 1.1.11 (2020-04-08)

**Note:** Version bump only for package @availity/relay-id
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/relay-id",
"version": "1.1.11",
"version": "1.1.12",
"description": "Simple package to decode/encode relay ids for graphql microservices that leverage the relay spec.",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
Loading

0 comments on commit ed61d7e

Please sign in to comment.