@synerise/ds-core 0.33.0 → 0.34.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.
- package/CHANGELOG.md +11 -0
- package/dist/i18n/en.json +2 -1
- 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.34.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.33.0...@synerise/ds-core@0.34.0) (2022-04-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **condition:** clearing active step on deactivating inner components ([ad45310](https://github.com/synerise/synerise-design/commit/ad45310cde108e40b2b88c0a88bf801d679056db))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [0.33.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.1...@synerise/ds-core@0.33.0) (2022-04-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -334,7 +334,8 @@
|
|
|
334
334
|
"DROP-LABEL": "Drop me here",
|
|
335
335
|
"MOVE-TOOLTIP": "Move",
|
|
336
336
|
"DUPLICATE-TOOLTIP": "Duplicate",
|
|
337
|
-
"REMOVE-TOOLTIP": "Delete"
|
|
337
|
+
"REMOVE-TOOLTIP": "Delete",
|
|
338
|
+
"AND-SUFFIX": "and"
|
|
338
339
|
},
|
|
339
340
|
"PLACEHOLDER": {
|
|
340
341
|
"CHOOSE-CONDITION": "Choose type of condition below"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Core Components for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"less-vars-loader": "1.1.0",
|
|
43
43
|
"webpack": "4.42.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "4a658911645846d1e329609ba9db06a7bc64962b"
|
|
46
46
|
}
|