From c02150c0f4f87ce9045c27ed8f457ae0598aeaab Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Tue, 22 Aug 2023 17:28:42 +1000 Subject: [PATCH] chore: release v2.1.1 --- CHANGELOG.md | 88 +++++++++++++++++++ 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, 108 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf33aea8fc..781698ed3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,93 @@ # Changelog +## v2.1.2 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.1...v2.1.2) + + +### 🚀 Enhancements + + - ✨ move config out of public env ([17fb86b3](https://github.com/dpc-sdp/ripple-framework/commit/17fb86b3)) + - **@dpc-sdp/ripple-test-utils:** ✨ use wildcard for search url ([66da5976](https://github.com/dpc-sdp/ripple-framework/commit/66da5976)) + - **@dpc-sdp/ripple-ui-core:** Add default primary logo inline ([7def1aa1](https://github.com/dpc-sdp/ripple-framework/commit/7def1aa1)) + - **@dpc-sdp/nuxt-ripple-analytics:** Add support for site-specific gtm containers ([d239ca48](https://github.com/dpc-sdp/ripple-framework/commit/d239ca48)) + - **@dpc-sdp/nuxt-ripple:** Add support for new print logo cms field ([e321cb6c](https://github.com/dpc-sdp/ripple-framework/commit/e321cb6c)) + - **@dpc-sdp/nuxt-ripple:** Add custom loading indicator ([258ea4ba](https://github.com/dpc-sdp/ripple-framework/commit/258ea4ba)) + - **@dpc-sdp/ripple-tide-search:** Added domain to display for relative urls in search results ([fde956c4](https://github.com/dpc-sdp/ripple-framework/commit/fde956c4)) + - **@dpc-sdp/nuxt-ripple-analytics:** Add link to vertical nav, prepend relative urls ([984d07bb](https://github.com/dpc-sdp/ripple-framework/commit/984d07bb)) + - **@dpc-sdp/ripple-ui-forms:** Debounce input change event (primarily for numbers) ([af6686d9](https://github.com/dpc-sdp/ripple-framework/commit/af6686d9)) + - **@dpc-sdp/nuxt-ripple:** Add flag to disable primary nav search ([89aa0465](https://github.com/dpc-sdp/ripple-framework/commit/89aa0465)) + - **@dpc-sdp/nuxt-ripple-analytics:** Update search click event name ([df925cbf](https://github.com/dpc-sdp/ripple-framework/commit/df925cbf)) + - **@dpc-sdp/nuxt-ripple-cli:** Update jest config to fix unit tests in layers running nuxt 3.6+ ([93bf9e04](https://github.com/dpc-sdp/ripple-framework/commit/93bf9e04)) + - **@dpc-sdp/nuxt-ripple-cli:** Update package.json scripts to include ci mode tests ([469818a5](https://github.com/dpc-sdp/ripple-framework/commit/469818a5)) + - **@dpc-sdp/ripple-ui-forms:** Add throttle prop ([a74ac8b6](https://github.com/dpc-sdp/ripple-framework/commit/a74ac8b6)) + +### 🩹 Fixes + + - Upgrade nuxt to 3.6.5 to fix FOUC in 404 page ([d2a76bb9](https://github.com/dpc-sdp/ripple-framework/commit/d2a76bb9)) + - **@dpc-sdp/ripple-tide-api:** 🐛 add default value for baseUrl ([9bbaca0c](https://github.com/dpc-sdp/ripple-framework/commit/9bbaca0c)) + - **@dpc-sdp/ripple-tide-search:** Fixed reactivity of useRoute after nuxt upgrade ([c893679c](https://github.com/dpc-sdp/ripple-framework/commit/c893679c)) + - **@dpc-sdp/nuxt-ripple-analytics:** Send all falsely values as undefined ([17420c57](https://github.com/dpc-sdp/ripple-framework/commit/17420c57)) + - **@dpc-sdp/ripple-tide-search:** Fixed site search filter not clearing properly ([eb0494da](https://github.com/dpc-sdp/ripple-framework/commit/eb0494da)) + - **@dpc-sdp/ripple-tide-search:** Pass site to base layout ([a6cf69de](https://github.com/dpc-sdp/ripple-framework/commit/a6cf69de)) + - **@dpc-sdp/ripple-tide-landing-page:** Add custom heading gap for category grid, fix alt urls ([d70cf4ab](https://github.com/dpc-sdp/ripple-framework/commit/d70cf4ab)) + - **@dpc-sdp/ripple-ui-core:** 🐛 missing , ([7e8d2ed5](https://github.com/dpc-sdp/ripple-framework/commit/7e8d2ed5)) + - **@dpc-sdp/ripple-tide-search:** Fixed search filter row gap ([a2f15c72](https://github.com/dpc-sdp/ripple-framework/commit/a2f15c72)) + - **@dpc-sdp/ripple-tide-search:** Send app search key on server to fix basic auth ([636b368a](https://github.com/dpc-sdp/ripple-framework/commit/636b368a)) + - **@dpc-sdp/nuxt-ripple:** Added site url to nuxt-ripple nuxt.config ([27c7bba1](https://github.com/dpc-sdp/ripple-framework/commit/27c7bba1)) + +### 💅 Refactors + + - ♻️ merge config at runtime ([22e0d74d](https://github.com/dpc-sdp/ripple-framework/commit/22e0d74d)) + - **@dpc-sdp/ripple-ui-core:** ♻️ move icons to core, update generate script ([9489903f](https://github.com/dpc-sdp/ripple-framework/commit/9489903f)) + - ♻️ move social share url concern to caller ([615b8a9a](https://github.com/dpc-sdp/ripple-framework/commit/615b8a9a)) + +### 📦 Build + + - **nuxt-app:** 🔧 disable basic auth by default ([2f320938](https://github.com/dpc-sdp/ripple-framework/commit/2f320938)) + +### 🏡 Chore + + - Add git config in publish step ([42815a76](https://github.com/dpc-sdp/ripple-framework/commit/42815a76)) + - Empty commit to test deploy ([112685d7](https://github.com/dpc-sdp/ripple-framework/commit/112685d7)) + - Fix canary publish step ([c89de863](https://github.com/dpc-sdp/ripple-framework/commit/c89de863)) + - Remove all usage of deprecated vm2 package ([cb7e2c72](https://github.com/dpc-sdp/ripple-framework/commit/cb7e2c72)) + - **@dpc-sdp/nuxt-ripple-cli:** Added github package registry to npmrc template ([1e34c163](https://github.com/dpc-sdp/ripple-framework/commit/1e34c163)) + - Added topic package to site generator template ([e002f17f](https://github.com/dpc-sdp/ripple-framework/commit/e002f17f)) + - **@dpc-sdp/nuxt-ripple-cli:** Update github action ([c1afc460](https://github.com/dpc-sdp/ripple-framework/commit/c1afc460)) + - **@dpc-sdp/nuxt-ripple-cli:** Added missing files to layer ci command ([b4823502](https://github.com/dpc-sdp/ripple-framework/commit/b4823502)) + - **@dpc-sdp/nuxt-ripple-cli:** Fixed incorrect file extension for PR template ([53e5bafb](https://github.com/dpc-sdp/ripple-framework/commit/53e5bafb)) + - **@dpc-sdp/nuxt-ripple-cli:** Fixed cypress tests not running locally in scaffold projects ([44912d86](https://github.com/dpc-sdp/ripple-framework/commit/44912d86)) + - Merge in develop ([bac6c728](https://github.com/dpc-sdp/ripple-framework/commit/bac6c728)) + +### ✅ Tests + + - Refactor page and site mocking step definitions ([1c933492](https://github.com/dpc-sdp/ripple-framework/commit/1c933492)) + - Fix incorrectly named step ([1493fd9f](https://github.com/dpc-sdp/ripple-framework/commit/1493fd9f)) + - Brought back generic api mock step for publication tests ([dcbae1b2](https://github.com/dpc-sdp/ripple-framework/commit/dcbae1b2)) + - Fixed broken test ([e26565bb](https://github.com/dpc-sdp/ripple-framework/commit/e26565bb)) + - Add generic site and base url for tests ([49ab2a1e](https://github.com/dpc-sdp/ripple-framework/commit/49ab2a1e)) + - **@dpc-sdp/ripple-tide-grant:** Fixed cypress tests after search change ([168439f2](https://github.com/dpc-sdp/ripple-framework/commit/168439f2)) + +### 🤖 CI + + - Run actions if action config changes ([cfe8a30d](https://github.com/dpc-sdp/ripple-framework/commit/cfe8a30d)) + - Re-run actions when the action is modified ([43e9c358](https://github.com/dpc-sdp/ripple-framework/commit/43e9c358)) + - Fix action paths ([512e1074](https://github.com/dpc-sdp/ripple-framework/commit/512e1074)) + - Wait for correct site id ([52ff7c54](https://github.com/dpc-sdp/ripple-framework/commit/52ff7c54)) + - Try waiting on an asset instead of api endpoint ([96367702](https://github.com/dpc-sdp/ripple-framework/commit/96367702)) + - Removed hardcoded site id from tests ([ab891824](https://github.com/dpc-sdp/ripple-framework/commit/ab891824)) + - Removed search engine name from cypres env var ([7dfed15c](https://github.com/dpc-sdp/ripple-framework/commit/7dfed15c)) + - **@dpc-sdp/nuxt-ripple-cli:** Updated cypress test action template to be more generic ([f98c8589](https://github.com/dpc-sdp/ripple-framework/commit/f98c8589)) + +### ❤️ Contributors + +- David Featherston +- Jeffrey Dowdle +- Dylankelly +- Jason Smith +- Dylan Kelly + ## v2.1.0...release/2.1.1 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0...release/2.1.1) diff --git a/lerna.json b/lerna.json index 694e771008..8e9771ccd6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.1.2", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index b105871999..5ec281f8bf 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.1.1", + "version": "2.1.2", "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 1247acc4b3..cb46d4b645 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.1.1", + "version": "2.1.2", "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 47aef763f4..cebafcbcef 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.1.1", + "version": "2.1.2", "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 7bcf957059..a25d7170c1 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.1.1", + "version": "2.1.2", "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 3e570d2fe8..28d182c4d2 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.1.1", + "version": "2.1.2", "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 f321b5f9a7..0571ad2c7c 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.1.1", + "version": "2.1.2", "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 9e2eff0102..b3a3f69657 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.1.1", + "version": "2.1.2", "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 093607d1ad..115c95958d 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.1.1", + "version": "2.1.2", "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 45eb8dafb8..e67a7b0d3b 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.1.1", + "version": "2.1.2", "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 1f37a2174c..95699ec9d7 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.1.1", + "version": "2.1.2", "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 76b5daaa28..c26e0355a7 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.1.1", + "version": "2.1.2", "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 7d02cb77e8..f31a5f44a8 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.1.1", + "version": "2.1.2", "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 cd3eb00e61..ef7bd297fd 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.1.1", + "version": "2.1.2", "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 7a96ac0f41..8095cb6724 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.1.1", + "version": "2.1.2", "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 6ed7863ab7..d3831313cd 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.1.1", + "version": "2.1.2", "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 918aaac12b..e82c659c7d 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.1.1", + "version": "2.1.2", "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 7bc0a23f36..9ded0db389 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.1.1", + "version": "2.1.2", "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 bea6a5dad0..921d8152e4 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.1.1", + "version": "2.1.2", "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 78c9adf15c..07d1657840 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.1.1", + "version": "2.1.2", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",