@spaced-out/ui-design-system 0.4.9 → 0.4.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
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](https://github.com/spaced-out/ui-design-system/compare/v0.4.10-beta.0...v0.4.10) (2025-07-25)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * removing moment locales import ([#381](https://github.com/spaced-out/ui-design-system/issues/381)) ([b937f58](https://github.com/spaced-out/ui-design-system/commit/b937f5891e20a424f20ebf2241cf8bd2c052f8ef))
11
+
12
+ ### [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)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 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))
18
+ * 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))
19
+
5
20
  ### [0.4.9](https://github.com/spaced-out/ui-design-system/compare/v0.4.8...v0.4.9) (2025-07-24)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {