@amboss/design-system 1.2.2 → 1.2.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.2.3 (Tue Apr 12 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### Stories URL and pa11yci configuration generation ([#456](https://github.com/amboss-mededu/amboss-design-system/pull/456))
6
+
7
+ - Generation of stories URLs
8
+ - Creation of pa11yci confuguration file
9
+
10
+ ---
11
+
12
+ #### 🐛 Bug Fix
13
+
14
+ - Stories URL and pa11yci configuration generation [#456](https://github.com/amboss-mededu/amboss-design-system/pull/456) ([@Hadh](https://github.com/Hadh))
15
+
16
+ #### Authors: 1
17
+
18
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
19
+
20
+ ---
21
+
1
22
  # v1.2.2 (Thu Apr 07 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.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "the design system for AMBOSS products",
5
5
  "author": "Bagrat Gobedashvili",
6
6
  "license": "ISC",