Skip to content

Commit

Permalink
Merge pull request #202 from Esri/f/v3.3.0
Browse files Browse the repository at this point in the history
v3.3.0
  • Loading branch information
pranavkulkarni authored Oct 23, 2019
2 parents 9126679 + e4f0434 commit b4c8b91
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 19 deletions.
7 changes: 7 additions & 0 deletions 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]

## [3.3.0] - October 23rd 2019

### @esri/hub-search

* New Features
* **support categories and license filter**: support categories and license filter [`9126679`](https://github.com/Esri/hub.js/commit/9126679426e5648bc527f76850b678f72bd3952b)

## [3.2.2] - October 15th 2019

### @esri/hub-initiatives
Expand Down
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.2",
"version": "3.3.0",
"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.2"
"@esri/hub-auth": "^3.3.0"
},
"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.2"
"version": "3.3.0"
}
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.2",
"version": "3.3.0",
"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.2",
"version": "3.3.0",
"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.2",
"version": "3.3.0",
"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.2",
"version": "3.3.0",
"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.2",
"version": "3.3.0",
"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.2"
"@esri/hub-common": "^3.3.0"
},
"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.2",
"version": "3.3.0",
"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.2",
"@esri/hub-sites": "^3.2.2",
"@esri/hub-common": "^3.3.0",
"@esri/hub-sites": "^3.3.0",
"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.2",
"version": "3.3.0",
"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.2"
"@esri/hub-common": "^3.3.0"
},
"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.2",
"version": "3.3.0",
"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.2"
"@esri/hub-common": "^3.3.0"
},
"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.2",
"version": "3.3.0",
"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.2"
"@esri/hub-common": "^3.3.0"
},
"files": [
"dist/**"
Expand Down

0 comments on commit b4c8b91

Please sign in to comment.