Skip to content

Commit

Permalink
chore(release): 29.5.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
* add catalog permission ([#1768](#1768)) ([0212e7b](0212e7b))
* add required type to IChangeEventDetail ([#1760](#1760)) ([1adc7fb](1adc7fb))
* removing extra launch icons on user settings ([#1764](#1764)) ([3a1f607](3a1f607))
* **hub-common:** modify ISearchCHannels interface orgId => orgIds ([#1762](#1762)) ([56b2131](56b2131))
* **hub-common:** updated metrics editors  ([#1757](#1757)) ([b0de73f](b0de73f))

* **hub-discussions:** v2 breaking changes ([#1770](#1770)) ([666cf91](666cf91))
* set the aria level for all location pickers ([#1767](#1767)) ([51095fd](51095fd))
* **hub-common:** update orval events to include event thumbnail ([#1765](#1765)) ([b94fa14](b94fa14))
* handle item type combobox with nested selections ([#1726](#1726)) ([6a504f1](6a504f1))
* **hub-common:** add optional includeIdInSlug arg to getItemIdentifier ([#1759](#1759)) ([f54ca6d](f54ca6d)), closes [#1746](#1746)
  • Loading branch information
semantic-release-bot authored and velveetachef committed Feb 5, 2025
1 parent dfc99b1 commit c4d3dd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/discussions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@

* **hub-common:** add allowPost to IChannel ([#1755](https://github.com/Esri/hub.js/issues/1755)) ([d500a53](https://github.com/Esri/hub.js/commit/d500a5312e069432988725d776c0753c2a897519))

# @esri/hub-discussions [29.5.0-next.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-22)


### Features

* **hub-discussions:** v2 breaking changes ([#1770](https://github.com/Esri/hub.js/issues/1770)) ([666cf91](https://github.com/Esri/hub.js/commit/666cf91c2b0126efd87104587d189fd96f17cbb7))


### Dependencies

* **@esri/hub-common:** upgraded to 15.22.0-next.1

# @esri/hub-discussions [29.3.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-22)


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": "29.4.1",
"version": "29.5.0-next.1",
"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": "^15.8.0"
"@esri/hub-common": "^15.22.0-next.1"
},
"devDependencies": {
"@esri/hub-common": "^15.16.0",
"@esri/hub-common": "^15.22.0-next.1",
"@types/geojson": "^7946.0.7",
"typescript": "^3.8.1"
},
Expand Down

0 comments on commit c4d3dd3

Please sign in to comment.