Skip to content

Commit

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

### Bug Fixes

* **hub-common:** remove calcite-radio-group ([#1704](#1704)) ([1daf1bc](1daf1bc))

### Features

* add inline-workspace flag; limit workspace:org to devext ([#1700](#1700)) ([4ad870b](4ad870b))
* catalog fetch via entity; remove associations ([#1710](#1710)) ([a8eec53](a8eec53))
* 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))
* **hub-common:** add channelAcl to PostRelation ([#1701](#1701)) ([5568041](5568041))
* **hub-common:** add slug to entity edit schemas ([#1706](#1706)) ([dc38ff4](dc38ff4))
* **hub-common:** add updated utils for managing and previewing feeds ([#1690](#1690)) ([8556115](8556115))
* **hub-common:** change subscription actions to singular action ([#1698](#1698)) ([b3a60f3](b3a60f3))
* **hub-common:** export newsletters packages and rename conflicting … ([#1696](#1696)) ([7771446](7771446))

### BREAKING CHANGES

* removes deprecated functions
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 36e9480 commit 25fdcd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/discussions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @esri/hub-discussions [29.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (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/[email protected]...@esri/[email protected]) (2024-10-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/discussions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 25fdcd9

Please sign in to comment.