Skip to content

Commit

Permalink
chore(release): 11.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.20.0](https://github.com/Esri/hub.js/compare/@esri/hub-teams@11.19.0...@esri/hub-teams@11.20.0) (2022-10-10)

### Features

* **hub-common:** add collapse to IHubTimeline ([4b8a00b](4b8a00b))
  • Loading branch information
semantic-release-bot committed Oct 10, 2022
1 parent 9bcb4c7 commit d179503
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/teams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @esri/hub-teams [11.20.0](https://github.com/Esri/hub.js/compare/@esri/hub-teams@11.19.0...@esri/hub-teams@11.20.0) (2022-10-10)





### Dependencies

* **@esri/hub-common:** upgraded to 11.20.0

# @esri/hub-teams [11.19.0](https://github.com/Esri/hub.js/compare/@esri/hub-teams@11.18.3...@esri/hub-teams@11.19.0) (2022-10-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-teams",
"version": "11.19.0",
"version": "11.20.0",
"description": "Module to interact with ArcGIS Hub Teams in Node.js and modern browsers.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand All @@ -15,14 +15,14 @@
"@esri/arcgis-rest-portal": "^2.15.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "11.19.0"
"@esri/hub-common": "11.20.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "11.19.0",
"@esri/hub-common": "11.20.0",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit d179503

Please sign in to comment.