@synerise/ds-core 0.37.0 → 0.38.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 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.38.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.37.0...@synerise/ds-core@0.38.0) (2022-10-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **date-picker:** fix intl in date pickers ([4e9cbce](https://github.com/synerise/synerise-design/commit/4e9cbceace0e3e794523448120db6a1934242d81))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.37.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.3...@synerise/ds-core@0.37.0) (2022-10-18)
7
18
 
8
19
 
package/dist/i18n/en.json CHANGED
@@ -282,7 +282,8 @@
282
282
  "FILTER-NAME": "Filter name",
283
283
  "IN-WEEK": "week",
284
284
  "IN-MONTH": "month",
285
- "MAXIMUM-RANGES-MESSAGE": "You have reached a maximum amount of ranges for selected entries."
285
+ "MAXIMUM-RANGES-MESSAGE": "You have reached a maximum amount of ranges for selected entries.",
286
+ "SET_TIME_FOR": "Set time for:"
286
287
  },
287
288
  "CARD-TAB": {
288
289
  "REMOVE": "Remove",
package/dist/i18n/pl.json CHANGED
@@ -238,7 +238,8 @@
238
238
  "SELECTED": "Wybrane",
239
239
  "MULTIPLE-MODE-HINT": "Użyj klawisza Shift by wybrać wiele.",
240
240
  "SAVE-FILTER": "Zapisz filtr",
241
- "FILTER-NAME": "Nazwa filtra"
241
+ "FILTER-NAME": "Nazwa filtra",
242
+ "SET_TIME_FOR": "Ustaw czas na:"
242
243
  },
243
244
  "CARD-TAB": {
244
245
  "RENAME": "Zmień nazwę",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.37.0",
3
+ "version": "0.38.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": "deb64331c66a792832b3843c19054890de4726eb"
45
+ "gitHead": "6f71f891413ba05d50a0ab86f22266c0c8386b31"
46
46
  }