From 11611e15195cf380a39800861fa39036fcf6cce2 Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Wed, 29 Nov 2023 16:46:07 +1100 Subject: [PATCH] chore: :bookmark: release 2.5.0 --- CHANGELOG.md | 52 +++++++++++++++++++ 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/stylelint-config-ripple/package.json | 2 +- 21 files changed, 72 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd858ead5a..405d776573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## v2.5.0 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.4.9...v2.5.0) + + +### 🚀 Enhancements + + - **@dpc-sdp/nuxt-ripple:** ✨ add app information api endpoint ([f620ebc0](https://github.com/dpc-sdp/ripple-framework/commit/f620ebc0)) + - **@dpc-sdp/ripple-ui-core:** ✨ pass entire complex option through as payload ([20e0a5ea](https://github.com/dpc-sdp/ripple-framework/commit/20e0a5ea)) + - **@dpc-sdp/ripple-tide-landing-page:** ✨ parse form response for upstream errors ([6f71d6e4](https://github.com/dpc-sdp/ripple-framework/commit/6f71d6e4)) + +### 🩹 Fixes + + - **@dpc-sdp/ripple-ui-core:** 🐛 replace logo, fix icon colour ([958f2230](https://github.com/dpc-sdp/ripple-framework/commit/958f2230)) + - **@dpc-sdp/ripple-ui-core:** 🐛 add rpl-content on container ([af1a4c4e](https://github.com/dpc-sdp/ripple-framework/commit/af1a4c4e)) + - **@dpc-sdp/ripple-tide-publication:** Fixed publication menu not showing after preview expires ([f5c2e8dc](https://github.com/dpc-sdp/ripple-framework/commit/f5c2e8dc)) + - **nuxt-ripple:** 🐛 duplicate metatag og:image to twitter:image ([73911e77](https://github.com/dpc-sdp/ripple-framework/commit/73911e77)) + - **nuxt-ripple:** 🐛 move const declaration inside try ([c021fbc5](https://github.com/dpc-sdp/ripple-framework/commit/c021fbc5)) + - **@dpc-sdp/ripple-tide-api:** Fixed embedded media sometimes not displaying correctly ([830a1459](https://github.com/dpc-sdp/ripple-framework/commit/830a1459)) + - **@dpc-sdp/nuxt-ripple:** Fixed content rating submissions on nested routes ([5106cc3a](https://github.com/dpc-sdp/ripple-framework/commit/5106cc3a)) + - **@dpc-sdp/ripple-ui-core:** Ensured landmarks are unique ([1eb436ac](https://github.com/dpc-sdp/ripple-framework/commit/1eb436ac)) + - 🐛 add rtl styles for more components ([8740a738](https://github.com/dpc-sdp/ripple-framework/commit/8740a738)) + - **@dpc-sdp/ripple-tide-landing-page:** 🐛 only display meta if values exist ([02576b83](https://github.com/dpc-sdp/ripple-framework/commit/02576b83)) + - **@dpc-sdp/ripple-tide-landing-page:** Stopped created date displaying for landing page cards ([87ef652d](https://github.com/dpc-sdp/ripple-framework/commit/87ef652d)) + - **@dpc-sdp/ripple-tide-event:** Fixed website url using booking url ([ba93e8d7](https://github.com/dpc-sdp/ripple-framework/commit/ba93e8d7)) + - **@dpc-sdp/ripple-tide-landing-page:** Allow html in data tables ([616446d6](https://github.com/dpc-sdp/ripple-framework/commit/616446d6)) + +### 💅 Refactors + + - **@dpc-sdp/ripple-ui-core:** ♻️ support object for suggestion options ([47b2d819](https://github.com/dpc-sdp/ripple-framework/commit/47b2d819)) + - **@dpc-sdp/ripple-ui-core:** ♻️ rework as function props ([c7542209](https://github.com/dpc-sdp/ripple-framework/commit/c7542209)) + - **nuxt-ripple:** ♻️ reorder twitter:image priority ([e42393bb](https://github.com/dpc-sdp/ripple-framework/commit/e42393bb)) + - **nuxt-ripple:** ♻️ only add hide-alerts on server render ([aabd2e6d](https://github.com/dpc-sdp/ripple-framework/commit/aabd2e6d)) + - ♻️ isolate pkg transform to pass cypress ([9821cae3](https://github.com/dpc-sdp/ripple-framework/commit/9821cae3)) + - **@dpc-sdp/nuxt-ripple-cli:** ♻️ refactor favicon generator into cli tool ([8075edf6](https://github.com/dpc-sdp/ripple-framework/commit/8075edf6)) + - **@dpc-sdp/nuxt-ripple-cli:** ♻️ make path completely user changeable ([7a20552d](https://github.com/dpc-sdp/ripple-framework/commit/7a20552d)) + +### 📦 Build + + - **nuxt-app:** 👷 prevent live request leakage in cypress ([282cecac](https://github.com/dpc-sdp/ripple-framework/commit/282cecac)) + +### ✅ Tests + + - **@dpc-sdp/ripple-tide-landing-page:** ✅ check for null attr ([46e1ac3f](https://github.com/dpc-sdp/ripple-framework/commit/46e1ac3f)) + - **@dpc-sdp/ripple-tide-landing-page:** Fixed data table tests ([32716d41](https://github.com/dpc-sdp/ripple-framework/commit/32716d41)) + +### ❤️ Contributors + +- Jeffrey Dowdle +- Jason Smith +- Dylan Kelly + ## v2.4.9 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.4.8...v2.4.9) diff --git a/lerna.json b/lerna.json index 8387b9d18a..3bea0c8392 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.4.9", + "version": "2.5.0", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index 58215ca78a..d00c92fad8 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.4.9", + "version": "2.5.0", "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 11efefa3d5..41ea1c8d66 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.4.9", + "version": "2.5.0", "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 07c8aab1e3..a796f038f0 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.4.9", + "version": "2.5.0", "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 2135d8fad8..12c17f8d64 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.4.9", + "version": "2.5.0", "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 d8dca3494f..f10bdff13a 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.4.9", + "version": "2.5.0", "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 0478dc7615..548dd74340 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.4.9", + "version": "2.5.0", "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 29e86fa301..f718096764 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.4.9", + "version": "2.5.0", "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 5f376f2109..a23534f4af 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.4.9", + "version": "2.5.0", "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 457c004c57..72ea5d7388 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.4.9", + "version": "2.5.0", "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 36dfbe3081..24f6e1961e 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.4.9", + "version": "2.5.0", "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 45694fd90d..3ca2e97193 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.4.9", + "version": "2.5.0", "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 5d0349c866..7c9c46c8b6 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.4.9", + "version": "2.5.0", "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 b533fd7484..9154347ebb 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.4.9", + "version": "2.5.0", "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 78d6f49769..666aae40ea 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.4.9", + "version": "2.5.0", "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 9f4abdb8c2..8fc22a3209 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.4.9", + "version": "2.5.0", "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 7ad9cb551d..333f2f39a8 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.4.9", + "version": "2.5.0", "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 73573a0f15..5b33c3cb39 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.4.9", + "version": "2.5.0", "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 745b76bdf6..3fe51d87fe 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.4.9", + "version": "2.5.0", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "./dist/rpl-forms.umd.js", diff --git a/packages/stylelint-config-ripple/package.json b/packages/stylelint-config-ripple/package.json index 0b6f78e880..21758fb431 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.4.9", + "version": "2.5.0", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",