@gomusdev/web-components 4.6.2 → 4.7.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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.7.0 (2026-07-14)
4
+
5
+ ### Features
6
+
7
+ * **accessibility:** derive quantity control labels from event details, closes [#141](https://gitlab.giantmonkey.de/gomus/frontend/issues/141)
8
+
3
9
  ## 4.6.2 (2026-07-14)
4
10
 
5
11
  ### Bug Fixes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "4.6.2",
7
+ "version": "4.7.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",