From 6b5ab84a25339a55bb58b495987cd1a3437b1d18 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Oct 2023 02:42:52 +0000 Subject: [PATCH] chore(release): 14.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [14.2.0](https://github.com/Esri/hub.js/compare/@esri/hub-downloads@14.1.0...@esri/hub-downloads@14.2.0) (2023-10-08) ### Bug Fixes * update groups link from teams to groups ([#1262](https://github.com/Esri/hub.js/issues/1262)) ([26dd47a](https://github.com/Esri/hub.js/commit/26dd47a5f2bfb51096488c3693d458beb6b9b06d)) * **hub-discussions:** add author and editor to isearchchannels ([#1257](https://github.com/Esri/hub.js/issues/1257)) ([5d22e8b](https://github.com/Esri/hub.js/commit/5d22e8bbe0304296a1d64234c20eb62a173a328f)) * add Project to wellKnownColletions ([#1254](https://github.com/Esri/hub.js/issues/1254)) ([82eb6a1](https://github.com/Esri/hub.js/commit/82eb6a18bf4f750c117349e1b0eb8bdd0f5bde02)) * checkPermission and checkPrivileges first check isAuthenticated ([#1227](https://github.com/Esri/hub.js/issues/1227)) ([b292131](https://github.com/Esri/hub.js/commit/b29213183ef9362a3517dbcaca8ec854b4b80537)) * properly deserialize trustedOrgs from context ([#1256](https://github.com/Esri/hub.js/issues/1256)) ([760b4ff](https://github.com/Esri/hub.js/commit/760b4ff15888756484fdbaaa79828e1a3c9b1a17)) * **hub-common:** content location should be of type extent, not polygon ([#1228](https://github.com/Esri/hub.js/issues/1228)) ([c5539f4](https://github.com/Esri/hub.js/commit/c5539f458060e990ee5f89fad4016ce74c5c5dfc)) * **hub-common:** workspace route for content is /workspace/content/:id not /workspace/contents/:id ([#1250](https://github.com/Esri/hub.js/issues/1250)) ([f2c6679](https://github.com/Esri/hub.js/commit/f2c667933c1a9faf4ddf8e4087267f6f6aa22814)) ### Features * **hub-common:** adds followers group discussion settings on site wo… ([#1251](https://github.com/Esri/hub.js/issues/1251)) ([e0beb59](https://github.com/Esri/hub.js/commit/e0beb59f91b43795f96a694e55238a6cec83de74)) * add links hash for project, initiative, and group entities ([#1226](https://github.com/Esri/hub.js/issues/1226)) ([aba8f7b](https://github.com/Esri/hub.js/commit/aba8f7b18e2c6da1c4dec022751c1fc897371165)) * add new polling util ([#1265](https://github.com/Esri/hub.js/issues/1265)) ([e36c142](https://github.com/Esri/hub.js/commit/e36c142b9d9ead2f41a323f0debae007d41335ee)) * addGroupMembers ([#1230](https://github.com/Esri/hub.js/issues/1230)) ([3a7c900](https://github.com/Esri/hub.js/commit/3a7c900b88f540dc3470b02947cb659db95a2255)) * adds entity discussion settings ([#1221](https://github.com/Esri/hub.js/issues/1221)) ([5e25a43](https://github.com/Esri/hub.js/commit/5e25a4336316aab18c1b9fd82c9a2b685fce14ef)) * collaborator pane for content workspace ([#1259](https://github.com/Esri/hub.js/issues/1259)) ([e00e624](https://github.com/Esri/hub.js/commit/e00e6244f795589b829dad0c4aad48a9eea1d6a4)) * initiative template entity ([#1229](https://github.com/Esri/hub.js/issues/1229)) ([f5a995a](https://github.com/Esri/hub.js/commit/f5a995aaff7f379f738f4813bdc0e99bb419e9b1)) * initiative template workspace ([#1246](https://github.com/Esri/hub.js/issues/1246)) ([cb385e5](https://github.com/Esri/hub.js/commit/cb385e5315f0583d0337afe3e30664314581c1ee)) * scaffold solution template entity ([#1253](https://github.com/Esri/hub.js/issues/1253)) ([54d1fe6](https://github.com/Esri/hub.js/commit/54d1fe636bc8bd949a8b275503a2db01eb6cc3ee)) --- packages/downloads/CHANGELOG.md | 7 +++++++ packages/downloads/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/downloads/CHANGELOG.md b/packages/downloads/CHANGELOG.md index 52812524646..28fb9ac1151 100644 --- a/packages/downloads/CHANGELOG.md +++ b/packages/downloads/CHANGELOG.md @@ -1,3 +1,10 @@ +# @esri/hub-downloads [14.2.0](https://github.com/Esri/hub.js/compare/@esri/hub-downloads@14.1.0...@esri/hub-downloads@14.2.0) (2023-10-08) + + +### Features + +* **hub-common:** adds followers group discussion settings on site wo… ([#1251](https://github.com/Esri/hub.js/issues/1251)) ([e0beb59](https://github.com/Esri/hub.js/commit/e0beb59f91b43795f96a694e55238a6cec83de74)) + # @esri/hub-downloads [14.1.0](https://github.com/Esri/hub.js/compare/@esri/hub-downloads@14.0.0...@esri/hub-downloads@14.1.0) (2023-09-22) diff --git a/packages/downloads/package.json b/packages/downloads/package.json index 146243fac0e..2d6e910902a 100644 --- a/packages/downloads/package.json +++ b/packages/downloads/package.json @@ -1,6 +1,6 @@ { "name": "@esri/hub-downloads", - "version": "14.1.0", + "version": "14.2.0", "description": "Service for Hub downloads", "main": "dist/node/index.js", "module": "dist/esm/index.js",