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.4.0
Bump @openfun/cunningham-tokens to 2.1.0
  • Loading branch information
NathanVss committed Dec 12, 2023
1 parent 311c20e commit 3dd7b3e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-jeans-rush.md

This file was deleted.

14 changes: 13 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openfun/cunningham-react

## 2.4.0

### Minor Changes

- da3761b: make DataGrid responsive
- 72f7048: make Pagination responsive

### Patch Changes

- 7ddcfeb: fix closing of menu via toggle button

## 2.3.0

### Patch Changes
Expand Down Expand Up @@ -313,7 +324,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.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]
[2.1.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.3.0",
"version": "2.4.0",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 8 additions & 1 deletion packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfun/cunningham-tokens

## 2.1.0

### Minor Changes

- 5e3deb23: add breakpoints tokens

## 2.0.0

### Major Changes
Expand Down Expand Up @@ -82,7 +88,8 @@
- 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens

[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
[2.1.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[2.0.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[1.0.1]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3dd7b3e

Please sign in to comment.