🔖(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:
committed by
Jean-Baptiste PENRATH
parent
c89d9dc6df
commit
90faa82245
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Do not apply font-family to all elements with `*` selector
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Position Datepicker popover on top or bottom depending space available
|
|
||||||
@@ -1,5 +1,20 @@
|
|||||||
# @openfun/cunningham-react
|
# @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
|
## 0.11.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
@@ -187,7 +202,8 @@
|
|||||||
- 4ebbf16: Add package
|
- 4ebbf16: Add package
|
||||||
- 4ebbf16: Add component's tokens handling
|
- 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.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.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
|
[0.10.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.9.0...@openfun/cunningham-react@0.10.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openfun/cunningham-react",
|
"name": "@openfun/cunningham-react",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.11.1",
|
"version": "1.0.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user