@synerise/ds-ordered-list 0.3.36 → 0.3.37
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [0.3.37](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.36...@synerise/ds-ordered-list@0.3.37) (2023-03-29)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **ordered-list:** exclude spec files ([f74f7fe](https://github.com/Synerise/synerise-design/commit/f74f7fe4186fc97a09ff27e5b770b16465cd4cc7))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
## [0.3.36](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.35...@synerise/ds-ordered-list@0.3.36) (2023-03-06)
|
7
18
|
|
8
19
|
**Note:** Version bump only for package @synerise/ds-ordered-list
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-ordered-list",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.37",
|
4
4
|
"description": "OrderedList UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,5 +33,5 @@
|
|
33
33
|
"@synerise/ds-core": "*",
|
34
34
|
"react": ">=16.9.0 < 17.0.0"
|
35
35
|
},
|
36
|
-
"gitHead": "
|
36
|
+
"gitHead": "d423c2f2e24ad1373e4e5038ad67fd6ac84bca2c"
|
37
37
|
}
|