@amboss/design-system 1.1.2 → 1.1.3

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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # v1.1.3 (Thu Mar 31 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### Fix pa11yci-config rules and URLs ([#452](https://github.com/amboss-mededu/amboss-design-system/pull/452))
6
+
7
+ Add components iframe URLS
8
+ Add ignore rules from the guideline
9
+
10
+ ---
11
+
12
+ #### 🐛 Bug Fix
13
+
14
+ - Fix pa11yci-config rules and URLs [#452](https://github.com/amboss-mededu/amboss-design-system/pull/452) ([@Hadh](https://github.com/Hadh))
15
+
16
+ #### Authors: 1
17
+
18
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
19
+
20
+ ---
21
+
1
22
  # v1.1.2 (Thu Mar 24 2022)
2
23
 
3
24
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amboss/design-system",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "the design system for AMBOSS products",
5
5
  "author": "Bagrat Gobedashvili",
6
6
  "license": "ISC",