Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Mar 4, 2019
1 parent 9cd14b2 commit e36ac49
Show file tree
Hide file tree
Showing 21 changed files with 153 additions and 145 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased][HEAD]

## [1.8.1] - March 4th 2019

### @esri/hub-auth

* Fixes
* ensure pkg.unpkg filename/path is correct [`7fb1294`](https://github.com/Esri/hub.js/commit/7fb12944060f8ebcfdb262deddead16570becfd5)

## [1.8.0] - February 25th 2019

### @esri/hub-common
Expand Down Expand Up @@ -237,4 +244,5 @@ Initial Release
[1.7.1]: https://github.com/Esri/hub.js/compare/v1.7.0...v1.7.1 "v1.7.1"
[1.7.2]: https://github.com/Esri/hub.js/compare/v1.7.1...v1.7.2 "v1.7.2"
[1.8.0]: https://github.com/Esri/hub.js/compare/v1.7.2...v1.8.0 "v1.8.0"
[HEAD]: https://github.com/Esri/hub.js/compare/v1.8.0...HEAD "Unreleased Changes"
[1.8.1]: https://github.com/Esri/hub.js/compare/v1.8.0...v1.8.1 "v1.8.1"
[HEAD]: https://github.com/Esri/hub.js/compare/v1.8.1...HEAD "Unreleased Changes"
4 changes: 2 additions & 2 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/hub-oauth-demo",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"description": "Hub.js browser demo",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.16.0",
"@esri/arcgis-rest-request": "^1.16.0",
"@esri/hub-auth": "^1.8.0"
"@esri/hub-auth": "^1.8.1"
},
"devDependencies": {
"http-server": "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"demos/*",
"packages/*"
],
"version": "1.8.0"
"version": "1.8.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub.js",
"version": "1.8.0",
"version": "1.8.1",
"description": "compact, modular JavaScript wrappers for ArcGIS Hub that run in Node.js and modern browsers.",
"devDependencies": {
"@types/es6-promise": "0.0.32",
Expand Down
70 changes: 35 additions & 35 deletions packages/annotations/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-annotations",
"version": "1.8.0",
"version": "1.8.1",
"description": "Module to interact with ArcGIS Hub Annotations in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/annotations.umd.js",
Expand Down
28 changes: 14 additions & 14 deletions packages/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-auth",
"version": "1.8.0",
"version": "1.8.1",
"description": "Module to help the community authenticate and interact with ArcGIS Hub.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/auth.umd.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-common",
"version": "1.8.0",
"version": "1.8.1",
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/common.umd.js",
Expand Down
14 changes: 7 additions & 7 deletions packages/domains/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/domains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-domains",
"version": "1.8.0",
"version": "1.8.1",
"description": "Module to interact with ArcGIS Hub Domains in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/domains.umd.js",
Expand All @@ -16,7 +16,7 @@
"@esri/hub-common": "^1.8.0"
},
"devDependencies": {
"@esri/hub-common": "^1.8.0"
"@esri/hub-common": "^1.8.1"
},
"files": [
"dist/**"
Expand Down
38 changes: 19 additions & 19 deletions packages/events/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-events",
"version": "1.8.0",
"version": "1.8.1",
"description": "Module to interact with ArcGIS Hub Events in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/events.umd.js",
Expand Down
Loading

0 comments on commit e36ac49

Please sign in to comment.