Skip to content

Commit

Permalink
chore(release): 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @esri/hub-events [15.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-01)

### Dependencies

* **@esri/hub-common:** upgraded to 15.0.0
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 568bbe3 commit 21ee4cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @esri/hub-events [15.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-01)





### Dependencies

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

# @esri/hub-events [14.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-events",
"version": "14.0.0",
"version": "15.0.0",
"description": "Module to interact with ArcGIS Hub Events in Node.js and modern browsers.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand All @@ -16,10 +16,10 @@
"@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": "^14.0.0"
"@esri/hub-common": "^15.0.0"
},
"devDependencies": {
"@esri/hub-common": "^14.0.0",
"@esri/hub-common": "^15.0.0",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit 21ee4cd

Please sign in to comment.