diff --git a/.changeset/breezy-llamas-fail.md b/.changeset/breezy-llamas-fail.md deleted file mode 100644 index 193bb30..0000000 --- a/.changeset/breezy-llamas-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": minor ---- - -render Button as link diff --git a/.changeset/ninety-eggs-cross.md b/.changeset/ninety-eggs-cross.md deleted file mode 100644 index 44faa11..0000000 --- a/.changeset/ninety-eggs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": minor ---- - -add TextArea component diff --git a/.changeset/rotten-doors-remain.md b/.changeset/rotten-doors-remain.md deleted file mode 100644 index 339818c..0000000 --- a/.changeset/rotten-doors-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@openfun/cunningham-react": patch -"cunningham-demo": patch ---- - -Update stylesheet to use modern SASS diff --git a/.changeset/soft-files-grin.md b/.changeset/soft-files-grin.md deleted file mode 100644 index 630c19b..0000000 --- a/.changeset/soft-files-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -fix inputs overflowing placeholder diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 550e678..bc17f20 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -1,5 +1,11 @@ # cunningham-demo +## 1.0.1 + +### Patch Changes + +- b714c3d5: Update stylesheet to use modern SASS + ## 1.0.0 ### Major Changes @@ -18,7 +24,8 @@ - 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin. -[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...main +[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.1...main +[1.0.1]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...cunningham-demo@1.0.1 [1.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...cunningham-demo@1.0.0 [0.1.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0 [0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1 diff --git a/apps/demo/package.json b/apps/demo/package.json index 9d68917..85b62f9 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "cunningham-demo", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "lint": "eslint . 'src/**/*.{ts,tsx}'", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 189f34f..39f3131 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @openfun/cunningham-react +## 2.1.0 + +### Minor Changes + +- 01528b93: render Button as link +- bbf3df85: add TextArea component + +### Patch Changes + +- b714c3d5: Update stylesheet to use modern SASS +- d39d33d0: fix inputs overflowing placeholder + ## 2.0.0 ### Major Changes @@ -289,7 +301,8 @@ - 4ebbf16: Add package - 4ebbf16: Add component's tokens handling -[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...main +[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.1.0...main +[2.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...@openfun/cunningham-react@2.1.0 [2.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.1...@openfun/cunningham-react@2.0.0 [1.3.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.0...@openfun/cunningham-react@1.3.1 [1.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...@openfun/cunningham-react@1.3.0 diff --git a/packages/react/package.json b/packages/react/package.json index bd2f66f..ef30012 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@openfun/cunningham-react", "private": false, - "version": "2.0.0", + "version": "2.1.0", "publishConfig": { "access": "public" },