Skip to content

Commit

Permalink
v8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed Jun 29, 2021
1 parent 04c7902 commit a64b488
Show file tree
Hide file tree
Showing 29 changed files with 53 additions and 47 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [8.8.1] - June 29th 2021
## [8.8.2] - June 29th 2021

### @esri/hub-teams

- Bug Fixes
- **hub-teams**: template was not properly updated based on privPropValue [`72484e16`](https://github.com/Esri/hub.js/commit/72484e16a8aa749ff59404d8e94b387a8acb57b4)

## [8.8.1] - June 29th 2021

- Chores
- **hub-teams**: remove pre 9.1 well known teams [`49a6a122`](https://github.com/Esri/hub.js/commit/49a6a122dd50fb48207de26380da6a7b97c833c1)
- Bug Fixes
Expand All @@ -28,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **hub-teams**: add canEditTeam [`d2c9fecf`](https://github.com/Esri/hub.js/commit/d2c9fecf0314e35ee5c1acb9583684f18740f0b1)
- **hub-teams**: add username check [`36a8b792`](https://github.com/Esri/hub.js/commit/36a8b7924ef7cf11ac2f2e81abe0d9ca49e86ec7)
- **hub-teams**: add canEditTeam tests [`d4d52c18`](https://github.com/Esri/hub.js/commit/d4d52c1879c01f44770c16de242822ce41ba2708)
- **hub-teams**: add case when user is not auth'd [`295e04a7`](https://github.com/Esri/hub.js/commit/295e04a7189151c827a25dcf9222c76448df71f7)
- **hub-teams**: add case when user is not auth'd [`295e04a7`](https://github.com/Esri/hub.js/commit/295e04a7189151c827a25dcf9222c76448df71f7)

## [8.7.0] - June 25th 2021

Expand Down Expand Up @@ -1665,4 +1670,5 @@ Initial Release
[8.7.0]: https://github.com/Esri/hub.js/compare/v8.6.2...v8.7.0 "v8.7.0"
[8.8.0]: https://github.com/Esri/hub.js/compare/v8.7.0...v8.8.0 "v8.8.0"
[8.8.1]: https://github.com/Esri/hub.js/compare/v8.8.0...v8.8.1 "v8.8.1"
[HEAD]: https://github.com/Esri/hub.js/compare/v8.8.1...HEAD "Unreleased Changes"
[8.8.2]: https://github.com/Esri/hub.js/compare/v8.8.1...v8.8.2 "v8.8.2"
[HEAD]: https://github.com/Esri/hub.js/compare/v8.8.2...HEAD "Unreleased Changes"
2 changes: 1 addition & 1 deletion demos/ember-app/package-lock.json

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

6 changes: 3 additions & 3 deletions demos/ember-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-app",
"version": "8.8.1",
"version": "8.8.2",
"private": true,
"description": "Small description for ember-app goes here",
"repository": "",
Expand All @@ -27,8 +27,8 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-content": "^8.8.1"
"@esri/hub-common": "^8.8.2",
"@esri/hub-content": "^8.8.2"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/node/package-lock.json

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

6 changes: 3 additions & 3 deletions demos/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-demo",
"private": true,
"version": "8.8.1",
"version": "8.8.2",
"description": "Hub.js node demo",
"scripts": {
"start": "node index.js",
Expand All @@ -15,8 +15,8 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-content": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@esri/hub-content": "^8.8.2",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion demos/webpack/package-lock.json

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

6 changes: 3 additions & 3 deletions demos/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-demo",
"private": true,
"version": "8.8.1",
"version": "8.8.2",
"description": "Hub.js webpack demo",
"scripts": {
"build": "webpack --config webpack.config.js --mode=\"production\"",
Expand All @@ -15,8 +15,8 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-content": "^8.8.1"
"@esri/hub-common": "^8.8.2",
"@esri/hub-content": "^8.8.2"
},
"devDependencies": {
"webpack": "^4.46.0",
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": "8.8.1"
"version": "8.8.2"
}
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": "8.8.1",
"version": "8.8.2",
"description": "compact, modular JavaScript wrappers for ArcGIS Hub that run in Node.js and modern browsers.",
"private": true,
"devDependencies": {
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": "8.8.1",
"version": "8.8.2",
"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/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": "8.8.1",
"version": "8.8.2",
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/common.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/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/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-content",
"version": "8.8.1",
"version": "8.8.2",
"description": "Module to interact with ArcGIS Hub Content in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/content.umd.js",
Expand All @@ -23,7 +23,7 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/downloads/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/downloads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-downloads",
"version": "8.8.1",
"version": "8.8.2",
"description": "Service for Hub downloads",
"main": "dist/node/index.js",
"unpkg": "dist/umd/downloads.umd.js",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/events/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/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-events",
"version": "8.8.1",
"version": "8.8.2",
"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": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/initiatives/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/initiatives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-initiatives",
"version": "8.8.1",
"version": "8.8.2",
"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 @@ -22,7 +22,7 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/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/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-search",
"version": "8.8.1",
"version": "8.8.2",
"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 @@ -27,7 +27,7 @@
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sites/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-sites",
"version": "8.8.1",
"version": "8.8.2",
"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 @@ -24,9 +24,9 @@
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-initiatives": "^8.8.1",
"@esri/hub-teams": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@esri/hub-initiatives": "^8.8.2",
"@esri/hub-teams": "^8.8.2",
"@esri/hub-types": "^6.10.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/surveys/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/surveys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-surveys",
"version": "8.8.1",
"version": "8.8.2",
"description": "Module to interact with ArcGIS Hub Surveys in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/surveys.umd.js",
Expand All @@ -26,7 +26,7 @@
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/teams/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/teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-teams",
"version": "8.8.1",
"version": "8.8.2",
"description": "Module to interact with ArcGIS Hub Teams in Node.js and modern browsers.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/teams.umd.js",
Expand All @@ -24,7 +24,7 @@
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "^8.8.1",
"@esri/hub-common": "^8.8.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down

0 comments on commit a64b488

Please sign in to comment.