@antscorp/antsomi-ui 1.2.1-beta.8 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/package.json +2 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,64 @@
1
+ ### Changelog
2
+
3
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
+
5
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
+
7
+ #### [v1.2.1](https://github.com/irisnikita/antsomi-ui/compare/v1.2.0...v1.2.1)
8
+
9
+ - docs(InputNumber.stories.tsx): add storybook doc for InputNumber component [`c034a27`](https://github.com/irisnikita/antsomi-ui/commit/c034a2747b01fdef33f4e672716391ee1ae8ca3e)
10
+
11
+ #### [v1.2.0](https://github.com/irisnikita/antsomi-ui/compare/v1.2.0-beta.0...v1.2.0)
12
+
13
+ > 14 April 2023
14
+
15
+ #### [v1.2.0-beta.0](https://github.com/irisnikita/antsomi-ui/compare/v1.1.11...v1.2.0-beta.0)
16
+
17
+ > 14 April 2023
18
+
19
+ - chore(jestTest): config jest test for react component [`f84b44d`](https://github.com/irisnikita/antsomi-ui/commit/f84b44d595c8b6d2b023fe473ec31cb71cfedc9d)
20
+ - chore(locales): add translate config for project [`7332eba`](https://github.com/irisnikita/antsomi-ui/commit/7332eba57f8841b57bfdd1dc93653ff30e8a9fca)
21
+
22
+ #### [v1.1.11](https://github.com/irisnikita/antsomi-ui/compare/v1.1.10...v1.1.11)
23
+
24
+ > 9 April 2023
25
+
26
+ - feat(DatePickerAdvanced): add new DatePickerAdvanced component [`2966953`](https://github.com/irisnikita/antsomi-ui/commit/2966953a8b37978784f00759ffc637b74bddd402)
27
+ - style(GlobalStyle): change global style for date picker when hover [`4a31019`](https://github.com/irisnikita/antsomi-ui/commit/4a3101984c322d292824f71e8a85f2a6ec37eb00)
28
+ - feat(DatePicker.tsx): create DatePicker, AdvancePicker, AdvancedRangePicker component [`e62c8fa`](https://github.com/irisnikita/antsomi-ui/commit/e62c8fa7c88a32949f40b988e263d9d76d0d5a93)
29
+
30
+ #### [v1.1.10](https://github.com/irisnikita/antsomi-ui/compare/v1.1.9...v1.1.10)
31
+
32
+ > 31 March 2023
33
+
34
+ - chore: update package version to 1.1.10-beta.6 [`722e80c`](https://github.com/irisnikita/antsomi-ui/commit/722e80cf61fab78aba82c6252a8cb9dc731c8f7c)
35
+
36
+ #### [v1.1.9](https://github.com/irisnikita/antsomi-ui/compare/v1.1.6...v1.1.9)
37
+
38
+ > 29 March 2023
39
+
40
+ #### [v1.1.6](https://github.com/irisnikita/antsomi-ui/compare/v1.1.5...v1.1.6)
41
+
42
+ > 28 March 2023
43
+
44
+ - chore(Divider.stories.tsx): update links text in Vertical story of Divider component [`e3c3a78`](https://github.com/irisnikita/antsomi-ui/commit/e3c3a78ba368e711f981ab4bf5e2b996b0c7c4f9)
45
+
46
+ #### [v1.1.5](https://github.com/irisnikita/antsomi-ui/compare/v1.1.4...v1.1.5)
47
+
48
+ > 28 March 2023
49
+
50
+ - chore(Divider.stories.tsx): update links in Vertical story to have unique text [`ad7d462`](https://github.com/irisnikita/antsomi-ui/commit/ad7d46246d3d5078d8963321875503f9bcc55c62)
51
+
52
+ #### [v1.1.4](https://github.com/irisnikita/antsomi-ui/compare/v1.1.3...v1.1.4)
53
+
54
+ > 28 March 2023
55
+
56
+ - feat(Divider): add text to Vertical story [`d9288eb`](https://github.com/irisnikita/antsomi-ui/commit/d9288ebd1ea4221fcc74f0d7036981321afa1fa1)
57
+
58
+ #### v1.1.3
59
+
60
+ > 28 March 2023
61
+
62
+ - Create CHANGELOG.md [`5210493`](https://github.com/irisnikita/antsomi-ui/commit/5210493564763454f79b6cee9b7f7eb8f7049189)
63
+ - Init antosmi UI [`175bcd4`](https://github.com/irisnikita/antsomi-ui/commit/175bcd4b05dacb70bfa4c463c0ae53591e344673)
64
+ - chore(package): add and config commitlint [`a56d6c8`](https://github.com/irisnikita/antsomi-ui/commit/a56d6c80205dcb7d8a4b30f5e44f2daac832fedf)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.2.1-beta.8",
3
+ "version": "1.2.2",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -19,6 +19,7 @@
19
19
  "serve-storybook": "serve storybook-static",
20
20
  "version": "auto-changelog -p && git add CHANGELOG.md",
21
21
  "test": "jest",
22
+ "test:changed": "jest --onlyChanged",
22
23
  "test:watch": "jest --watch",
23
24
  "test:coverage": "jest --coverage"
24
25
  },