Skip to content

Commit

Permalink
🔖(release) version packages
Browse files Browse the repository at this point in the history
Bump @openfun/cunningham-react to 2.5.0
Bump cunningham-demo to 2.0.0
  • Loading branch information
NathanVss committed Feb 21, 2024
1 parent a17c805 commit ea39ea0
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-penguins-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-teachers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-snakes-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-dogs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-brooms-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-sloths-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-knives-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-coats-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-monkeys-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-pumpkins-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-actors-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-hotels-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-bees-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-apes-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-teachers-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-beds-attack.md

This file was deleted.

9 changes: 8 additions & 1 deletion apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cunningham-demo

## 2.0.0

### Major Changes

- 3616c72: new demo

## 1.0.1

### Patch Changes
Expand All @@ -24,7 +30,8 @@

- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.

[unreleased]: https://github.com/openfun/cunningham/compare/[email protected]
[unreleased]: https://github.com/openfun/cunningham/compare/[email protected]
[2.0.0]: https://github.com/openfun/cunningham/compare/[email protected]@2.0.0
[1.0.1]: https://github.com/openfun/cunningham/compare/[email protected]@1.0.1
[1.0.0]: https://github.com/openfun/cunningham/compare/[email protected]@1.0.0
[0.1.0]: https://github.com/openfun/cunningham/compare/[email protected]@0.1.0
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cunningham-demo",
"private": true,
"version": "1.0.1",
"version": "2.0.0",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",
Expand Down
26 changes: 25 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @openfun/cunningham-react

## 2.5.0

### Minor Changes

- 77921e0: switch icons to material-icons-outlined
- 6d91c1d: add useControllableState hook
- e90a5dd: add text variants to Button
- 132b676: add Toast component
- 33d0c9f: add Alert
- be1e2e2: Make modal backdrop customisable
- 1445f4a: Add Modal component

### Patch Changes

- ebfccc1: fix DatePicker dropdowns closing
- d61ab65: fix multi select menu opening
- f685abb: use info design tokens
- f16eed9: fix Select submit button
- 540cdc6: update Alert and Toast icon size
- e79768c: fix DatePicker submit button
- a32bac7: fix missing selected option of Select
- 9795b71: fix DateRangePicker layout overflow

## 2.4.0

### Minor Changes
Expand Down Expand Up @@ -324,7 +347,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling

[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
[2.5.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[2.4.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[2.3.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[2.2.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-react",
"private": false,
"version": "2.4.0",
"version": "2.5.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ea39ea0

Please sign in to comment.