From 992297ece97f129efe98e397b0efaaba464edaae Mon Sep 17 00:00:00 2001 From: David Featherston Date: Thu, 25 Jan 2024 10:27:13 +1100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20ripple=202.6.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 47 +++++++++++++++++++ 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-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 +- 22 files changed, 68 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c50a3d0c..2b7422de10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## v2.6.0...release/v2.6.1 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.6.0...release/v2.6.1) + + +### 🚀 Enhancements + + - **@dpc-sdp/ripple-tide-search:** Add checkbox support ([18734846b](https://github.com/dpc-sdp/ripple-framework/commit/18734846b)) + +### 🩹 Fixes + + - **@dpc-sdp/ripple-tide-search:** Add lost class to dependent filter ([ec4ab5f4f](https://github.com/dpc-sdp/ripple-framework/commit/ec4ab5f4f)) + - **@dpc-sdp/ripple-tide-api:** 🐛 regression in cheerio srcset ([c655dead3](https://github.com/dpc-sdp/ripple-framework/commit/c655dead3)) + - **nuxt-ripple:** 🐛 filter incomplete related links ([5709351b2](https://github.com/dpc-sdp/ripple-framework/commit/5709351b2)) + - **@dpc-sdp/ripple-tide-search:** Don't clear suggestions after selecting a suburb ([5240eaa78](https://github.com/dpc-sdp/ripple-framework/commit/5240eaa78)) + - **@dpc-sdp/ripple-ui-maps:** Fixed icon not changing when exiting fullscreen map via keyboard ([3e79adc3a](https://github.com/dpc-sdp/ripple-framework/commit/3e79adc3a)) + - **@dpc-sdp/ripple-tide-search:** Improved suburb autocomplete suggestions ([a60805757](https://github.com/dpc-sdp/ripple-framework/commit/a60805757)) + - **@dpc-sdp/ripple-ui-core:** Fix svg sprite breaking in svgo 3.2.0 ([d8b78de5e](https://github.com/dpc-sdp/ripple-framework/commit/d8b78de5e)) + - **@dpc-sdp/ripple-tide-search:** Fixed search logic firing after user navigated to a new page ([ab4eae4b0](https://github.com/dpc-sdp/ripple-framework/commit/ab4eae4b0)) + - **@dpc-sdp/nuxt-ripple:** Wrap navigateTo to get redirects working again ([70a7f0caf](https://github.com/dpc-sdp/ripple-framework/commit/70a7f0caf)) + - **@dpc-sdp/ripple-ui-core:** Return slug value ([5147533ae](https://github.com/dpc-sdp/ripple-framework/commit/5147533ae)) + +### 💅 Refactors + + - **@dpc-sdp/nuxt-ripple-analytics:** ♻️ move release to datalayer root ([9178fabc2](https://github.com/dpc-sdp/ripple-framework/commit/9178fabc2)) + +### ✅ Tests + + - **@dpc-sdp/ripple-tide-api:** ✅ increase unit test coverage ([e9561c08b](https://github.com/dpc-sdp/ripple-framework/commit/e9561c08b)) + - **@dpc-sdp/ripple-tide-api:** ✅ add unit test ([bcc882fa0](https://github.com/dpc-sdp/ripple-framework/commit/bcc882fa0)) + - **@dpc-sdp/ripple-tide-api:** ✅ add unit test ([3c770a7cb](https://github.com/dpc-sdp/ripple-framework/commit/3c770a7cb)) + - **@dpc-sdp/ripple-tide-api:** ✅ increase unit test coverage ([3c4bb013b](https://github.com/dpc-sdp/ripple-framework/commit/3c4bb013b)) + - ✅ fix landing page regression ([d5e40f422](https://github.com/dpc-sdp/ripple-framework/commit/d5e40f422)) + - **nuxt-app:** ✅ fix test ([c072a2e0e](https://github.com/dpc-sdp/ripple-framework/commit/c072a2e0e)) + +### 🎨 Styles + + - 🔊 rename for consistency ([d7f923f1e](https://github.com/dpc-sdp/ripple-framework/commit/d7f923f1e)) + - 🔥 remove deprecated ([8e6adcc75](https://github.com/dpc-sdp/ripple-framework/commit/8e6adcc75)) + - **@dpc-sdp/ripple-tide-api:** 🏷️ move function decl to types ([1fe5bd6f6](https://github.com/dpc-sdp/ripple-framework/commit/1fe5bd6f6)) + +### ❤️ Contributors + +- David Featherston +- Jeffrey Dowdle +- Jason Smith + ## v2.6.0 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.5.3...v2.6.0) diff --git a/lerna.json b/lerna.json index d090acbb08..15d79d6ebb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.6.0", + "version": "2.6.1", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index 8fa7057205..977d7c7c35 100644 --- a/packages/eslint-config-ripple/package.json +++ b/packages/eslint-config-ripple/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/eslint-config-ripple", "description": "ESLint config for Ripple projects", - "version": "2.6.0", + "version": "2.6.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 9645d43eec..936a8f87a8 100644 --- a/packages/nuxt-ripple-analytics/package.json +++ b/packages/nuxt-ripple-analytics/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/nuxt-ripple-analytics", "description": "Nuxt module for handling event tracking.", - "version": "2.6.0", + "version": "2.6.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 548535863e..fdb6897d2a 100644 --- a/packages/nuxt-ripple-cli/package.json +++ b/packages/nuxt-ripple-cli/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/nuxt-ripple-cli", "description": "A CLI for simplifying common setup and scaffolding tasks", - "version": "2.6.0", + "version": "2.6.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 2bc2e6e37a..d8125d15d6 100644 --- a/packages/nuxt-ripple-preview/package.json +++ b/packages/nuxt-ripple-preview/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/nuxt-ripple-preview", "description": "Adds support for drupal preview links in Ripple frontend sites", - "version": "2.6.0", + "version": "2.6.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 14cb66ece3..217881656a 100644 --- a/packages/nuxt-ripple/package.json +++ b/packages/nuxt-ripple/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/nuxt-ripple", "description": "Nuxt module for integrating Ripple and Tide", - "version": "2.6.0", + "version": "2.6.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 2430976ef4..b3fc1f265b 100644 --- a/packages/ripple-storybook/package.json +++ b/packages/ripple-storybook/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "ripple-storybook", "description": "Ripple Storybook instance", - "version": "2.6.0", + "version": "2.6.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 153d4ae2d5..1652fb4b5f 100644 --- a/packages/ripple-test-utils/package.json +++ b/packages/ripple-test-utils/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.0.0", "name": "@dpc-sdp/ripple-test-utils", "description": "Test utils for Ripple sites", - "version": "2.6.0", + "version": "2.6.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 5a291df709..f257a402d9 100644 --- a/packages/ripple-tide-api/package.json +++ b/packages/ripple-tide-api/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-api", "description": "Ripple API endpoints for Tide Drupal backend", - "version": "2.6.0", + "version": "2.6.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 2c0f47f58f..170ba124c2 100644 --- a/packages/ripple-tide-event/package.json +++ b/packages/ripple-tide-event/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-event", "description": "Ripple mappings and components for Tide Event Content type", - "version": "2.6.0", + "version": "2.6.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 0cfb4a4ed5..bea014c44f 100644 --- a/packages/ripple-tide-grant/package.json +++ b/packages/ripple-tide-grant/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-grant", "description": "Ripple mappings and components for Tide Grant Content type", - "version": "2.6.0", + "version": "2.6.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 875ffe053c..234b405120 100644 --- a/packages/ripple-tide-landing-page/package.json +++ b/packages/ripple-tide-landing-page/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-landing-page", "description": "Ripple mappings and components for Tide landing-page Content type", - "version": "2.6.0", + "version": "2.6.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 fd46e83dab..5653a8f111 100644 --- a/packages/ripple-tide-media/package.json +++ b/packages/ripple-tide-media/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-media", "description": "Ripple mappings and components for Tide media", - "version": "2.6.0", + "version": "2.6.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 bc25f55d04..e4725388a7 100644 --- a/packages/ripple-tide-news/package.json +++ b/packages/ripple-tide-news/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-news", "description": "Ripple mappings and components for Tide News content type", - "version": "2.6.0", + "version": "2.6.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 b5c4908329..9a4cf0e3d9 100644 --- a/packages/ripple-tide-publication/package.json +++ b/packages/ripple-tide-publication/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-publication", "description": "Ripple mappings and components for Tide Publication Content type", - "version": "2.6.0", + "version": "2.6.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 583a5de068..8d72469a42 100644 --- a/packages/ripple-tide-search/package.json +++ b/packages/ripple-tide-search/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-tide-search", "description": "Ripple search UI and services for connecting to Tide search", - "version": "2.6.0", + "version": "2.6.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 85c4bc199f..48aa399181 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.6.0", + "version": "2.6.1", "dependencies": { "@dpc-sdp/nuxt-ripple": "workspace:*", "@dpc-sdp/ripple-tide-api": "workspace:*", diff --git a/packages/ripple-ui-core/package.json b/packages/ripple-ui-core/package.json index f0a5d0aa4e..3d8ce2dc52 100644 --- a/packages/ripple-ui-core/package.json +++ b/packages/ripple-ui-core/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-ui-core", "description": "Ripple UI Core component library", - "version": "2.6.0", + "version": "2.6.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 8e55a36059..e39a998b96 100644 --- a/packages/ripple-ui-forms/package.json +++ b/packages/ripple-ui-forms/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-ui-forms", "description": "A form component library built with Formkit", - "version": "2.6.0", + "version": "2.6.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 140c504cd0..d315629a1a 100644 --- a/packages/ripple-ui-maps/package.json +++ b/packages/ripple-ui-maps/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/ripple-ui-maps", "description": "Ripple UI Core component library", - "version": "2.6.0", + "version": "2.6.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 3a08586d68..0012b4d6a1 100644 --- a/packages/stylelint-config-ripple/package.json +++ b/packages/stylelint-config-ripple/package.json @@ -2,7 +2,7 @@ "packageManager": "pnpm@8.6.2", "name": "@dpc-sdp/stylelint-config-ripple", "description": "ESLint config for Ripple projects", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",