🔖(react) major bump to v1.0.0

Major Changes

- The first bunch of components and features are ready,
  the first milestone has been reached

Minor Changes

- 9edb976: Position Datepicker popover on top or bottom depending space
available

Patch Changes

- fd7ad8a: Do not apply font-family to all elements with `*` selector
This commit is contained in:
jbpenrath
2023-08-21 15:45:53 +02:00
committed by Jean-Baptiste PENRATH
parent c89d9dc6df
commit 90faa82245
4 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Do not apply font-family to all elements with `*` selector

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Position Datepicker popover on top or bottom depending space available

View File

@@ -1,5 +1,20 @@
# @openfun/cunningham-react
## 1.0.0
### Major Changes
- The first bunch of components and features are ready,
the first milestone has been reached
### Minor Changes
- 9edb976: Position Datepicker popover on top or bottom depending space available
### Patch Changes
- fd7ad8a: Do not apply font-family to all elements with `*` selector
## 0.11.1
### Patch Changes
@@ -187,7 +202,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.1...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.0...main
[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.1...@openfun/cunningham-react@1.0.0
[0.11.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.0...@openfun/cunningham-react@0.11.1
[0.11.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.10.0...@openfun/cunningham-react@0.11.0
[0.10.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.9.0...@openfun/cunningham-react@0.10.0

View File

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