From 6d1a86feddc258161cb3e5d99da7b15bed187e9d Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Fri, 12 Jan 2024 15:46:28 +1100 Subject: [PATCH] chore: :bookmark: release v2.6.0 --- CHANGELOG.md | 141 ++++++++++++++++++ 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 | 6 +- packages/stylelint-config-ripple/package.json | 2 +- 22 files changed, 164 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c515f71000..a4c50a3d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,146 @@ # Changelog +## v2.6.0 + +[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.5.3...v2.6.0) + + +### ๐Ÿš€ Enhancements + + - **@dpc-sdp/ripple-ui-forms:** Add native date picker ([469b84051](https://github.com/dpc-sdp/ripple-framework/commit/469b84051)) + - **@dpc-sdp/ripple-ui-maps:** Added WIP ripple-ui-maps package ([631f17c40](https://github.com/dpc-sdp/ripple-framework/commit/631f17c40)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿšง wip for data driven maps ([5d50880da](https://github.com/dpc-sdp/ripple-framework/commit/5d50880da)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿšง wip on maps ([57b751298](https://github.com/dpc-sdp/ripple-framework/commit/57b751298)) + - **@dpc-sdp/ripple-ui-maps:** Added legend component ([c39ea92a1](https://github.com/dpc-sdp/ripple-framework/commit/c39ea92a1)) + - **@dpc-sdp/ripple-ui-maps:** Add pin color on popup ([52d57db2f](https://github.com/dpc-sdp/ripple-framework/commit/52d57db2f)) + - **@dpc-sdp/ripple-ui-maps:** Cleaned up map control button styling ([e566b01a1](https://github.com/dpc-sdp/ripple-framework/commit/e566b01a1)) + - **@dpc-sdp/ripple-ui-maps:** โ™ป๏ธ use custom map controls ([150e9ac9c](https://github.com/dpc-sdp/ripple-framework/commit/150e9ac9c)) + - **@dpc-sdp/ripple-ui-maps:** Cleaned up map pop up styling and behavious ([bf3be769a](https://github.com/dpc-sdp/ripple-framework/commit/bf3be769a)) + - **@dpc-sdp/ripple-tide-search:** Added grey background when map view enabled ([38acf22ac](https://github.com/dpc-sdp/ripple-framework/commit/38acf22ac)) + - **@dpc-sdp/ripple-tide-search:** Use tag in search bar and fix keyboard controls ([212044860](https://github.com/dpc-sdp/ripple-framework/commit/212044860)) + - **@dpc-sdp/ripple-tide-landing-page:** โœจ add date to news card ([5a375254f](https://github.com/dpc-sdp/ripple-framework/commit/5a375254f)) + - **@dpc-sdp/nuxt-ripple:** Adds logging in vue/nuxt contexts ([18c1f12c6](https://github.com/dpc-sdp/ripple-framework/commit/18c1f12c6)) + - **@dpc-sdp/nuxt-ripple-analytics:** โœจ push ripple version ([3e0a94f81](https://github.com/dpc-sdp/ripple-framework/commit/3e0a94f81)) + - **@dpc-sdp/ripple-ui-forms:** Update form submission events ([b2830e271](https://github.com/dpc-sdp/ripple-framework/commit/b2830e271)) + - **@dpc-sdp/ripple-tide-search:** Add clear search event ([370df095d](https://github.com/dpc-sdp/ripple-framework/commit/370df095d)) + - **@dpc-sdp/ripple-ui-forms:** Add non-pii form data to submission events ([3f1cf84d3](https://github.com/dpc-sdp/ripple-framework/commit/3f1cf84d3)) + - **@dpc-sdp/ripple-tide-api:** Add section id to logging messages and add debug info ([525f8319f](https://github.com/dpc-sdp/ripple-framework/commit/525f8319f)) + - **@dpc-sdp/ripple-ui-forms:** Ios style fixes for native date field ([8ffb3e7c6](https://github.com/dpc-sdp/ripple-framework/commit/8ffb3e7c6)) + - **@dpc-sdp/ripple-tide-search:** Add the search filter field for date picker ([55e440165](https://github.com/dpc-sdp/ripple-framework/commit/55e440165)) + - **@dpc-sdp/ripple-tide-search:** Add option to hide the listing search form ([a13318564](https://github.com/dpc-sdp/ripple-framework/commit/a13318564)) + - **@dpc-sdp/ripple-ui-core:** Add name field to search event ([767705fad](https://github.com/dpc-sdp/ripple-framework/commit/767705fad)) + - **@dpc-sdp/ripple-ui-core:** Add reversed stripes to search bar ([1b5343b8e](https://github.com/dpc-sdp/ripple-framework/commit/1b5343b8e)) + - **@dpc-sdp/ripple-tide-search:** Only search/show suggestions for 3+ characters ([c88de3f1e](https://github.com/dpc-sdp/ripple-framework/commit/c88de3f1e)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿšง poc for adding dependent filters ([cfc97fb9f](https://github.com/dpc-sdp/ripple-framework/commit/cfc97fb9f)) + - **@dpc-sdp/ripple-ui-forms:** Use new pii field to determine if field events include value ([6140f8f75](https://github.com/dpc-sdp/ripple-framework/commit/6140f8f75)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿšง poc for adding dependent filters ([6381e7fc8](https://github.com/dpc-sdp/ripple-framework/commit/6381e7fc8)) + - **@dpc-sdp/ripple-ui-maps:** โœจ adds noresults message to maps ([984d43028](https://github.com/dpc-sdp/ripple-framework/commit/984d43028)) + - **@dpc-sdp/ripple-tide-search:** โœจ add options from taxonomy support in custom col ([168eafdcd](https://github.com/dpc-sdp/ripple-framework/commit/168eafdcd)) + - **@dpc-sdp/ripple-ui-maps:** โœจ add dismiss noresults on map click ([eaeba1808](https://github.com/dpc-sdp/ripple-framework/commit/eaeba1808)) + - **@dpc-sdp/ripple-tide-search:** Distinguish between tide search usages ([76bc9a9f9](https://github.com/dpc-sdp/ripple-framework/commit/76bc9a9f9)) + - **@dpc-sdp/ripple-tide-search:** Wip for grouped dependent field ([d1ab7b1d8](https://github.com/dpc-sdp/ripple-framework/commit/d1ab7b1d8)) + - **@dpc-sdp/ripple-tide-api:** Add check for ics files in markup transpiler ([e71d89928](https://github.com/dpc-sdp/ripple-framework/commit/e71d89928)) + - **@dpc-sdp/ripple-tide-search:** Single selects, manage suggestions via config, fix map issue ([942ee58b7](https://github.com/dpc-sdp/ripple-framework/commit/942ee58b7)) + +### ๐Ÿฉน Fixes + + - **nuxt-ripple:** ๐Ÿ› use theme colour instead of hardcoded value ([614af048b](https://github.com/dpc-sdp/ripple-framework/commit/614af048b)) + - **@dpc-sdp/ripple-ui-maps:** โšก๏ธ fix map performance issues ([a0edccb7d](https://github.com/dpc-sdp/ripple-framework/commit/a0edccb7d)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ› prevent error with filters in SSR ([10a2af83c](https://github.com/dpc-sdp/ripple-framework/commit/10a2af83c)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ“Œ pin openlayers to 7.x to fix re-render issue ([aa55a8aab](https://github.com/dpc-sdp/ripple-framework/commit/aa55a8aab)) + - **@dpc-sdp/ripple-ui-maps:** Fix lodash import ([236c660c0](https://github.com/dpc-sdp/ripple-framework/commit/236c660c0)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿฉน temp disable map controls to get site building ([425340e8a](https://github.com/dpc-sdp/ripple-framework/commit/425340e8a)) + - **@dpc-sdp/ripple-ui-core:** Reverted bad table styling ([9a5ad6158](https://github.com/dpc-sdp/ripple-framework/commit/9a5ad6158)) + - **@dpc-sdp/ripple-ui-maps:** Fixed missing ref import ([3568b8492](https://github.com/dpc-sdp/ripple-framework/commit/3568b8492)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ› fix popup not displaying for features in the same location ([a760c8ca0](https://github.com/dpc-sdp/ripple-framework/commit/a760c8ca0)) + - **@dpc-sdp/ripple-ui-core:** Added missing scroll wrapper for wysiwg tables ([3a3a48cbf](https://github.com/dpc-sdp/ripple-framework/commit/3a3a48cbf)) + - **@dpc-sdp/ripple-tide-search:** Fixed back button behavior for maps and case sensitive suggestions ([495e0eb53](https://github.com/dpc-sdp/ripple-framework/commit/495e0eb53)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ› cluster zoom behaviour for regional areas ([fedcb6217](https://github.com/dpc-sdp/ripple-framework/commit/fedcb6217)) + - **@dpc-sdp/ripple-tide-search:** Fixed default legend expanded config not applying ([6bb71c0b0](https://github.com/dpc-sdp/ripple-framework/commit/6bb71c0b0)) + - **@dpc-sdp/nuxt-ripple:** Fixed 'A composable that requires access to the Nuxt instance...' error ([acc30c915](https://github.com/dpc-sdp/ripple-framework/commit/acc30c915)) + - **@dpc-sdp/nuxt-ripple:** Prevented url params being stripped for cached pages ([b7ee30058](https://github.com/dpc-sdp/ripple-framework/commit/b7ee30058)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ› zoom to extent of postcode on search ([92849fec9](https://github.com/dpc-sdp/ripple-framework/commit/92849fec9)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ› fix noresults message for list ([492a094c8](https://github.com/dpc-sdp/ripple-framework/commit/492a094c8)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ› search projects by suburb instead of postcode ([650f114bd](https://github.com/dpc-sdp/ripple-framework/commit/650f114bd)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ› improve loaction search to only match exact postcode ([60b5220c5](https://github.com/dpc-sdp/ripple-framework/commit/60b5220c5)) + - **@dpc-sdp/ripple-ui-forms:** ๐Ÿ› fix dropdown reverse variant hover state ([ef5b9f667](https://github.com/dpc-sdp/ripple-framework/commit/ef5b9f667)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ› fix missing import ([505d3d7ed](https://github.com/dpc-sdp/ripple-framework/commit/505d3d7ed)) + - **@dpc-sdp/ripple-ui-core:** Update icon focus colours ([5ef44f58d](https://github.com/dpc-sdp/ripple-framework/commit/5ef44f58d)) + - **@dpc-sdp/ripple-ui-core:** Fix media query, update back to top positioning ([3965341d6](https://github.com/dpc-sdp/ripple-framework/commit/3965341d6)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ› fix dropdown option sort order from taxonomy weight ([177ca445c](https://github.com/dpc-sdp/ripple-framework/commit/177ca445c)) + - **@dpc-sdp/ripple-tide-search:** Update to get single select dropdowns working ([41adf3bda](https://github.com/dpc-sdp/ripple-framework/commit/41adf3bda)) + - **nuxt-app:** Remove @focus on tests ([bb840cd87](https://github.com/dpc-sdp/ripple-framework/commit/bb840cd87)) + - **@dpc-sdp/ripple-tide-search:** โœ… fix failing dependent filter tests ([0603182ba](https://github.com/dpc-sdp/ripple-framework/commit/0603182ba)) + +### ๐Ÿ’… Refactors + + - **@dpc-sdp/ripple-tide-search:** Changed useTideSearch to use named params ([9cdf9c33d](https://github.com/dpc-sdp/ripple-framework/commit/9cdf9c33d)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ“Œ move dependencies and make ol peer dep ([93fe15ccd](https://github.com/dpc-sdp/ripple-framework/commit/93fe15ccd)) + - **@dpc-sdp/ripple-ui-maps:** โœจ improve cluster zoom behaviour ([502de55cf](https://github.com/dpc-sdp/ripple-framework/commit/502de55cf)) + - **@dpc-sdp/ripple-tide-search:** Rename data driven map back to custom collection ([353812016](https://github.com/dpc-sdp/ripple-framework/commit/353812016)) + - **@dpc-sdp/ripple-tide-search:** Fixed component renaming ([23750a908](https://github.com/dpc-sdp/ripple-framework/commit/23750a908)) + - **@dpc-sdp/ripple-tide-publication:** โ™ป๏ธ enable site breadcrumbs on publication parent ([53df8317b](https://github.com/dpc-sdp/ripple-framework/commit/53df8317b)) + - **@dpc-sdp/ripple-ui-maps:** โ™ป๏ธ change configuration key to use single location field ([4de958b0a](https://github.com/dpc-sdp/ripple-framework/commit/4de958b0a)) + - **nuxt-ripple:** โ™ป๏ธ guard against no theme ([de1bb106e](https://github.com/dpc-sdp/ripple-framework/commit/de1bb106e)) + - โ™ป๏ธ cleanup before merge ([5fa220ae8](https://github.com/dpc-sdp/ripple-framework/commit/5fa220ae8)) + +### ๐Ÿก Chore + + - **@dpc-sdp/ripple-ui-maps:** Merge maps stuff in ([92c189e2c](https://github.com/dpc-sdp/ripple-framework/commit/92c189e2c)) + - **@dpc-sdp/ripple-ui-maps:** โฌ†๏ธ update openlayers dependencies ([ce7f56d68](https://github.com/dpc-sdp/ripple-framework/commit/ce7f56d68)) + - **@dpc-sdp/ripple-ui-maps:** Ignore example components and add ol as peer ([ae9a6b02d](https://github.com/dpc-sdp/ripple-framework/commit/ae9a6b02d)) + - **@dpc-sdp/ripple-tide-search:** Transpile deps ([dd2cc868f](https://github.com/dpc-sdp/ripple-framework/commit/dd2cc868f)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿฑ cleanup icon attrs ([e9229eff1](https://github.com/dpc-sdp/ripple-framework/commit/e9229eff1)) + - Update maps fixture ([6e4e7b57e](https://github.com/dpc-sdp/ripple-framework/commit/6e4e7b57e)) + - **@dpc-sdp/ripple-ui-core:** ๐Ÿšš rename incorrect case icon ([5ae41539e](https://github.com/dpc-sdp/ripple-framework/commit/5ae41539e)) + - **@dpc-sdp/ripple-ui-maps:** Increase zoom level on center ([dda2be5a3](https://github.com/dpc-sdp/ripple-framework/commit/dda2be5a3)) + - **@dpc-sdp/ripple-ui-maps:** Configure duplicate pin proximity ([c88f3b493](https://github.com/dpc-sdp/ripple-framework/commit/c88f3b493)) + - Increase visual diff threshold ([56d3e87ff](https://github.com/dpc-sdp/ripple-framework/commit/56d3e87ff)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ’„ fix map icon and stories ([8f099df52](https://github.com/dpc-sdp/ripple-framework/commit/8f099df52)) + - Remove reference site update step using circle ([430a45a65](https://github.com/dpc-sdp/ripple-framework/commit/430a45a65)) + - **nuxt-app:** Updated example map config ([f0dbc93ee](https://github.com/dpc-sdp/ripple-framework/commit/f0dbc93ee)) + - **@dpc-sdp/ripple-ui-forms:** Remove datepicker from storybook ([9ed5ae400](https://github.com/dpc-sdp/ripple-framework/commit/9ed5ae400)) + - **nuxt-app:** Push up failing tests ([ff239ccdd](https://github.com/dpc-sdp/ripple-framework/commit/ff239ccdd)) + - Remove console log ([3c0ae7f3f](https://github.com/dpc-sdp/ripple-framework/commit/3c0ae7f3f)) + +### โœ… Tests + + - **@dpc-sdp/ripple-ui-maps:** Update maps test ([c64ef5150](https://github.com/dpc-sdp/ripple-framework/commit/c64ef5150)) + - **@dpc-sdp/ripple-ui-maps:** Update maps test ([3b26eb7a2](https://github.com/dpc-sdp/ripple-framework/commit/3b26eb7a2)) + - **@dpc-sdp/ripple-ui-maps:** โœ… organise map tests ([f73f8467f](https://github.com/dpc-sdp/ripple-framework/commit/f73f8467f)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿงช adds visual tests for maps ([d628cb115](https://github.com/dpc-sdp/ripple-framework/commit/d628cb115)) + - **@dpc-sdp/ripple-ui-maps:** โœ… hide primary nav in screenshots ([a8c5406dc](https://github.com/dpc-sdp/ripple-framework/commit/a8c5406dc)) + - **@dpc-sdp/ripple-ui-maps:** โœ… fix storybook tests ([bd36e0259](https://github.com/dpc-sdp/ripple-framework/commit/bd36e0259)) + - **@dpc-sdp/ripple-ui-maps:** โœ… update search bar component test ([9350d2bbb](https://github.com/dpc-sdp/ripple-framework/commit/9350d2bbb)) + - **@dpc-sdp/ripple-ui-core:** โœ… update tabs cy test ([d5e1f35d8](https://github.com/dpc-sdp/ripple-framework/commit/d5e1f35d8)) + - **@dpc-sdp/ripple-ui-maps:** โœ… add wait in location search test ([dada32fa5](https://github.com/dpc-sdp/ripple-framework/commit/dada32fa5)) + - **@dpc-sdp/ripple-ui-maps:** โœ… fix locality search mock ([97a0401ab](https://github.com/dpc-sdp/ripple-framework/commit/97a0401ab)) + - **@dpc-sdp/ripple-ui-maps:** โœ… update cluster screenshot ([e0bc7305c](https://github.com/dpc-sdp/ripple-framework/commit/e0bc7305c)) + - **@dpc-sdp/ripple-ui-maps:** โœ… fix tests for map no results ([1dcac4c69](https://github.com/dpc-sdp/ripple-framework/commit/1dcac4c69)) + - **@dpc-sdp/ripple-ui-maps:** โœ… fix maps tests ([56ed7ef14](https://github.com/dpc-sdp/ripple-framework/commit/56ed7ef14)) + - **@dpc-sdp/ripple-ui-maps:** โœ… add waits on maps tests ([d84bbcfca](https://github.com/dpc-sdp/ripple-framework/commit/d84bbcfca)) + - **@dpc-sdp/ripple-ui-maps:** โœ… update image snapshots ([569e062db](https://github.com/dpc-sdp/ripple-framework/commit/569e062db)) + - **@dpc-sdp/ripple-ui-maps:** โœ… increase image diff threshold ([262a08dec](https://github.com/dpc-sdp/ripple-framework/commit/262a08dec)) + - **@dpc-sdp/ripple-ui-maps:** โœ… fix tests ([a2bbff280](https://github.com/dpc-sdp/ripple-framework/commit/a2bbff280)) + - **nuxt-app:** Adding basic cypress tests for autocomplete/suggestions ([0ef55fe12](https://github.com/dpc-sdp/ripple-framework/commit/0ef55fe12)) + +### ๐ŸŽจ Styles + + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ’„ update cluster size ([df2559e93](https://github.com/dpc-sdp/ripple-framework/commit/df2559e93)) + - **@dpc-sdp/ripple-ui-maps:** ๐Ÿ’„ style fixes for cluster and map controls ([398064b9f](https://github.com/dpc-sdp/ripple-framework/commit/398064b9f)) + - **@dpc-sdp/ripple-ui-maps:** Add space around error message ([1e8cc17e3](https://github.com/dpc-sdp/ripple-framework/commit/1e8cc17e3)) + - **@dpc-sdp/ripple-tide-search:** ๐Ÿ’„ add margin around error message ([5db24d65b](https://github.com/dpc-sdp/ripple-framework/commit/5db24d65b)) + - **@dpc-sdp/ripple-ui-maps:** Updated map styling after design feedback ([6eaf8cc8e](https://github.com/dpc-sdp/ripple-framework/commit/6eaf8cc8e)) + - **@dpc-sdp/nuxt-ripple:** Fixed linting ([1b2821d2e](https://github.com/dpc-sdp/ripple-framework/commit/1b2821d2e)) + +### โค๏ธ Contributors + +- Dylankelly +- Dylan Kelly +- David Featherston +- Jeffrey Dowdle +- Jason Smith + ## v2.5.2...release/v2.5.3 [compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.5.2...release/v2.5.3) diff --git a/lerna.json b/lerna.json index 6d05db4efc..d090acbb08 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.5.3", + "version": "2.6.0", "npmClient": "pnpm", "exact": true, "command": { diff --git a/packages/eslint-config-ripple/package.json b/packages/eslint-config-ripple/package.json index 07077ea269..8fa7057205 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.5.3", + "version": "2.6.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 49aba45224..9645d43eec 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.5.3", + "version": "2.6.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 d3cd815fd9..548535863e 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.5.3", + "version": "2.6.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 de7dcade5d..2bc2e6e37a 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.5.3", + "version": "2.6.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 a2244647dc..14cb66ece3 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.5.3", + "version": "2.6.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 2028761c18..2430976ef4 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.5.3", + "version": "2.6.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 8fef066f16..153d4ae2d5 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.5.3", + "version": "2.6.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 b2ea5a3718..5a291df709 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.5.3", + "version": "2.6.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 08fa6d62cb..2c0f47f58f 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.5.3", + "version": "2.6.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 eb2d131ccd..0cfb4a4ed5 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.5.3", + "version": "2.6.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 edf73012f5..875ffe053c 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.5.3", + "version": "2.6.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 5df3168f97..fd46e83dab 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.5.3", + "version": "2.6.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 7b968f1fd2..bc25f55d04 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.5.3", + "version": "2.6.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 e0dc718ad0..b5c4908329 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.5.3", + "version": "2.6.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 dfd8343736..583a5de068 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.5.3", + "version": "2.6.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 e7262cbd53..85c4bc199f 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.5.3", + "version": "2.6.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 d754e8db12..f0a5d0aa4e 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.5.3", + "version": "2.6.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 9a204765be..8e55a36059 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.5.3", + "version": "2.6.0", "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 25ed448b0c..140c504cd0 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.1.1", + "version": "2.6.0", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "files": [ @@ -48,10 +48,10 @@ "vue3-openlayers": "1.2.1" }, "peerDependencies": { - "vue": "^3.3.4", "ol": "^7.4.0", "ol-contextmenu": "^5.2.1", - "ol-ext": "^4.0.8" + "ol-ext": "^4.0.8", + "vue": "^3.3.4" }, "devDependencies": { "@dpc-sdp/ripple-tide-api": "workspace:*", diff --git a/packages/stylelint-config-ripple/package.json b/packages/stylelint-config-ripple/package.json index ecb3e46d26..3a08586d68 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.5.3", + "version": "2.6.0", "license": "Apache-2.0", "repository": "https://github.com/dpc-sdp/ripple-framework", "main": "index.js",