@synerise/ds-core 0.34.1 → 0.34.2
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 +4 -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.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.1...@synerise/ds-core@0.34.2) (2022-07-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **table:** fixes i18n in row selection component ([0e73b64](https://github.com/synerise/synerise-design/commit/0e73b644740c444b0115d2a6da040874883650fb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.34.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.0...@synerise/ds-core@0.34.1) (2022-07-06)
|
|
7
18
|
|
|
8
19
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -152,7 +152,10 @@
|
|
|
152
152
|
"NO_MORE_DATA": "There are no more items to load",
|
|
153
153
|
"LOADING": "Loading more items",
|
|
154
154
|
"BACK_TO_TOP": "Back to top"
|
|
155
|
-
}
|
|
155
|
+
},
|
|
156
|
+
"SELECT_ALL": "Select all",
|
|
157
|
+
"UNSELECT_ALL": "Unselect all",
|
|
158
|
+
"SELECT_INVERT": "Invert selection"
|
|
156
159
|
},
|
|
157
160
|
"ICON-PICKER": {
|
|
158
161
|
"NO-RESULTS": "No results"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.2",
|
|
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": "e28fd3bb9b226dbbddf22e7aee71bca89db58c4c"
|
|
46
46
|
}
|