File tree Expand file tree Collapse file tree 15 files changed +97
-30
lines changed Expand file tree Collapse file tree 15 files changed +97
-30
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.3.1] ( https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.3.0...@react-ck/button@1.3.1 ) (2024-01-02)
7+
8+ ** Note:** Version bump only for package @react-ck/button
9+
10+
11+
12+
13+
614## [ 1.3.0] ( https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.2.6...@react-ck/button@1.3.0 ) (2024-01-02)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-ck/button" ,
33 "private" : false ,
4- "version" : " 1.3.0 " ,
4+ "version" : " 1.3.1 " ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "files" : [
3131 "react" : " ^18.2.0"
3232 },
3333 "dependencies" : {
34- "@react-ck/react-utils" : " ^1.0 .0" ,
34+ "@react-ck/react-utils" : " ^1.1 .0" ,
3535 "@react-ck/scss-utils" : " ^1.1.2" ,
3636 "@react-ck/text" : " ^1.2.7" ,
3737 "classnames" : " ^2.3.2"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.1.1] ( https://github.com/abelflopes/react-ck/compare/@react-ck/empty-state@1.1.0...@react-ck/empty-state@1.1.1 ) (2024-01-02)
7+
8+ ** Note:** Version bump only for package @react-ck/empty-state
9+
10+
11+
12+
13+
614## 1.1.0 (2024-01-02)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-ck/empty-state" ,
33 "private" : false ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "files" : [
3131 "react" : " ^18.2.0"
3232 },
3333 "dependencies" : {
34- "@react-ck/react-utils" : " ^1.0 .0" ,
34+ "@react-ck/react-utils" : " ^1.1 .0" ,
3535 "@react-ck/scss-utils" : " ^1.1.2" ,
3636 "@react-ck/text" : " ^1.2.7" ,
3737 "classnames" : " ^2.3.2"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.1.1] ( https://github.com/abelflopes/react-ck/compare/@react-ck/modal@1.1.0...@react-ck/modal@1.1.1 ) (2024-01-02)
7+
8+ ** Note:** Version bump only for package @react-ck/modal
9+
10+
11+
12+
13+
614## 1.1.0 (2024-01-02)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-ck/modal" ,
33 "private" : false ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "files" : [
3131 "react" : " ^18.2.0"
3232 },
3333 "dependencies" : {
34- "@react-ck/button" : " ^1.3.0 " ,
34+ "@react-ck/button" : " ^1.3.1 " ,
3535 "@react-ck/card" : " ^1.2.4" ,
3636 "@react-ck/icon" : " ^1.4.1" ,
37- "@react-ck/layers" : " ^1.1.0 " ,
37+ "@react-ck/layers" : " ^1.1.1 " ,
3838 "@react-ck/overlay" : " ^1.1.7" ,
39- "@react-ck/react-utils" : " ^1.0 .0" ,
39+ "@react-ck/react-utils" : " ^1.1 .0" ,
4040 "@react-ck/text" : " ^1.2.7" ,
4141 "@react-ck/theme" : " ^1.5.0" ,
4242 "classnames" : " ^2.3.2"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.1.1] ( https://github.com/abelflopes/react-ck/compare/@react-ck/layers@1.1.0...@react-ck/layers@1.1.1 ) (2024-01-02)
7+
8+ ** Note:** Version bump only for package @react-ck/layers
9+
10+
11+
12+
13+
614## 1.1.0 (2024-01-02)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-ck/layers" ,
33 "private" : false ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "sass" : " src/styles/shared.scss" ,
2828 },
2929 "dependencies" : {
3030 "@react-ck/elevation" : " ^1.1.0" ,
31- "@react-ck/react-utils" : " ^1.0 .0"
31+ "@react-ck/react-utils" : " ^1.1 .0"
3232 }
3333}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.1.2] ( https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.1.1...@react-ck/manager@1.1.2 ) (2024-01-02)
7+
8+ ** Note:** Version bump only for package @react-ck/manager
9+
10+
11+
12+
13+
614## [ 1.1.1] ( https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.1.0...@react-ck/manager@1.1.1 ) (2024-01-02)
715
816** Note:** Version bump only for package @react-ck/manager
You can’t perform that action at this time.
0 commit comments