🔖(react) bump to 0.6.1

Patch Changes

- Fix "exports" attribute of package.json. Default condition must be
  last one.
This commit is contained in:
jbpenrath
2023-05-12 16:23:55 +02:00
committed by Jean-Baptiste PENRATH
parent 4777a75631
commit 3772b4a845
2 changed files with 9 additions and 3 deletions

View File

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