Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
* v3.2.1
* Update CHANGELOG.md
  • Loading branch information
haoliangyu authored Sep 18, 2019
1 parent 8159c6d commit 759e80e
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 20 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][HEAD]

## [3.2.1] - September 17th 2019

* Bug Fixes
* **common**: add `Site Page` to the type list of the `Document` category

Expand Down Expand Up @@ -509,4 +511,5 @@ Initial Release
[3.0.1]: https://github.com/Esri/hub.js/compare/v3.0.0...v3.0.1 "v3.0.1"
[3.1.0]: https://github.com/Esri/hub.js/compare/v3.0.1...v3.1.0 "v3.1.0"
[3.2.0]: https://github.com/Esri/hub.js/compare/v3.1.0...v3.2.0 "v3.2.0"
[HEAD]: https://github.com/Esri/hub.js/compare/v3.2.0...HEAD "Unreleased Changes"
[3.2.1]: https://github.com/Esri/hub.js/compare/v3.2.0...v3.2.1 "v3.2.1"
[HEAD]: https://github.com/Esri/hub.js/compare/v3.2.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": "3.2.0",
"version": "3.2.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": "^3.2.0"
"@esri/hub-auth": "^3.2.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": "3.2.0"
"version": "3.2.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": "3.2.0",
"version": "3.2.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
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": "3.2.0",
"version": "3.2.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
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": "3.2.0",
"version": "3.2.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
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": "3.2.0",
"version": "3.2.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
4 changes: 2 additions & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-events",
"version": "3.2.0",
"version": "3.2.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 All @@ -26,7 +26,7 @@
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/arcgis-rest-types": "^2.0.0",
"@esri/hub-common": "^3.2.0"
"@esri/hub-common": "^3.2.1"
},
"files": [
"dist/**"
Expand Down
6 changes: 3 additions & 3 deletions packages/initiatives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-initiatives",
"version": "3.2.0",
"version": "3.2.1",
"description": "Module to interact with ArcGIS Hub Initiatives in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/initiatives.umd.js",
Expand All @@ -23,8 +23,8 @@
"@esri/arcgis-rest-auth": "^2.0.0",
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^3.2.0",
"@esri/hub-sites": "^3.2.0",
"@esri/hub-common": "^3.2.1",
"@esri/hub-sites": "^3.2.1",
"blob": "0.0.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-search",
"version": "3.2.0",
"version": "3.2.1",
"description": "Module to search for ArcGIS items and format them for display in ArcGIS Hub.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/search.umd.js",
Expand All @@ -26,7 +26,7 @@
"@esri/arcgis-rest-portal": "^2.0.1",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/arcgis-rest-types": "^2.0.0",
"@esri/hub-common": "^3.2.0"
"@esri/hub-common": "^3.2.1"
},
"files": [
"dist/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-sites",
"version": "3.2.0",
"version": "3.2.1",
"description": "Module to interact with ArcGIS Hub Sites in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/sites.umd.js",
Expand All @@ -22,7 +22,7 @@
"@esri/arcgis-rest-auth": "^2.0.0",
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^3.2.0"
"@esri/hub-common": "^3.2.1"
},
"files": [
"dist/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/solutions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-solutions",
"version": "3.2.0",
"version": "3.2.1",
"description": "Module to interact with ArcGIS Hub Solutions in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/solutions.umd.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^3.2.0"
"@esri/hub-common": "^3.2.1"
},
"files": [
"dist/**"
Expand Down

0 comments on commit 759e80e

Please sign in to comment.