Skip to content

Commit 7ef3f9e

Browse files
chore(release): 15.38.1 [skip ci]
## @esri/hub-common [15.38.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-27) ### Bug Fixes * account for empty collection filters when merging with scope filters ([#1819](#1819)) ([e494d77](e494d77))
1 parent e494d77 commit 7ef3f9e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/common/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @esri/hub-common [15.38.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* account for empty collection filters when merging with scope filters ([#1819](https://github.com/Esri/hub.js/issues/1819)) ([e494d77](https://github.com/Esri/hub.js/commit/e494d770a6c7741986d925551315d27de3285603))
7+
18
# @esri/hub-common [15.38.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-26)
29

310

packages/common/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/hub-common",
3-
"version": "15.38.0",
3+
"version": "15.38.1",
44
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
55
"main": "dist/node/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)