From 68e91160df49066eaea5452e0521db66ce638939 Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Wed, 18 Oct 2023 22:38:42 +1100 Subject: [PATCH] chore: :bookmark: release 2.4.0 --- CHANGELOG.md | 62 +++++++++++++++++++ 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, 82 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e87e5ad3ee..53b51e6600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,67 @@ # Changelog +## v2.4.0 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.3.5...v2.4.0) + + +### 🚀 Enhancements + + - **@dpc-sdp/nuxt-ripple-cli:** ✨ generate favicon ([1f1c21e7](https://github.com/dpc-sdp/ripple-framework/commit/1f1c21e7)) + - **@dpc-sdp/nuxt-ripple:** 🚧 wip on adding favicon generation as module ([34279a16](https://github.com/dpc-sdp/ripple-framework/commit/34279a16)) + - **nuxt-ripple:** ✨ implement site fetch, favicon generate ([37a29489](https://github.com/dpc-sdp/ripple-framework/commit/37a29489)) + - **@dpc-sdp/ripple-ui-core:** Added css var for heading font ([5dbd7044](https://github.com/dpc-sdp/ripple-framework/commit/5dbd7044)) + - **@dpc-sdp/ripple-tide-search:** ✨ add secondary campaign to mapping, template ([ac537928](https://github.com/dpc-sdp/ripple-framework/commit/ac537928)) + - **nuxt-ripple:** ✨ add mapping for new footer logo field ([9b8217ba](https://github.com/dpc-sdp/ripple-framework/commit/9b8217ba)) + - ✨ replace twitter with x ([76d32333](https://github.com/dpc-sdp/ripple-framework/commit/76d32333)) + +### 🩹 Fixes + + - **@dpc-sdp/nuxt-ripple:** Ensured that language specific fonts override all other fonts ([80c2d1aa](https://github.com/dpc-sdp/ripple-framework/commit/80c2d1aa)) + - **@dpc-sdp/ripple-ui-core:** 💄 prevent hanging icon ([f31659fe](https://github.com/dpc-sdp/ripple-framework/commit/f31659fe)) + - **@dpc-sdp/nuxt-ripple:** 🐛 fix redirects adding to history state ([60dbea98](https://github.com/dpc-sdp/ripple-framework/commit/60dbea98)) + - **@dpc-sdp/ripple-ui-core:** 🐛 only render icon if item has text or url ([af34dce5](https://github.com/dpc-sdp/ripple-framework/commit/af34dce5)) + - **@dpc-sdp/ripple-ui-core:** 🐛 add check for secondary link in header ([efe022b5](https://github.com/dpc-sdp/ripple-framework/commit/efe022b5)) + - **nuxt-ripple:** 🐛 filter out alerts with missing type relation ([682328bd](https://github.com/dpc-sdp/ripple-framework/commit/682328bd)) + - **@dpc-sdp/ripple-ui-core:** 🐛 fix carousel links ([5b4e5b5b](https://github.com/dpc-sdp/ripple-framework/commit/5b4e5b5b)) + +### 💅 Refactors + + - **nuxt-ripple:** ♻️ use site data in favicon generator ([46552d07](https://github.com/dpc-sdp/ripple-framework/commit/46552d07)) + - **nuxt-ripple:** 🏷️ update appconfig interface ([2b178f33](https://github.com/dpc-sdp/ripple-framework/commit/2b178f33)) + - **@dpc-sdp/ripple-tide-search:** ♻️ move secondary campaign to right slot ([cae72da6](https://github.com/dpc-sdp/ripple-framework/commit/cae72da6)) + - **@dpc-sdp/ripple-tide-publication:** ♻️ change page link props at mapping, add test ([5d7bbc30](https://github.com/dpc-sdp/ripple-framework/commit/5d7bbc30)) + - **@dpc-sdp/ripple-ui-core:** ♻️ check for url or text ([e0e89fd5](https://github.com/dpc-sdp/ripple-framework/commit/e0e89fd5)) + - ♻️ replace icon at mapping level ([b2eb2fd3](https://github.com/dpc-sdp/ripple-framework/commit/b2eb2fd3)) + - **@dpc-sdp/ripple-ui-core:** ⏪️ revert hyphenation, add separate util class ([8614c759](https://github.com/dpc-sdp/ripple-framework/commit/8614c759)) + +### 📖 Documentation + + - 📝 update badges, add tools and frameworks ([ee110382](https://github.com/dpc-sdp/ripple-framework/commit/ee110382)) + - 📝 add more detail to readme ([690c239b](https://github.com/dpc-sdp/ripple-framework/commit/690c239b)) + - **docs:** 📝 add personal access token instructions ([db3997f1](https://github.com/dpc-sdp/ripple-framework/commit/db3997f1)) + - 📝 simplify badge labels ([779d9d8a](https://github.com/dpc-sdp/ripple-framework/commit/779d9d8a)) + - **docs:** 📝 split usage into separate docs, add nuxt load order fix ([2e41717e](https://github.com/dpc-sdp/ripple-framework/commit/2e41717e)) + +### 🏡 Chore + + - **deployment:** Add workflow file ([f5a1740b](https://github.com/dpc-sdp/ripple-framework/commit/f5a1740b)) + - 👷 update pnpm ([872ff090](https://github.com/dpc-sdp/ripple-framework/commit/872ff090)) + - Fix studio pnpm ver and allow greater ([5ebc4ae8](https://github.com/dpc-sdp/ripple-framework/commit/5ebc4ae8)) + - **docs:** ➕ add nuxt studio ([7b1cd87d](https://github.com/dpc-sdp/ripple-framework/commit/7b1cd87d)) + +### ✅ Tests + + - ✅ fix linter issues ([30420455](https://github.com/dpc-sdp/ripple-framework/commit/30420455)) + - **nuxt-ripple:** ✅ fix tests ([4dc9358a](https://github.com/dpc-sdp/ripple-framework/commit/4dc9358a)) + +### ❤️ Contributors + +- Dylan Kelly +- Jason Smith +- Dylankelly +- Jeffrey Dowdle + ## v2.3.5 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.3.4...v2.3.5) diff --git a/lerna.json b/lerna.json index e32dcbec16..a35a83a49e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.5", + "version": "2.4.0", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index d760a63774..e96bf8d9fa 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.3.5", + "version": "2.4.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 dd820a8a8e..2dd000cfc1 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.3.5", + "version": "2.4.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 95c2b2a2d6..e93f1e935f 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.3.5", + "version": "2.4.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 190a6c40e7..5b75abbeb7 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.3.5", + "version": "2.4.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 7993c686ac..f1fc880f59 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.3.5", + "version": "2.4.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 b1677267ef..53448bf391 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.3.5", + "version": "2.4.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 93bda56112..b43244f323 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.3.5", + "version": "2.4.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 3db7f1ecb4..bdc4c5ea52 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.3.5", + "version": "2.4.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 39c567694c..cbe7af9120 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.3.5", + "version": "2.4.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 4fd0b083a5..e7e9388167 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.3.5", + "version": "2.4.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 c7c1546bd8..f923a7d719 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.3.5", + "version": "2.4.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 8310bcef64..1775107758 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.3.5", + "version": "2.4.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 fd2f6593a8..5d070a04df 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.3.5", + "version": "2.4.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 6485a26398..3eba2bf241 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.3.5", + "version": "2.4.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 984939cc84..e15a0fb1b0 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.3.5", + "version": "2.4.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 dc5598cfcf..ad7a598c3d 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.3.5", + "version": "2.4.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 f8a84feec1..16ef59a9c8 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.3.5", + "version": "2.4.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 a90a16b07b..2a75956a49 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.3.5", + "version": "2.4.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 a72a7c3c2e..129ab586fd 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.3.5", + "version": "2.4.0", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",