From 25fdcd9d248f19924115cff870f2aebe943d396c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 16:43:56 +0000 Subject: [PATCH] chore(release): 29.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [29.0.0](https://github.com/Esri/hub.js/compare/@esri/hub-discussions@28.5.0...@esri/hub-discussions@29.0.0) (2024-11-01) ### Bug Fixes * **hub-common:** remove calcite-radio-group ([#1704](https://github.com/Esri/hub.js/issues/1704)) ([1daf1bc](https://github.com/Esri/hub.js/commit/1daf1bc756a4a47067237913e2e65bed4497d00f)) ### Features * add inline-workspace flag; limit workspace:org to devext ([#1700](https://github.com/Esri/hub.js/issues/1700)) ([4ad870b](https://github.com/Esri/hub.js/commit/4ad870ba31ea9fd3b6113edc4855e73314d7d301)) * catalog fetch via entity; remove associations ([#1710](https://github.com/Esri/hub.js/issues/1710)) ([a8eec53](https://github.com/Esri/hub.js/commit/a8eec53df0f4bee4ff76332dde9cfc975e5f856e)) * 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)) * **hub-common:** add channelAcl to PostRelation ([#1701](https://github.com/Esri/hub.js/issues/1701)) ([5568041](https://github.com/Esri/hub.js/commit/5568041765d4672deb486b485a463c926d7f8257)) * **hub-common:** add slug to entity edit schemas ([#1706](https://github.com/Esri/hub.js/issues/1706)) ([dc38ff4](https://github.com/Esri/hub.js/commit/dc38ff4fe48386ce1fec59a1f05a14ec23690e62)) * **hub-common:** add updated utils for managing and previewing feeds ([#1690](https://github.com/Esri/hub.js/issues/1690)) ([8556115](https://github.com/Esri/hub.js/commit/8556115ad68dcafbfa8e000dbc0a2b8e2cfb463b)) * **hub-common:** change subscription actions to singular action ([#1698](https://github.com/Esri/hub.js/issues/1698)) ([b3a60f3](https://github.com/Esri/hub.js/commit/b3a60f34d837951a23cb37597d7b5d24e16b11c5)) * **hub-common:** export newsletters packages and rename conflicting … ([#1696](https://github.com/Esri/hub.js/issues/1696)) ([7771446](https://github.com/Esri/hub.js/commit/7771446705183886b8e28bd2d76c472909bc3eda)) ### BREAKING CHANGES * removes deprecated functions --- packages/discussions/CHANGELOG.md | 10 ++++++++++ packages/discussions/package.json | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/discussions/CHANGELOG.md b/packages/discussions/CHANGELOG.md index b71aed5987f..5ea1eeb7e7a 100644 --- a/packages/discussions/CHANGELOG.md +++ b/packages/discussions/CHANGELOG.md @@ -1,3 +1,13 @@ +# @esri/hub-discussions [29.0.0](https://github.com/Esri/hub.js/compare/@esri/hub-discussions@28.5.0...@esri/hub-discussions@29.0.0) (2024-11-01) + + + + + +### Dependencies + +* **@esri/hub-common:** upgraded to 15.0.0 + # @esri/hub-discussions [28.5.0](https://github.com/Esri/hub.js/compare/@esri/hub-discussions@28.4.0...@esri/hub-discussions@28.5.0) (2024-10-24) diff --git a/packages/discussions/package.json b/packages/discussions/package.json index 55bc748f157..509f4195dd3 100644 --- a/packages/discussions/package.json +++ b/packages/discussions/package.json @@ -1,6 +1,6 @@ { "name": "@esri/hub-discussions", - "version": "28.5.0", + "version": "29.0.0", "description": "Module to interact with ArcGIS Hub Discussions API in Node.js and modern browsers.", "main": "dist/node/index.js", "module": "dist/esm/index.js", @@ -13,10 +13,10 @@ "peerDependencies": { "@esri/arcgis-rest-auth": "^2.14.0 || 3", "@esri/arcgis-rest-request": "^2.14.0 || 3", - "@esri/hub-common": "^14.0.0" + "@esri/hub-common": "^15.0.0" }, "devDependencies": { - "@esri/hub-common": "^14.0.0", + "@esri/hub-common": "^15.0.0", "@types/geojson": "^7946.0.7", "typescript": "^3.8.1" },