Skip to content

Commit

Permalink
Update CHANGELOG and versions.
Browse files Browse the repository at this point in the history
This is a release commit before creating release tag.

Resolves: OLPEDGE-2378

Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
  • Loading branch information
OleksiiZubko committed Dec 7, 2020
1 parent 7168391 commit e8ab698
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 19 deletions.
6 changes: 3 additions & 3 deletions @here/olp-sdk-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-authentication",
"version": "1.7.0",
"version": "1.8.0",
"description": "Wrapper around the HERE Authentication and Authorization REST API obtaining short-lived access tokens that are used to authenticate requests to HERE services.",
"main": "index.js",
"browser": "index.web.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/olp-sdk-core": "^1.2.0",
"@here/olp-sdk-fetch": "^1.7.0",
"@here/olp-sdk-core": "^1.3.0",
"@here/olp-sdk-fetch": "^1.8.0",
"properties-reader": "^0.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-authentication/test/OAuth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("oauth-request-offline", function() {

const options: RequestInit & any = fetchMock.calls()[0][1];
expect(options.headers.get("Authorization")).to.be.equal(
`OAuth oauth_consumer_key="mocked-key",oauth_nonce="mocked-nonce",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1550777140",oauth_version="1.0",oauth_signature="ShzC6ULa9P52tbrEJFPwktjnqyxm%2FMEYzeL0HaxJSx8%3D"`
`OAuth oauth_consumer_key="mocked-key",oauth_nonce="mocked-nonce",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1550777140",oauth_version="1.0",oauth_signature="iUg4i15Ur5ogUmxKQ4ESdiwRVGrRx6O1h18NbMndV5Q%3D"`
);
});

Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-core/lib.version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* License-Filename: LICENSE
*/

export const LIB_VERSION = "1.7.0";
export const LIB_VERSION = "1.8.0";
6 changes: 3 additions & 3 deletions @here/olp-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-core",
"version": "1.2.0",
"version": "1.3.0",
"description": "Core features of the HERE Data Platform",
"main": "index.js",
"browser": "index.web.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/olp-sdk-fetch": "^1.7.0",
"@here/olp-sdk-dataservice-api": "^1.7.0"
"@here/olp-sdk-fetch": "^1.8.0",
"@here/olp-sdk-dataservice-api": "^1.8.0"
},
"devDependencies": {
"@types/chai": "^4.2.7",
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-dataservice-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-dataservice-api",
"version": "1.7.0",
"version": "1.8.0",
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
"main": "index.js",
"typings": "index",
Expand Down
8 changes: 4 additions & 4 deletions @here/olp-sdk-dataservice-read/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-dataservice-read",
"version": "1.7.0",
"version": "1.8.0",
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to reading data from OLP catalogs",
"main": "index.js",
"browser": "index.web.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/olp-sdk-core": "^1.2.0",
"@here/olp-sdk-dataservice-api": "^1.7.0",
"@here/olp-sdk-fetch": "^1.7.0"
"@here/olp-sdk-core": "^1.3.0",
"@here/olp-sdk-dataservice-api": "^1.8.0",
"@here/olp-sdk-fetch": "^1.8.0"
},
"devDependencies": {
"@types/chai": "^4.2.7",
Expand Down
8 changes: 4 additions & 4 deletions @here/olp-sdk-dataservice-write/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-dataservice-write",
"version": "1.2.0",
"version": "1.3.0",
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to writing data to OLP catalogs",
"main": "index.js",
"browser": "index.web.js",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/olp-sdk-core": "^1.2.0",
"@here/olp-sdk-dataservice-api": "^1.7.0",
"@here/olp-sdk-fetch": "^1.7.0"
"@here/olp-sdk-core": "^1.3.0",
"@here/olp-sdk-dataservice-api": "^1.8.0",
"@here/olp-sdk-fetch": "^1.8.0"
},
"devDependencies": {
"@types/chai": "^4.2.7",
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-fetch",
"version": "1.7.0",
"version": "1.8.0",
"description": "Adds a subset of the fetch API for Node.js",
"main": "index.js",
"browser": "index.web.js",
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v1.8.0 (07/12/2020)

**olp-sdk-core**

- Changed the webpack configuration for bundling JS.

**olp-sdk-authentication**

- Added the maximum validity of the token `expiresIn` parameter to `UserAuthConfig`.
- Changed the webpack configuration for bundling JS.

**olp-sdk-fetch**

- Changed the webpack configuration for bundling JS.

**olp-sdk-dataservice-api**

- Changed the webpack configuration for bundling JS.

**olp-sdk-dataservice-read**

- Changed the webpack configuration for bundling JS.

**olp-sdk-dataservice-write**

- Changed the webpack configuration for bundling JS.

## v1.7.0 (02/11/2020)

**olp-sdk-core**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-ts",
"version": "1.7.0",
"version": "1.8.0",
"description": "HERE OLP SDK for TypeScript",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit e8ab698

Please sign in to comment.