Skip to content

Commit

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

### Bug Fixes

* **hub-common:** bumps adlib to fix leading 0 removal issue ([f438006](f438006))
  • Loading branch information
semantic-release-bot committed Oct 4, 2022
1 parent ff3c2be commit 1f6e7bb
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.18.3](https://github.com/Esri/hub.js/compare/@esri/hub-teams@11.18.2...@esri/hub-teams@11.18.3) (2022-10-04)





### Dependencies

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

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


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.18.2",
"version": "11.18.3",
"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.18.2"
"@esri/hub-common": "11.18.3"
},
"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.18.2",
"@esri/hub-common": "11.18.3",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit 1f6e7bb

Please sign in to comment.