Skip to content

Commit

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

### Features

* minor comment change in ts file to try to force release to run ([#1713](#1713)) ([568bbe3](568bbe3))
* remove deprecated functions, rework catalog containment ([4e6816e](4e6816e))
* update readme with details on breaking changes ([#1712](#1712)) ([8c07681](8c07681))

### BREAKING CHANGES

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


### Features

* minor comment change in ts file to try to force release to run ([#1713](https://github.com/Esri/hub.js/issues/1713)) ([568bbe3](https://github.com/Esri/hub.js/commit/568bbe35cf22186a479b777498a09b1c931d861a))
* remove deprecated functions, rework catalog containment ([4e6816e](https://github.com/Esri/hub.js/commit/4e6816e3043ccf8fea03e0c4d9bae60a45bd82f4))
* update readme with details on breaking changes ([#1712](https://github.com/Esri/hub.js/issues/1712)) ([8c07681](https://github.com/Esri/hub.js/commit/8c07681178040701f9e872964bab8f6a7be4c33b))


### BREAKING CHANGES

* removes deprecated functions

# @esri/hub-common [14.225.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-01)


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.225.0",
"version": "15.0.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 36e9480

Please sign in to comment.