Skip to content

Commit fae2010

Browse files
chore: release main (#1327)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb1d338 commit fae2010

File tree

11 files changed

+345
-10
lines changed

11 files changed

+345
-10
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/ripple-ui-core": "2.46.0",
3-
"packages/ripple-ui-forms": "2.46.0",
4-
"packages/ripple-ui-maps": "2.46.0",
5-
"packages/eslint-config-ripple": "2.46.0",
6-
"packages/stylelint-config-ripple": "2.46.0"
2+
"packages/ripple-ui-core": "2.47.0",
3+
"packages/ripple-ui-forms": "2.47.0",
4+
"packages/ripple-ui-maps": "2.47.0",
5+
"packages/eslint-config-ripple": "2.46.1",
6+
"packages/stylelint-config-ripple": "2.46.1"
77
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## [2.46.1](https://github.com/dpc-sdp/ripple/compare/eslint-config-ripple-v2.46.0...eslint-config-ripple-v2.46.1) (2025-12-24)
4+
5+
6+
### Miscellaneous
7+
8+
* adds release steps ([7d94a68](https://github.com/dpc-sdp/ripple/commit/7d94a68c06207e16b74b6fbcb6dde527a2afa5f7))
9+
* release 2.27.0 ([8ee774e](https://github.com/dpc-sdp/ripple/commit/8ee774eb32a6461c67907eb204a0b1a3d65bf427))
10+
* release 2.28.0 ([314a80e](https://github.com/dpc-sdp/ripple/commit/314a80e2f90d655b4db76a735c47bccb2bfece56))
11+
* release 2.29.0 ([e62ebcf](https://github.com/dpc-sdp/ripple/commit/e62ebcf494fe1f87255af37df66e4971d9bf165d))
12+
* release 2.30.0 ([eecd9f0](https://github.com/dpc-sdp/ripple/commit/eecd9f0aca4e4bf64de03b0b754d8b97d98b330e))
13+
* release 2.31.0 ([d2d039a](https://github.com/dpc-sdp/ripple/commit/d2d039ad5c2604dc99f8a4eb8fe28ba1cc341ecd))
14+
* release 2.32.0 ([aa0131e](https://github.com/dpc-sdp/ripple/commit/aa0131e0bbb5bc08072feedb854cb86f17762e0b))
15+
* release 2.33.0 ([e9f41bf](https://github.com/dpc-sdp/ripple/commit/e9f41bfa057d06f1c2b55605a888707e59fbf1f2))
16+
* release 2.34.0 ([31671d4](https://github.com/dpc-sdp/ripple/commit/31671d43d83492305ff34caf8ced61533bdc7932))
17+
* release 2.35.0 ([9cc236f](https://github.com/dpc-sdp/ripple/commit/9cc236f12fa1f1436039dd47071393dc84ff80f8))
18+
* release 2.36.0 ([5a495f6](https://github.com/dpc-sdp/ripple/commit/5a495f6bbb9899897e6897ffc6948bb84d33dcaf))
19+
* release 2.37.0 ([0df3b39](https://github.com/dpc-sdp/ripple/commit/0df3b39afe4c49158ad6c6b76142203e0ec418cc))
20+
* release 2.38.0 ([a509106](https://github.com/dpc-sdp/ripple/commit/a509106afaab275ea29cd77101ce840faf0e4c07))
21+
* release 2.39.0 ([afe23ab](https://github.com/dpc-sdp/ripple/commit/afe23ab9b9d84de82b586a1ad70d4f2bc4593a7c))
22+
* release 2.40.0 ([5a2b5a2](https://github.com/dpc-sdp/ripple/commit/5a2b5a2e488bca5f2ec2d6b7a81640adbfaccc36))
23+
* release 2.41.0 ([fc93948](https://github.com/dpc-sdp/ripple/commit/fc939485b73388e9af5c5a91734f7c5ec1ed8701))
24+
* release 2.42.0 ([7d17376](https://github.com/dpc-sdp/ripple/commit/7d173769d40bd5f9ce49907768e009d74d065429))
25+
* release 2.43.0 ([f6766e0](https://github.com/dpc-sdp/ripple/commit/f6766e0c6b0bb76cbbb700db4bdd088ae7c338cd))
26+
* release 2.44.0 ([8809eaa](https://github.com/dpc-sdp/ripple/commit/8809eaaaf40635f1af0ba7e86dc4443db1246fef))
27+
* release 2.45.0 ([288cb7c](https://github.com/dpc-sdp/ripple/commit/288cb7cdd01ef6cb1ed7d9d7d1e4a3f4bc4ae1a2))
28+
* release 2.46.0 ([4448c7a](https://github.com/dpc-sdp/ripple/commit/4448c7af174600b26e9dfd68a055d9b71effe22d))
29+
* update repo url in packages ([ccd2b48](https://github.com/dpc-sdp/ripple/commit/ccd2b48d95baa7a2fa4d14ab7730a06788902ac1))

packages/eslint-config-ripple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dpc-sdp/eslint-config-ripple",
33
"description": "ESLint config for Ripple projects",
4-
"version": "2.46.0",
4+
"version": "2.46.1",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/dpc-sdp/ripple",
77
"publishConfig": {

packages/ripple-ui-core/CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,118 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13031303
* **@dpc-sdp/ripple-ui-core:** removed the unneeded 1px margin from the file icon ([f25b39e](https://github.com/dpc-sdp/ripple-framework/commit/f25b39ee9b586094a0e40d77b4cc565e99c68eaf))
13041304
* **@dpc-sdp/ripple-ui-core:** revert content prop ([c79b30c](https://github.com/dpc-sdp/ripple-framework/commit/c79b30cf5cc665113458c59884e27719bf561726))
13051305

1306+
## [2.47.0](https://github.com/dpc-sdp/ripple/compare/ripple-ui-core-v2.46.0...ripple-ui-core-v2.47.0) (2025-12-24)
1307+
1308+
1309+
### Features
1310+
1311+
* :recycle: add summary opt support, revert news component ([e6bf5fb](https://github.com/dpc-sdp/ripple/commit/e6bf5fbba4f89808578ef1c14fe562b0ccf6348b))
1312+
* :recycle: refactor formatDate helper ([00737a8](https://github.com/dpc-sdp/ripple/commit/00737a8c6cad3e240bf72eb7a84d45ccfed48593))
1313+
* :recycle: use ID and direct DOM call instead ([a497478](https://github.com/dpc-sdp/ripple/commit/a4974788c043893b0a9d1628bcfdac92cdecde75))
1314+
* :sparkles: enable prefill, add new token ([3fd8d7e](https://github.com/dpc-sdp/ripple/commit/3fd8d7eb52f5a3f658eddb1101a32980c9666e0a))
1315+
* :sparkles: enforce date format ([5f5e456](https://github.com/dpc-sdp/ripple/commit/5f5e45620c6009bf733c1704acc60a6b931a0981))
1316+
* :sparkles: minimal upgrade to nuxt 4 ([3fcdcc3](https://github.com/dpc-sdp/ripple/commit/3fcdcc336ddea700d5e231e38159f704b459e04c))
1317+
* **@dpc-sdp/nuxt-ripple-analytics:** add 'mode' to custom collection, improved analytics context ([d0917a9](https://github.com/dpc-sdp/ripple/commit/d0917a9cba37e67a199a330ff24c00a12f4e4b91))
1318+
* **@dpc-sdp/nuxt-ripple:** add feature flag for primary nav login ([bcf80be](https://github.com/dpc-sdp/ripple/commit/bcf80be40058b1f95b216769c08efc76c60f0ab0))
1319+
* **@dpc-sdp/ripple-tide-api:** update media embed plugins and add alt, width and height support ([43b64d6](https://github.com/dpc-sdp/ripple/commit/43b64d6c05197d5025b5bb2495b15f6b767cf772))
1320+
* **@dpc-sdp/ripple-tide-event:** design updates to event cards ([8016187](https://github.com/dpc-sdp/ripple/commit/8016187d68f5edf1c47fe6b27f036932e666f7f5))
1321+
* **@dpc-sdp/ripple-tide-search:** add name context for data table toggle events ([9f26c07](https://github.com/dpc-sdp/ripple/commit/9f26c07451c0de756cbb5a337b5724c87038b79a))
1322+
* **@dpc-sdp/ripple-tide-search:** ensured name of map is used for analytics events ([72975b9](https://github.com/dpc-sdp/ripple/commit/72975b9da1cb1625bdeac4735e0878f3c895f580))
1323+
* **@dpc-sdp/ripple-tide-search:** improved analytics for search and maps ([4e89ba1](https://github.com/dpc-sdp/ripple/commit/4e89ba1efbe3155aed79677675febfa15b1ef72c))
1324+
* **@dpc-sdp/ripple-ui-core:** add aria attributes to primary nav ([00a7d91](https://github.com/dpc-sdp/ripple/commit/00a7d914f908369126dc3636e7080f0b706c8451))
1325+
* **@dpc-sdp/ripple-ui-core:** add default background to media embed and gallery ([b63848e](https://github.com/dpc-sdp/ripple/commit/b63848e7ca9c662ff7e9c04b68fe8015aa15f275))
1326+
* **@dpc-sdp/ripple-ui-core:** add scope attribute to tables ([e70b174](https://github.com/dpc-sdp/ripple/commit/e70b1745222d4b7589de244f97548b3d4b850253))
1327+
* **@dpc-sdp/ripple-ui-core:** add summary list component and update RplFormReview to us it ([9956c34](https://github.com/dpc-sdp/ripple/commit/9956c34165f5c1e6006bc8b8ac5c16779c5045ac))
1328+
* **@dpc-sdp/ripple-ui-core:** add support for table orientation ([94c0379](https://github.com/dpc-sdp/ripple/commit/94c037945e30a27db76c2736953c7798822bdd71))
1329+
* **@dpc-sdp/ripple-ui-core:** added RplLinkList ui component and mapping ([482c227](https://github.com/dpc-sdp/ripple/commit/482c227a6fd602a109d16e5227dfa40897db1039))
1330+
* **@dpc-sdp/ripple-ui-core:** adding stories, minor docs site fixes ([8332cf3](https://github.com/dpc-sdp/ripple/commit/8332cf33031604b14095cd48a31387d53ddf3002))
1331+
* **@dpc-sdp/ripple-ui-core:** allow html in tab titles ([68f3dde](https://github.com/dpc-sdp/ripple/commit/68f3ddecf56a7d27efcba391af16d4af190b8a08))
1332+
* **@dpc-sdp/ripple-ui-core:** allow html in tab titles ([89dbdea](https://github.com/dpc-sdp/ripple/commit/89dbdea4f63585c7a25c0aae4c8bdd8308897d43))
1333+
* **@dpc-sdp/ripple-ui-core:** remove avatar media embed variant ([3e14040](https://github.com/dpc-sdp/ripple/commit/3e1404031658b55054fcaf1975b894c2a31e259e))
1334+
* **@dpc-sdp/ripple-ui-core:** remove unused property from IRplTab type ([c50aa85](https://github.com/dpc-sdp/ripple/commit/c50aa8593754f5c50d245d589ac156ae4a1e1db8))
1335+
* **@dpc-sdp/ripple-ui-core:** support for animating in extra table content ([76c32a0](https://github.com/dpc-sdp/ripple/commit/76c32a0088ac528e8ace9491dfdea56bc18637ea))
1336+
* **@dpc-sdp/ripple-ui-core:** update summary list story ([fcfc49b](https://github.com/dpc-sdp/ripple/commit/fcfc49b051e278e6024f437b1761ff2e50ee6161))
1337+
* **@dpc-sdp/ripple-ui-core:** use contain for media image embeds ([e166df2](https://github.com/dpc-sdp/ripple/commit/e166df263d863cf3a23dae5d675a799f41ef6b22))
1338+
* **@dpc-sdp/ripple-ui-maps:** add open popup event ([991a216](https://github.com/dpc-sdp/ripple/commit/991a216c5d1f6379be87815a47a7baf88f13a97a))
1339+
* **docs:** updating docs site ([9f56d3d](https://github.com/dpc-sdp/ripple/commit/9f56d3d166744e4733c7c64a5929dc674ac95751))
1340+
1341+
1342+
### Bug Fixes
1343+
1344+
* :bug: add missing case ([897b5b4](https://github.com/dpc-sdp/ripple/commit/897b5b46f746b1b12f86bb637a8029aa6150b623))
1345+
* :memo: show token value if nested ([e494b06](https://github.com/dpc-sdp/ripple/commit/e494b06d49529ecb39d45221a82688becb6b0886))
1346+
* :memo: update forms storybook ([cfd1449](https://github.com/dpc-sdp/ripple/commit/cfd144935382da506f5ae8f5c3e898fd2f8a487e))
1347+
* :recycle: change abbrev pattern and remove comma ([4ae5fa6](https://github.com/dpc-sdp/ripple/commit/4ae5fa69ff5f4e7549085bc82f532cb497f5b5b2))
1348+
* :recycle: fix lint, pin style dictionary dep ([3a1a4f6](https://github.com/dpc-sdp/ripple/commit/3a1a4f6910ecb4c65f8d7b4b3ab82a1a832766f7))
1349+
* :recycle: force TZ ([ae34fda](https://github.com/dpc-sdp/ripple/commit/ae34fda9bbcf55a94f681f2ea047d87b6c98397b))
1350+
* :refactor: meet stricter lint ([ce301bb](https://github.com/dpc-sdp/ripple/commit/ce301bb54d2df72ab0bf61e305f669ffbe0dfe2e))
1351+
* :white_check_mark: remove date-fns locale ([f40e140](https://github.com/dpc-sdp/ripple/commit/f40e14064d759241405babc37a31eed51e67f875))
1352+
* **@dpc-sdp/ripple-tide-landing-page:** minor link list style change after feedback ([a576286](https://github.com/dpc-sdp/ripple/commit/a5762860cff7585803f0adf57f8e8264f1ff0e4d))
1353+
* **@dpc-sdp/ripple-tide-landing-page:** update search input encoding ([d18555f](https://github.com/dpc-sdp/ripple/commit/d18555f27a367894227345a14afbc4e91a62c88f))
1354+
* **@dpc-sdp/ripple-ui-core:** added scroll-padding-top to html element to fix a11y issue ([c0097e3](https://github.com/dpc-sdp/ripple/commit/c0097e33202a0b90a30f7c935dae57db14bd8ab0))
1355+
* **@dpc-sdp/ripple-ui-core:** changed rplsearchbar to use type text instead of search ([9749d2a](https://github.com/dpc-sdp/ripple/commit/9749d2a358aa6467b50e66ca7ec98e75ca47ea54))
1356+
* **@dpc-sdp/ripple-ui-core:** check if date is valid before use ([d4b89b5](https://github.com/dpc-sdp/ripple/commit/d4b89b572ee0dd3bd879a0fe1ba153ac4edb644c))
1357+
* **@dpc-sdp/ripple-ui-core:** don't use srcset for nav logos ([3a4f85d](https://github.com/dpc-sdp/ripple/commit/3a4f85d348f0b163bb75715ee323754ead124d37))
1358+
* **@dpc-sdp/ripple-ui-core:** fix bug when mixing keyboard navigation with click navigation ([63a54af](https://github.com/dpc-sdp/ripple/commit/63a54afd537e44d328a00dfc3a3677a772c6cbbb))
1359+
* **@dpc-sdp/ripple-ui-core:** fix link list test ([e42ed7a](https://github.com/dpc-sdp/ripple/commit/e42ed7a97eb56f95bc3a87d66b122de434e683e0))
1360+
* **@dpc-sdp/ripple-ui-core:** fix style export name ([df5201e](https://github.com/dpc-sdp/ripple/commit/df5201ea60c919244b64f979c5619f9e63a04ed8))
1361+
* **@dpc-sdp/ripple-ui-core:** fixed primary nav styling when no menu present ([dd26b84](https://github.com/dpc-sdp/ripple/commit/dd26b84c6b8847aa452b8f93d6b066a8fa12991a))
1362+
* **@dpc-sdp/ripple-ui-core:** issue when switching opened menus with click and tabs ([267f15e](https://github.com/dpc-sdp/ripple/commit/267f15edd2c14d98a8f1573680da216960fbda4f))
1363+
* **@dpc-sdp/ripple-ui-core:** make sure a11y click only fires once ([5d503cf](https://github.com/dpc-sdp/ripple/commit/5d503cf518585b5eb88259c6dea2ba6468f11b26))
1364+
* **@dpc-sdp/ripple-ui-core:** remove double heading ([02d5dc6](https://github.com/dpc-sdp/ripple/commit/02d5dc699e6adc697627193cdb170578fe243e83))
1365+
* **@dpc-sdp/ripple-ui-core:** swap RplImg to RplImage in primary nav ([1f186b7](https://github.com/dpc-sdp/ripple/commit/1f186b724b100252cce473a3bda3d102190ef7db))
1366+
* **@dpc-sdp/ripple-ui-core:** switch to even/odd row classes on data tables ([06fe980](https://github.com/dpc-sdp/ripple/commit/06fe980e98344bcfe6d8f502c216be1862a76c0b))
1367+
* **@dpc-sdp/ripple-ui-forms:** fixes for forms and map stories ([65c3dc9](https://github.com/dpc-sdp/ripple/commit/65c3dc9840637523537c15aaabe822afc5b9b835))
1368+
* fix storybook build ([b9565d3](https://github.com/dpc-sdp/ripple/commit/b9565d34f521232d87a16e46c52aea7bc5d268d3))
1369+
* **ripple-storybook:** update story urls, improve html only source rendering ([73e0649](https://github.com/dpc-sdp/ripple/commit/73e06492e1d67d012a5d89415648985b8fae992c))
1370+
1371+
1372+
### Miscellaneous
1373+
1374+
* :arrow_up: upgrade all dependencies with security advisories ([6fbf3e0](https://github.com/dpc-sdp/ripple/commit/6fbf3e038c5e2042250181b488d22f49179098b4))
1375+
* :arrow_up: upgrade to latest nuxt, use caret ([33cbc59](https://github.com/dpc-sdp/ripple/commit/33cbc59eb1813b627f5af6006051cb575e6f546f))
1376+
* :heavy_plus_sign: adds http-proxy-middleware dependency ([d4e8583](https://github.com/dpc-sdp/ripple/commit/d4e8583323f04218f809b24ac455401726aa69d1))
1377+
* :wrench: move nuxt/kit and nuxt/schema to catalog ([1a2e1f5](https://github.com/dpc-sdp/ripple/commit/1a2e1f51d5652dfc6539852c4ec85f50ac4f0a3a))
1378+
* :wrench: move nuxt/kit and nuxt/schema to catalog ([1aad570](https://github.com/dpc-sdp/ripple/commit/1aad570beb5489f35e7deee087a73bca176b4a3c))
1379+
* **@dpc-sdp/ripple-ui-core:** add logo sizes option ([70ccaf1](https://github.com/dpc-sdp/ripple/commit/70ccaf12ec634604a468c4de9d04e05cd520fe99))
1380+
* **@dpc-sdp/ripple-ui-core:** add summary component exports ([f097e7b](https://github.com/dpc-sdp/ripple/commit/f097e7bc8b47d5ffc837378b5a9db3fe7a1993b0))
1381+
* adds release steps ([7d94a68](https://github.com/dpc-sdp/ripple/commit/7d94a68c06207e16b74b6fbcb6dde527a2afa5f7))
1382+
* fix styles name due to vite update ([d518395](https://github.com/dpc-sdp/ripple/commit/d5183954b502a2af62f692c775a06bfbce5961fb))
1383+
* move RplFeatureFlags to ripple ui core ([526a3cf](https://github.com/dpc-sdp/ripple/commit/526a3cfef15b4c1ad4c94e0801e10bad34f17773))
1384+
* moved vueuse to pnpm catalog and fix version mismatch ([934d45f](https://github.com/dpc-sdp/ripple/commit/934d45fdbf5efcd6b2203efb6fcaef9b5f42c9de))
1385+
* moved vueuse to pnpm catalog and fix version mismatch ([334399d](https://github.com/dpc-sdp/ripple/commit/334399d34c7a93abfa40a98b98357f122a88ad9f))
1386+
* release 2.27.0 ([8ee774e](https://github.com/dpc-sdp/ripple/commit/8ee774eb32a6461c67907eb204a0b1a3d65bf427))
1387+
* release 2.28.0 ([314a80e](https://github.com/dpc-sdp/ripple/commit/314a80e2f90d655b4db76a735c47bccb2bfece56))
1388+
* release 2.29.0 ([e62ebcf](https://github.com/dpc-sdp/ripple/commit/e62ebcf494fe1f87255af37df66e4971d9bf165d))
1389+
* release 2.30.0 ([eecd9f0](https://github.com/dpc-sdp/ripple/commit/eecd9f0aca4e4bf64de03b0b754d8b97d98b330e))
1390+
* release 2.31.0 ([d2d039a](https://github.com/dpc-sdp/ripple/commit/d2d039ad5c2604dc99f8a4eb8fe28ba1cc341ecd))
1391+
* release 2.32.0 ([aa0131e](https://github.com/dpc-sdp/ripple/commit/aa0131e0bbb5bc08072feedb854cb86f17762e0b))
1392+
* release 2.33.0 ([e9f41bf](https://github.com/dpc-sdp/ripple/commit/e9f41bfa057d06f1c2b55605a888707e59fbf1f2))
1393+
* release 2.34.0 ([31671d4](https://github.com/dpc-sdp/ripple/commit/31671d43d83492305ff34caf8ced61533bdc7932))
1394+
* release 2.35.0 ([9cc236f](https://github.com/dpc-sdp/ripple/commit/9cc236f12fa1f1436039dd47071393dc84ff80f8))
1395+
* release 2.36.0 ([5a495f6](https://github.com/dpc-sdp/ripple/commit/5a495f6bbb9899897e6897ffc6948bb84d33dcaf))
1396+
* release 2.37.0 ([0df3b39](https://github.com/dpc-sdp/ripple/commit/0df3b39afe4c49158ad6c6b76142203e0ec418cc))
1397+
* release 2.38.0 ([a509106](https://github.com/dpc-sdp/ripple/commit/a509106afaab275ea29cd77101ce840faf0e4c07))
1398+
* release 2.39.0 ([afe23ab](https://github.com/dpc-sdp/ripple/commit/afe23ab9b9d84de82b586a1ad70d4f2bc4593a7c))
1399+
* release 2.40.0 ([5a2b5a2](https://github.com/dpc-sdp/ripple/commit/5a2b5a2e488bca5f2ec2d6b7a81640adbfaccc36))
1400+
* release 2.41.0 ([fc93948](https://github.com/dpc-sdp/ripple/commit/fc939485b73388e9af5c5a91734f7c5ec1ed8701))
1401+
* release 2.42.0 ([7d17376](https://github.com/dpc-sdp/ripple/commit/7d173769d40bd5f9ce49907768e009d74d065429))
1402+
* release 2.43.0 ([f6766e0](https://github.com/dpc-sdp/ripple/commit/f6766e0c6b0bb76cbbb700db4bdd088ae7c338cd))
1403+
* release 2.44.0 ([8809eaa](https://github.com/dpc-sdp/ripple/commit/8809eaaaf40635f1af0ba7e86dc4443db1246fef))
1404+
* release 2.45.0 ([288cb7c](https://github.com/dpc-sdp/ripple/commit/288cb7cdd01ef6cb1ed7d9d7d1e4a3f4bc4ae1a2))
1405+
* release 2.46.0 ([4448c7a](https://github.com/dpc-sdp/ripple/commit/4448c7af174600b26e9dfd68a055d9b71effe22d))
1406+
* revert RplImage tag change ([7d11c3a](https://github.com/dpc-sdp/ripple/commit/7d11c3a9c91e74fa48545fc245a8b975c62a527b))
1407+
* swap RplImg to RplImage in primary nav ([52e4b97](https://github.com/dpc-sdp/ripple/commit/52e4b973471fa6d03c3dd5eab8587ed65be92aec))
1408+
* update repo url in packages ([ccd2b48](https://github.com/dpc-sdp/ripple/commit/ccd2b48d95baa7a2fa4d14ab7730a06788902ac1))
1409+
1410+
1411+
### Code Refactoring
1412+
1413+
* **@dpc-sdp/ripple-tide-search:** improved click_search_result event ([0882b4c](https://github.com/dpc-sdp/ripple/commit/0882b4c549c289b921b9f310664d92dc6c36cca8))
1414+
* **@dpc-sdp/ripple-ui-core:** allow setting number of columns for link list component ([77e53a9](https://github.com/dpc-sdp/ripple/commit/77e53a9dd36d9ed8c5fe042df3e01daf296fe33e))
1415+
* **@dpc-sdp/ripple-ui-core:** tweaked RplLinkList to better match designs ([e87aea8](https://github.com/dpc-sdp/ripple/commit/e87aea8e21794fb08bfebd15416d165344c0cffa))
1416+
* **ripple-storybook:** upgrade to storybook 9 and CSF ([f04fe2b](https://github.com/dpc-sdp/ripple/commit/f04fe2bcbaadc8ee88a52359aa74913d7af98980))
1417+
13061418
## [2.0.1-alpha.4](https://github.com/dpc-sdp/ripple-framework/compare/v2.0.1-alpha.3...v2.0.1-alpha.4) (2022-11-06)
13071419

13081420
**Note:** Version bump only for package @dpc-sdp/ripple-ui-core

packages/ripple-ui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dpc-sdp/ripple-ui-core",
33
"description": "Ripple UI Core component library",
4-
"version": "2.46.0",
4+
"version": "2.47.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/dpc-sdp/ripple",
77
"publishConfig": {

0 commit comments

Comments
 (0)