🔖(release) version packages

Bump @openfun/cunningham-react to 1.1.0
Bump @openfun/cunningham-tokens to 1.0.1
This commit is contained in:
Nathan Vasse
2023-09-11 16:29:42 +02:00
committed by NathanVss
parent e251bbb438
commit 5bf2bc7e6f
25 changed files with 40 additions and 109 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve Select actions ui

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
make DatePicker placeholders uppercase

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
make the DataGrid checkboxes column the smallest possible

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
fix Select and Input error colors

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix button style

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add Button nano size

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
improve DataGrid's empty placeholder's ui

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
update DatePicker error color

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Fix DatePicker focus style

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add a background color to DatePicker segments

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
hide input number arrows

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve Pagination behavior

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
fix DatePicker, Select, Input success colors

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix DatePicker label focused

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
improve FileUploader style

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
fix props not recognized on the input element

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-tokens": patch
---
fix letter spacings

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
homogenize form fields colors

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
using correct fs- class for DataGrid headers

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix Radio, Checkbox fullWidth

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add auto right alignment for the actions column in DataGrid

View File

@@ -1,5 +1,33 @@
# @openfun/cunningham-react
## 1.1.0
### Minor Changes
- 9de9a97: improve Select actions ui
- 32b8dc0: make DatePicker placeholders uppercase
- 9be1ec5: make the DataGrid checkboxes column the smallest possible
- 9a349c1: fix Select and Input error colors
- c002896: add Button nano size
- 94f392e: update DatePicker error color
- 37772a4: add a background color to DatePicker segments
- c90f66f: hide input number arrows
- 09e474c: improve Pagination behavior
- cf542e4: fix DatePicker, Select, Input success colors
- d36e314: improve FileUploader style
- c7000f3: fix props not recognized on the input element
- 1c45b93: homogenize form fields colors
- cf299d9: add auto right alignment for the actions column in DataGrid
### Patch Changes
- 4e6e5a2: fix button style
- 4d2a5d1: improve DataGrid's empty placeholder's ui
- 495f7d3: Fix DatePicker focus style
- 6257dd9: fix DatePicker label focused
- 7128e7f: using correct fs- class for DataGrid headers
- 8fd34ad: fix Radio, Checkbox fullWidth
## 1.0.2
### Minor Changes
@@ -219,7 +247,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.2...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.1.0...main
[1.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.2...@openfun/cunningham-react@1.1.0
[1.0.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.1...@openfun/cunningham-react@1.0.2
[1.0.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.0...@openfun/cunningham-react@1.0.1
[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.1...@openfun/cunningham-react@1.0.0

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-react",
"private": false,
"version": "1.0.2",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-tokens
## 1.0.1
### Patch Changes
- 6236729: fix letter spacings
## 1.0.0
### Major Changes
@@ -70,7 +76,8 @@
- 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.1...main
[1.0.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.0...@openfun/cunningham-tokens@1.0.1
[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.1...@openfun/cunningham-tokens@1.0.0
[0.7.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.0...@openfun/cunningham-tokens@0.7.1
[0.7.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.6.0...@openfun/cunningham-tokens@0.7.0

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publishConfig": {
"access": "public"