Skip to content

Commit 12ab3b3

Browse files
chore: release main (#1382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e49c69 commit 12ab3b3

7 files changed

Lines changed: 32 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/ripple-ui-core": "2.51.1",
3-
"packages/ripple-ui-forms": "2.49.1",
4-
"packages/ripple-ui-maps": "2.48.4",
2+
"packages/ripple-ui-core": "2.52.0",
3+
"packages/ripple-ui-forms": "2.50.0",
4+
"packages/ripple-ui-maps": "2.49.0",
55
"packages/eslint-config-ripple": "2.46.5",
66
"packages/stylelint-config-ripple": "2.46.3"
77
}

packages/ripple-ui-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,13 @@ 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.52.0](https://github.com/dpc-sdp/ripple/compare/ripple-ui-core-v2.51.1...ripple-ui-core-v2.52.0) (2026-04-30)
1307+
1308+
1309+
### Features
1310+
1311+
* **@dpc-sdp/ripple-ui-core:** search result promo data ([#1378](https://github.com/dpc-sdp/ripple/issues/1378)) ([0dca372](https://github.com/dpc-sdp/ripple/commit/0dca37227c2d4b3bf8ab50af939bd2ab4425c294))
1312+
13061313
## [2.51.1](https://github.com/dpc-sdp/ripple/compare/ripple-ui-core-v2.51.0...ripple-ui-core-v2.51.1) (2026-04-17)
13071314

13081315

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.51.1",
4+
"version": "2.52.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/dpc-sdp/ripple",
77
"publishConfig": {

packages/ripple-ui-forms/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
774774
* **@dpc-sdp/ripple-ui-forms:** :building_construction: move storybook to project root, add forms ([578f8c9](https://github.com/dpc-sdp/ripple-framework/commit/578f8c92904e5f05f24ec1d8cb0646af13a32a43))
775775
* **@dpc-sdp/ripple-ui-forms:** :sparkles: change form validation to be on submit ([eedc937](https://github.com/dpc-sdp/ripple-framework/commit/eedc9373cb04817c94fd095d2c564e56140064c1))
776776

777+
## [2.50.0](https://github.com/dpc-sdp/ripple/compare/ripple-ui-forms-v2.49.1...ripple-ui-forms-v2.50.0) (2026-04-30)
778+
779+
780+
### Features
781+
782+
* **@dpc-sdp/ripple-ui-forms:** add option to clear search on option selection ([#1379](https://github.com/dpc-sdp/ripple/issues/1379)) ([01955c1](https://github.com/dpc-sdp/ripple/commit/01955c12767a9567ea10326c53e0a9c3ed8338eb))
783+
784+
785+
### Reverts
786+
787+
* **@dpc-sdp/ripple-ui-forms:** remove date select powered by @vuepic/vue-datepicker ([#1380](https://github.com/dpc-sdp/ripple/issues/1380)) ([16ddea3](https://github.com/dpc-sdp/ripple/commit/16ddea31d1d0ce7177d719a27a64ca42c51b3da2))
788+
777789
## [2.49.1](https://github.com/dpc-sdp/ripple/compare/ripple-ui-forms-v2.49.0...ripple-ui-forms-v2.49.1) (2026-04-17)
778790

779791

packages/ripple-ui-forms/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-forms",
33
"description": "A form component library built with Formkit",
4-
"version": "2.49.1",
4+
"version": "2.50.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/dpc-sdp/ripple",
77
"publishConfig": {

packages/ripple-ui-maps/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.49.0](https://github.com/dpc-sdp/ripple/compare/ripple-ui-maps-v2.48.4...ripple-ui-maps-v2.49.0) (2026-04-30)
4+
5+
6+
### Features
7+
8+
* **@dpc-sdp/ripple-ui-maps:** add excessResults prop to sidepanel ([#1383](https://github.com/dpc-sdp/ripple/issues/1383)) ([7e49c69](https://github.com/dpc-sdp/ripple/commit/7e49c69a49a92169f28e3bb9878e4c49d8dd4be5))
9+
310
## [2.48.4](https://github.com/dpc-sdp/ripple/compare/ripple-ui-maps-v2.48.3...ripple-ui-maps-v2.48.4) (2026-04-17)
411

512

packages/ripple-ui-maps/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-maps",
33
"description": "Ripple UI Core component library",
4-
"version": "2.48.4",
4+
"version": "2.49.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/dpc-sdp/ripple",
77
"publishConfig": {

0 commit comments

Comments
 (0)