@spaced-out/ui-design-system 0.4.9 → 0.4.10-beta.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
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.10-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.4.9...v0.4.10-beta.0) (2025-07-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* added nested portals handling in date range ([#367](https://github.com/spaced-out/ui-design-system/issues/367)) ([97c90a0](https://github.com/spaced-out/ui-design-system/commit/97c90a022a984a537567b7c30b2324fc995a293a))
|
|
11
|
+
* locales not working in build ([#379](https://github.com/spaced-out/ui-design-system/issues/379)) ([b99d86b](https://github.com/spaced-out/ui-design-system/commit/b99d86b3d523906d941d3cbd4ecc1cb8609a0fce))
|
|
12
|
+
|
|
5
13
|
### [0.4.9](https://github.com/spaced-out/ui-design-system/compare/v0.4.8...v0.4.9) (2025-07-24)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -8,6 +8,7 @@ var _parseISO = _interopRequireDefault(require("date-fns/parseISO"));
|
|
|
8
8
|
var _invariant = _interopRequireDefault(require("invariant"));
|
|
9
9
|
var _lodash = require("lodash");
|
|
10
10
|
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
+
require("moment/min/locales");
|
|
11
12
|
var _timezones = require("./timezones");
|
|
12
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
14
|
// $FlowFixMe - strict types for date-fns
|