Skip to content

Commit bc18a5f

Browse files
committed
🔖(frontend:minor) bump core release to 0.3.0
Minor Changes - Add a context to pass data of decoded jwt through the app components - Add an error boundary wrapper component
1 parent a29516c commit bc18a5f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/frontend/.changeset/stupid-mice-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/frontend/packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfun/warren-core
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Add a context to pass data of decoded jwt through the app components
8+
- Add an error boundary wrapper component
9+
310
## 0.1.2
411

512
### Patch Changes

src/frontend/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfun/warren-core",
3-
"version": "0.1.2",
3+
"version": "0.3.0",
44
"description": "Warren frontend core elements.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)