Skip to content

Commit

Permalink
chore(release): 15.37.1 [skip ci]
Browse files Browse the repository at this point in the history
## [15.37.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-26)

### Bug Fixes

* resolve circular deps related to ArcGISContext ([#1815](#1815)) ([05d8e4d](05d8e4d))
  • Loading branch information
semantic-release-bot committed Feb 26, 2025
1 parent 78b610f commit 40a2004
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @esri/hub-common [15.37.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-26)


### Bug Fixes

* resolve circular deps related to ArcGISContext ([#1815](https://github.com/Esri/hub.js/issues/1815)) ([05d8e4d](https://github.com/Esri/hub.js/commit/05d8e4d40f4b67e10b3fa214899e6a490acf88a7))

# @esri/hub-common [15.37.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/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 packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-common",
"version": "15.37.0",
"version": "15.37.1",
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 40a2004

Please sign in to comment.