From 4c4328527d3799582a7b1f03219491e20e401fe2 Mon Sep 17 00:00:00 2001 From: Hannah Yun Date: Tue, 18 May 2021 13:52:59 -0700 Subject: [PATCH] chore(release): publish - @splunkdev/cloud-auth-client@3.5.1 - @splunkdev/cloud-auth-common@2.3.0 - @splunkdev/cloud-auth-node@2.1.0 --- packages/cloud-auth-client/CHANGELOG.md | 8 ++++++++ packages/cloud-auth-client/package.json | 4 ++-- packages/cloud-auth-common/CHANGELOG.md | 11 +++++++++++ packages/cloud-auth-common/package.json | 2 +- packages/cloud-auth-node/CHANGELOG.md | 11 +++++++++++ packages/cloud-auth-node/package.json | 4 ++-- 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/packages/cloud-auth-client/CHANGELOG.md b/packages/cloud-auth-client/CHANGELOG.md index 4cb81d5..e438299 100644 --- a/packages/cloud-auth-client/CHANGELOG.md +++ b/packages/cloud-auth-client/CHANGELOG.md @@ -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) diff --git a/packages/cloud-auth-client/package.json b/packages/cloud-auth-client/package.json index 27c6734..4a00c35 100644 --- a/packages/cloud-auth-client/package.json +++ b/packages/cloud-auth-client/package.json @@ -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", @@ -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" diff --git a/packages/cloud-auth-common/CHANGELOG.md b/packages/cloud-auth-common/CHANGELOG.md index c9e617b..0d80d52 100644 --- a/packages/cloud-auth-common/CHANGELOG.md +++ b/packages/cloud-auth-common/CHANGELOG.md @@ -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) diff --git a/packages/cloud-auth-common/package.json b/packages/cloud-auth-common/package.json index 62622f4..e2fa6a6 100644 --- a/packages/cloud-auth-common/package.json +++ b/packages/cloud-auth-common/package.json @@ -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", diff --git a/packages/cloud-auth-node/CHANGELOG.md b/packages/cloud-auth-node/CHANGELOG.md index 6b838c8..a65de73 100644 --- a/packages/cloud-auth-node/CHANGELOG.md +++ b/packages/cloud-auth-node/CHANGELOG.md @@ -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 diff --git a/packages/cloud-auth-node/package.json b/packages/cloud-auth-node/package.json index 7698567..4d8530f 100644 --- a/packages/cloud-auth-node/package.json +++ b/packages/cloud-auth-node/package.json @@ -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", @@ -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": {