@synerise/ds-flex-box 1.0.0 → 1.0.1

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,7 +3,7 @@
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.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.3.0...@synerise/ds-flex-box@0.3.1) (2025-03-10)
6
+ ## [1.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.0...@synerise/ds-flex-box@1.0.1) (2025-07-01)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-flex-box
9
9
 
@@ -11,31 +11,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.2.0...@synerise/ds-flex-box@0.3.0) (2025-01-29)
15
-
16
-
17
- ### Features
18
-
19
- * antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
14
+ ## [0.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.3.0...@synerise/ds-flex-box@0.3.1) (2025-03-10)
20
15
 
16
+ **Note:** Version bump only for package @synerise/ds-flex-box
21
17
 
18
+ # [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.2.0...@synerise/ds-flex-box@0.3.0) (2025-01-29)
22
19
 
20
+ ### Features
23
21
 
22
+ - antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
24
23
 
25
24
  # [0.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.1.0...@synerise/ds-flex-box@0.2.0) (2024-12-10)
26
25
 
27
-
28
26
  ### Features
29
27
 
30
- * **flex-box:** export FlexProps and BoxProps ([c345e18](https://github.com/Synerise/synerise-design/commit/c345e1856753b2e12cdc7e66910754abaeac5eee))
31
-
32
-
33
-
34
-
28
+ - **flex-box:** export FlexProps and BoxProps ([c345e18](https://github.com/Synerise/synerise-design/commit/c345e1856753b2e12cdc7e66910754abaeac5eee))
35
29
 
36
30
  # 0.1.0 (2024-12-09)
37
31
 
38
-
39
32
  ### Features
40
33
 
41
- * **flex-box:** rebass/grid proxy component ([8ba2907](https://github.com/Synerise/synerise-design/commit/8ba2907591850713d9de0e0e4b3673ebfbdc41af))
34
+ - **flex-box:** rebass/grid proxy component ([8ba2907](https://github.com/Synerise/synerise-design/commit/8ba2907591850713d9de0e0e4b3673ebfbdc41af))
package/README.md CHANGED
@@ -6,6 +6,7 @@ title: FlexBox
6
6
  FlexBox UI Component
7
7
 
8
8
  ## Installation
9
+
9
10
  ```
10
11
  npm i @synerise/ds-flex-box
11
12
  or
@@ -13,6 +14,7 @@ yarn add @synerise/ds-flex-box
13
14
  ```
14
15
 
15
16
  ## Usage
17
+
16
18
  ```
17
19
  import {Flex, Box} from '@synerise/ds-flex-box'
18
20
 
@@ -30,4 +32,4 @@ import {Flex, Box} from '@synerise/ds-flex-box'
30
32
  ## API
31
33
 
32
34
  | Property | Description | Type | Default |
33
- | --- | --- | --- | --- |
35
+ | -------- | ----------- | ---- | ------- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-flex-box",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "FlexBox UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "@types/rebass__grid": "^6.0.14"
46
46
  },
47
- "gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
47
+ "gitHead": "4512641033ba3581a3df208143c547fcfed45895"
48
48
  }