@carto/meridian-ds 2.14.3-alpha.ddde90f.204 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,13 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - Fix: improve TableWidget header label contrast and IconButton aria-label placement for a11y [#398](https://github.com/CartoDB/meridian-ds/pull/398)
5
+ ## 2.0
6
+
7
+ ### 2.15.0
8
+
9
+ - Fix: WCAG accessibility improvements — IconButton aria-label, text contrast, widget labels [#398](https://github.com/CartoDB/meridian-ds/pull/398)
6
10
  - CI: add prerelease workflow for branch releases [#396](https://github.com/CartoDB/meridian-ds/pull/396)
7
11
  - Migrate Storybook from v8 to v10 [#393](https://github.com/CartoDB/meridian-ds/pull/393)
8
12
  - Add Storybook MCP addon for AI-assisted development [#394](https://github.com/CartoDB/meridian-ds/pull/394)
9
13
 
10
- ## 2.0
11
-
12
14
  ### 2.14.2
13
15
 
14
16
  - Fix: scope accordion small-size selectors to AccordionGroup and reset button letter-spacing [#391](https://github.com/CartoDB/meridian-ds/pull/391)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carto/meridian-ds",
3
- "version": "2.14.3-alpha.ddde90f.204",
3
+ "version": "2.15.0",
4
4
  "description": "CARTO Meridian Design System",
5
5
  "type": "module",
6
6
  "scripts": {