From c5aebdc0583e08b5a656f5cf6ee5bef925b1ba2d Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Thu, 23 May 2024 15:45:30 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20ripple=202.10?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 73 +++++++++++++++++++ lerna.json | 2 +- packages/eslint-config-ripple/package.json | 2 +- packages/nuxt-ripple-analytics/package.json | 2 +- packages/nuxt-ripple-cli/package.json | 2 +- packages/nuxt-ripple-preview/package.json | 2 +- packages/nuxt-ripple/package.json | 2 +- packages/ripple-storybook/package.json | 2 +- packages/ripple-test-utils/package.json | 2 +- packages/ripple-tide-api/package.json | 2 +- packages/ripple-tide-event/package.json | 2 +- packages/ripple-tide-grant/package.json | 2 +- .../ripple-tide-landing-page/package.json | 2 +- packages/ripple-tide-media/package.json | 2 +- packages/ripple-tide-news/package.json | 2 +- packages/ripple-tide-publication/package.json | 2 +- packages/ripple-tide-search/package.json | 2 +- packages/ripple-tide-topic/package.json | 2 +- packages/ripple-tide-webform/package.json | 2 +- packages/ripple-ui-core/package.json | 2 +- packages/ripple-ui-forms/package.json | 2 +- packages/ripple-ui-maps/package.json | 2 +- packages/stylelint-config-ripple/package.json | 2 +- 23 files changed, 95 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8c2c43b8..46a7cd4b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,78 @@ # Changelog +## v2.10.1 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.9.0...v2.10.1) + + +### 🚀 Enhancements + + - ✨ spin off new layer pkg ([641e6969b](https://github.com/dpc-sdp/ripple-framework/commit/641e6969b)) + - **@dpc-sdp/ripple-ui-core:** Add toggle levels for vertical nav ([128cdb548](https://github.com/dpc-sdp/ripple-framework/commit/128cdb548)) + - **@dpc-sdp/ripple-tide-webform:** ✨ expose cacheable webform schema ([c77bc8d9f](https://github.com/dpc-sdp/ripple-framework/commit/c77bc8d9f)) + - **@dpc-sdp/ripple-ui-forms:** Remove ripple-ui-core/vue imports ([0e5dc7c50](https://github.com/dpc-sdp/ripple-framework/commit/0e5dc7c50)) + - **@dpc-sdp/ripple-ui-maps:** Changed the design of the 'infobox' popup on small screens ([e3a28933c](https://github.com/dpc-sdp/ripple-framework/commit/e3a28933c)) + - **@dpc-sdp/nuxt-ripple:** Make sure topic/tags have a name ([22f8e7957](https://github.com/dpc-sdp/ripple-framework/commit/22f8e7957)) + - **@dpc-sdp/ripple-tide-search:** Add search listings to site search ([69d00220e](https://github.com/dpc-sdp/ripple-framework/commit/69d00220e)) + - **@dpc-sdp/ripple-tide-search:** Allow search result mapping to be customised ([10ecda804](https://github.com/dpc-sdp/ripple-framework/commit/10ecda804)) + - **@dpc-sdp/ripple-tide-search:** Fix issue with search dropdown option reactivity ([726494f03](https://github.com/dpc-sdp/ripple-framework/commit/726494f03)) + +### 🔥 Performance + + - **nuxt-ripple:** 🚨 fix linter, ts ([3ca6fbf1b](https://github.com/dpc-sdp/ripple-framework/commit/3ca6fbf1b)) + - **@dpc-sdp/ripple-ui-forms:** 🎨 add type and focusable class ([3bff8fad3](https://github.com/dpc-sdp/ripple-framework/commit/3bff8fad3)) + - **@dpc-sdp/ripple-ui-core:** ⚡️ use local var ([c08fbebfb](https://github.com/dpc-sdp/ripple-framework/commit/c08fbebfb)) + - **@dpc-sdp/nuxt-ripple:** ⚡️ allow for whatsapp only case ([70b36b902](https://github.com/dpc-sdp/ripple-framework/commit/70b36b902)) + +### 🩹 Fixes + + - **@dpc-sdp/ripple-ui-core:** Make only button clickable ([e036fb3ab](https://github.com/dpc-sdp/ripple-framework/commit/e036fb3ab)) + - **@dpc-sdp/nuxt-ripple:** Fix console error on every route change ([0fc10cb46](https://github.com/dpc-sdp/ripple-framework/commit/0fc10cb46)) + - **@dpc-sdp/nuxt-ripple:** Use nuxt route instead of vue-router's ([fab3b66f2](https://github.com/dpc-sdp/ripple-framework/commit/fab3b66f2)) + - **@dpc-sdp/ripple-tide-webform:** ⏪️ fix merge regression ([31a1b4fd6](https://github.com/dpc-sdp/ripple-framework/commit/31a1b4fd6)) + - **@dpc-sdp/ripple-tide-search:** Fix search listing dropdowns ([9d0b0bde8](https://github.com/dpc-sdp/ripple-framework/commit/9d0b0bde8)) + - **@dpc-sdp/ripple-tide-webform:** 🐛 use ts target ([93e374196](https://github.com/dpc-sdp/ripple-framework/commit/93e374196)) + - **@dpc-sdp/ripple-tide-search:** Removed imports for maps utils ([b2ac6488f](https://github.com/dpc-sdp/ripple-framework/commit/b2ac6488f)) + - **@dpc-sdp/ripple-ui-maps:** Bring ui-maps into alignment with ui-core for nuxt imports ([730888c1c](https://github.com/dpc-sdp/ripple-framework/commit/730888c1c)) + - **@dpc-sdp/ripple-tide-grant:** Use link function for resolving grant cta links ([ab8f098c6](https://github.com/dpc-sdp/ripple-framework/commit/ab8f098c6)) + - **@dpc-sdp/nuxt-ripple:** 🐛 [DDS-1878] add cache headers on error response ([815246871](https://github.com/dpc-sdp/ripple-framework/commit/815246871)) + - **@dpc-sdp/nuxt-ripple:** 🐛 fallback to default if unspecified ([a408bd58d](https://github.com/dpc-sdp/ripple-framework/commit/a408bd58d)) + - **@dpc-sdp/nuxt-ripple:** 🐛 fix cache control plugin type ([cef96a4e2](https://github.com/dpc-sdp/ripple-framework/commit/cef96a4e2)) + - **@dpc-sdp/nuxt-ripple:** 🐛 add cache rules for non asset routes ([f04df2fd7](https://github.com/dpc-sdp/ripple-framework/commit/f04df2fd7)) + +### 💅 Refactors + + - **@dpc-sdp/ripple-tide-webform:** ♻️ use internal id ([94b564ffb](https://github.com/dpc-sdp/ripple-framework/commit/94b564ffb)) + - **@dpc-sdp/ripple-tide-landing-page:** ♻️ use composable for webform submit ([05356487b](https://github.com/dpc-sdp/ripple-framework/commit/05356487b)) + - **@dpc-sdp/ripple-ui-forms:** 💄 focus, invalid styles ([952d484d1](https://github.com/dpc-sdp/ripple-framework/commit/952d484d1)) + - **@dpc-sdp/ripple-ui-forms:** ♻️ improvements ([f068ba5be](https://github.com/dpc-sdp/ripple-framework/commit/f068ba5be)) + +### 🏡 Chore + + - ⬆️ remove conflicting version of wait-on ([5dfe55592](https://github.com/dpc-sdp/ripple-framework/commit/5dfe55592)) + - ⬆️ post merge ([dd7b9c3fa](https://github.com/dpc-sdp/ripple-framework/commit/dd7b9c3fa)) + - **@dpc-sdp/ripple-ui-forms:** Fixed incorrect docs relating to forms and vue apps ([f47be6e57](https://github.com/dpc-sdp/ripple-framework/commit/f47be6e57)) + - **@dpc-sdp/ripple-ui-forms:** 💄 style updates from feedback ([374b7bde7](https://github.com/dpc-sdp/ripple-framework/commit/374b7bde7)) + - **@dpc-sdp/ripple-ui-core:** 💄 update style on feedback ([305f8e3c4](https://github.com/dpc-sdp/ripple-framework/commit/305f8e3c4)) + - **@dpc-sdp/ripple-ui-core:** Cleanup component exports and add missing exports ([f2a302449](https://github.com/dpc-sdp/ripple-framework/commit/f2a302449)) + - **nuxt-ripple:** 🚨 remove unused cache time var ([adb6c9270](https://github.com/dpc-sdp/ripple-framework/commit/adb6c9270)) + - **nuxt-ripple:** Ensure errors are not cached ([8e0efa48b](https://github.com/dpc-sdp/ripple-framework/commit/8e0efa48b)) + - **nuxt-ripple:** Update 404 cache control headers ([09e7638bc](https://github.com/dpc-sdp/ripple-framework/commit/09e7638bc)) + - **nuxt-ripple:** Update cache comments ([1c3373649](https://github.com/dpc-sdp/ripple-framework/commit/1c3373649)) + - 🔖 release ripple 2.10.0 ([7d9c9fc89](https://github.com/dpc-sdp/ripple-framework/commit/7d9c9fc89)) + +### 🎨 Styles + + - **@dpc-sdp/ripple-ui-core:** Minor search bar input tweaks ([894a50871](https://github.com/dpc-sdp/ripple-framework/commit/894a50871)) + +### ❤️ Contributors + +- Jeffrey Dowdle +- Jason Smith +- Dylankelly +- Dylan Kelly +- David Featherston + ## v2.9.0...release/v2.10.0 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.9.0...release/v2.10.0) diff --git a/lerna.json b/lerna.json index 92a29497b2..cbf70b4564 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index a485686928..99dfc086f8 100644 --- a/packages/eslint-config-ripple/package.json +++ b/packages/eslint-config-ripple/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/eslint-config-ripple", "description": "ESLint config for Ripple projects", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js", diff --git a/packages/nuxt-ripple-analytics/package.json b/packages/nuxt-ripple-analytics/package.json index 7aace5f2c0..37436918e7 100644 --- a/packages/nuxt-ripple-analytics/package.json +++ b/packages/nuxt-ripple-analytics/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/nuxt-ripple-analytics", "description": "Nuxt module for handling event tracking.", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "main": "./nuxt.config.ts", "repository": "https://github.com/dpc-sdp/ripple-framework", diff --git a/packages/nuxt-ripple-cli/package.json b/packages/nuxt-ripple-cli/package.json index 02e9d91804..3c6617ad59 100644 --- a/packages/nuxt-ripple-cli/package.json +++ b/packages/nuxt-ripple-cli/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/nuxt-ripple-cli", "description": "A CLI for simplifying common setup and scaffolding tasks", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./dist/index.js", diff --git a/packages/nuxt-ripple-preview/package.json b/packages/nuxt-ripple-preview/package.json index 5498169079..3e307b9fd7 100644 --- a/packages/nuxt-ripple-preview/package.json +++ b/packages/nuxt-ripple-preview/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/nuxt-ripple-preview", "description": "Adds support for drupal preview links in Ripple frontend sites", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "main": "./nuxt.config.ts", "repository": "https://github.com/dpc-sdp/ripple-framework", diff --git a/packages/nuxt-ripple/package.json b/packages/nuxt-ripple/package.json index 28dd6f8b4c..4f3a0d6022 100644 --- a/packages/nuxt-ripple/package.json +++ b/packages/nuxt-ripple/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/nuxt-ripple", "description": "Nuxt module for integrating Ripple and Tide", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "main": "./nuxt.config.ts", "repository": "https://github.com/dpc-sdp/ripple-framework", diff --git a/packages/ripple-storybook/package.json b/packages/ripple-storybook/package.json index 85ea9bda14..fc2412a8e3 100644 --- a/packages/ripple-storybook/package.json +++ b/packages/ripple-storybook/package.json @@ -1,7 +1,7 @@ { "name": "ripple-storybook", "description": "Ripple Storybook instance", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "private": true, "repository": "https://github.com/dpc-sdp/ripple-framework", diff --git a/packages/ripple-test-utils/package.json b/packages/ripple-test-utils/package.json index 997521932e..aefb0fea4e 100644 --- a/packages/ripple-test-utils/package.json +++ b/packages/ripple-test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-test-utils", "description": "Test utils for Ripple sites", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "type": "module", "main": "./dist/config/index.js", diff --git a/packages/ripple-tide-api/package.json b/packages/ripple-tide-api/package.json index 47eac01697..9f149ce29e 100644 --- a/packages/ripple-tide-api/package.json +++ b/packages/ripple-tide-api/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-api", "description": "Ripple API endpoints for Tide Drupal backend", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./dist/index.js", diff --git a/packages/ripple-tide-event/package.json b/packages/ripple-tide-event/package.json index 53ba245e0d..7c73a41d56 100644 --- a/packages/ripple-tide-event/package.json +++ b/packages/ripple-tide-event/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-event", "description": "Ripple mappings and components for Tide Event Content type", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "main": "./nuxt.config.ts", "repository": "https://github.com/dpc-sdp/ripple-framework", diff --git a/packages/ripple-tide-grant/package.json b/packages/ripple-tide-grant/package.json index d9e2657d54..e34cea794b 100644 --- a/packages/ripple-tide-grant/package.json +++ b/packages/ripple-tide-grant/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-grant", "description": "Ripple mappings and components for Tide Grant Content type", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-landing-page/package.json b/packages/ripple-tide-landing-page/package.json index 45ef7b1907..b361c1ecaa 100644 --- a/packages/ripple-tide-landing-page/package.json +++ b/packages/ripple-tide-landing-page/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-landing-page", "description": "Ripple mappings and components for Tide landing-page Content type", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-media/package.json b/packages/ripple-tide-media/package.json index b435e4096b..0dbe02db0f 100644 --- a/packages/ripple-tide-media/package.json +++ b/packages/ripple-tide-media/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-media", "description": "Ripple mappings and components for Tide media", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-news/package.json b/packages/ripple-tide-news/package.json index 5aeb61cbd5..184e984053 100644 --- a/packages/ripple-tide-news/package.json +++ b/packages/ripple-tide-news/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-news", "description": "Ripple mappings and components for Tide News content type", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-publication/package.json b/packages/ripple-tide-publication/package.json index bb46bb4813..847ec968dc 100644 --- a/packages/ripple-tide-publication/package.json +++ b/packages/ripple-tide-publication/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-publication", "description": "Ripple mappings and components for Tide Publication Content type", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-search/package.json b/packages/ripple-tide-search/package.json index 7b5c0bcb9f..ef475104d3 100644 --- a/packages/ripple-tide-search/package.json +++ b/packages/ripple-tide-search/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-search", "description": "Ripple search UI and services for connecting to Tide search", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-tide-topic/package.json b/packages/ripple-tide-topic/package.json index 82d6678a97..e45239bd98 100644 --- a/packages/ripple-tide-topic/package.json +++ b/packages/ripple-tide-topic/package.json @@ -9,7 +9,7 @@ "./mapping": "./mapping/index.ts", "./types": "./types.ts" }, - "version": "2.10.0", + "version": "2.10.1", "dependencies": { "@dpc-sdp/nuxt-ripple": "workspace:*", "@dpc-sdp/ripple-tide-api": "workspace:*", diff --git a/packages/ripple-tide-webform/package.json b/packages/ripple-tide-webform/package.json index 1fdda880a3..ad1981a8c8 100644 --- a/packages/ripple-tide-webform/package.json +++ b/packages/ripple-tide-webform/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-tide-webform", "description": "Ripple mappings and components for Tide webforms", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./nuxt.config.ts", diff --git a/packages/ripple-ui-core/package.json b/packages/ripple-ui-core/package.json index f4f654c6cf..812a5d38f6 100644 --- a/packages/ripple-ui-core/package.json +++ b/packages/ripple-ui-core/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-ui-core", "description": "Ripple UI Core component library", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "files": [ diff --git a/packages/ripple-ui-forms/package.json b/packages/ripple-ui-forms/package.json index 672732706e..37d6df242e 100644 --- a/packages/ripple-ui-forms/package.json +++ b/packages/ripple-ui-forms/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-ui-forms", "description": "A form component library built with Formkit", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./dist/rpl-forms.umd.js", diff --git a/packages/ripple-ui-maps/package.json b/packages/ripple-ui-maps/package.json index 293305c291..6a70964aea 100644 --- a/packages/ripple-ui-maps/package.json +++ b/packages/ripple-ui-maps/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/ripple-ui-maps", "description": "Ripple UI Core component library", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "files": [ diff --git a/packages/stylelint-config-ripple/package.json b/packages/stylelint-config-ripple/package.json index 787a735ce2..3c30561690 100644 --- a/packages/stylelint-config-ripple/package.json +++ b/packages/stylelint-config-ripple/package.json @@ -1,7 +1,7 @@ { "name": "@dpc-sdp/stylelint-config-ripple", "description": "ESLint config for Ripple projects", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",