Skip to content

Commit

Permalink
chore(release): 14.119.2 [skip ci]
Browse files Browse the repository at this point in the history
## @esri/hub-common [14.119.2](https://github.com/Esri/hub.js/compare/@esri/hub-common@14.119.1...@esri/hub-common@14.119.2) (2024-04-25)

### Bug Fixes

* isDiscussable handles undefined subject ([#1486](#1486)) ([d9ea92a](d9ea92a))
* **hub-common:** fix the target api url in getSchedule(), setSchedule(), etc ([#1485](#1485)) ([c820942](c820942))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent d9ea92a commit 63c3903
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @esri/hub-common [14.119.2](https://github.com/Esri/hub.js/compare/@esri/hub-common@14.119.1...@esri/hub-common@14.119.2) (2024-04-25)


### Bug Fixes

* isDiscussable handles undefined subject ([#1486](https://github.com/Esri/hub.js/issues/1486)) ([d9ea92a](https://github.com/Esri/hub.js/commit/d9ea92aa7891f812f867769f47682ddd374e65f1))
* **hub-common:** fix the target api url in getSchedule(), setSchedule(), etc ([#1485](https://github.com/Esri/hub.js/issues/1485)) ([c820942](https://github.com/Esri/hub.js/commit/c820942656f2aec9d0f2a9ac36cf0820f6d1056d))

## @esri/hub-common [14.119.1](https://github.com/Esri/hub.js/compare/@esri/hub-common@14.119.0...@esri/hub-common@14.119.1) (2024-04-22)


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.119.1",
"version": "14.119.2",
"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 63c3903

Please sign in to comment.