Skip to content

Commit

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

### Bug Fixes

* update standard license url protocol ([f730997](f730997))

### Features

* **hub-discussions:** adding acl support for channels ([#858](#858)) ([9a3691c](9a3691c))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent 2d43234 commit ae5d24a
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 [10.0.3](https://github.com/Esri/hub.js/compare/@esri/hub-teams@10.0.2...@esri/hub-teams@10.0.3) (2022-08-15)





### Dependencies

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

## @esri/hub-teams [10.0.2](https://github.com/Esri/hub.js/compare/@esri/hub-teams@10.0.1...@esri/hub-teams@10.0.2) (2022-08-04)


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": "10.0.2",
"version": "10.0.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": "10.0.1"
"@esri/hub-common": "10.0.2"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.4.2",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "10.0.1",
"@esri/hub-common": "10.0.2",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit ae5d24a

Please sign in to comment.