Skip to content

Commit

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

### Bug Fixes

* added util for confirming service is not secure proxy ([#1654](#1654)) ([f63927b](f63927b))

### Features

* **hub-common:** add support to hubSearch for searching for events 3… ([#1648](#1648)) ([c31891e](c31891e))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent f63927b commit 1a150cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# @esri/hub-common [14.190.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-09-18)


### Bug Fixes

* added util for confirming service is not secure proxy ([#1654](https://github.com/Esri/hub.js/issues/1654)) ([f63927b](https://github.com/Esri/hub.js/commit/f63927ba26efe542f3b88995006acbc13803df10))


### Features

* **hub-common:** add support to hubSearch for searching for events 3… ([#1648](https://github.com/Esri/hub.js/issues/1648)) ([c31891e](https://github.com/Esri/hub.js/commit/c31891ee673a573aceee9a3860179c77369fa2fc))

# @esri/hub-common [14.189.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-09-17)


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": "14.189.0",
"version": "14.190.0",
"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 1a150cb

Please sign in to comment.