Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @splunkdev/cloud-auth-client@3.5.1
 - @splunkdev/cloud-auth-common@2.3.0
 - @splunkdev/cloud-auth-node@2.1.0
  • Loading branch information
hsy3 committed May 18, 2021
1 parent d9e0824 commit 4c43285
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/cloud-auth-client/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.5.1](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-client@3.5.0...@splunkdev/cloud-auth-client@3.5.1) (2021-05-18)

**Note:** Version bump only for package @splunkdev/cloud-auth-client





# [3.5.0](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-client@3.4.2...@splunkdev/cloud-auth-client@3.5.0) (2021-05-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/cloud-auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunkdev/cloud-auth-client",
"version": "3.5.0",
"version": "3.5.1",
"description": "Splunk Cloud Node Authentication Library for front-end web applications",
"author": "Splunk, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"whatwg-fetch": "^2.0.3"
},
"dependencies": {
"@splunkdev/cloud-auth-common": "^2.2.0",
"@splunkdev/cloud-auth-common": "^2.3.0",
"cookie-storage": "^5.0.3",
"crypto-js": "^3.1.9-1",
"lodash": "^4.17.5"
Expand Down
11 changes: 11 additions & 0 deletions packages/cloud-auth-common/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.

# [2.3.0](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-common@2.2.0...@splunkdev/cloud-auth-common@2.3.0) (2021-05-18)


### Features

* upgrade isomorphic-fetch package ([d9e0824](https://github.com/splunk/splunk-cloud-auth-js/commit/d9e08248903f962b9d059136cf0e54f27ca815f2))





# [2.2.0](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-common@2.1.0...@splunkdev/cloud-auth-common@2.2.0) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cloud-auth-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunkdev/cloud-auth-common",
"version": "2.2.0",
"version": "2.3.0",
"description": "Splunk Cloud Common Authentication Library for JavaScript",
"author": "Splunk, Inc.",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cloud-auth-node/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.

# [2.1.0](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-node@2.0.2...@splunkdev/cloud-auth-node@2.1.0) (2021-05-18)


### Features

* upgrade isomorphic-fetch package ([d9e0824](https://github.com/splunk/splunk-cloud-auth-js/commit/d9e08248903f962b9d059136cf0e54f27ca815f2))





## [2.0.2](https://github.com/splunk/splunk-cloud-auth-js/compare/@splunkdev/cloud-auth-node@2.0.1...@splunkdev/cloud-auth-node@2.0.2) (2021-02-04)

**Note:** Version bump only for package @splunkdev/cloud-auth-node
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud-auth-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunkdev/cloud-auth-node",
"version": "2.0.2",
"version": "2.1.0",
"description": "Splunk Cloud Node Authentication Library for Node.js applications",
"author": "Splunk, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@splunkdev/cloud-auth-common": "^2.2.0",
"@splunkdev/cloud-auth-common": "^2.3.0",
"node-fetch": "^2.6.0"
},
"nyc": {
Expand Down

0 comments on commit 4c43285

Please sign in to comment.