Skip to content

Commit

Permalink
🔖(frontend:patch) bump core release to 0.1.1
Browse files Browse the repository at this point in the history
Patch changes:

- Fix CSS files missing in distributed package
  • Loading branch information
jmaupetit committed Mar 1, 2024
1 parent 9be093d commit ab4e37c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/frontend/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfun/warren-core

## 0.1.1

### Patch Changes

- Fix CSS files missing in distributed package

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfun/warren-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Warren frontend core elements.",
"private": false,
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions src/frontend/packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @openfun/warren-video

## 0.0.1

### Patch Changes

- Fix CSS files missing in distributed package
- Updated dependencies
- @openfun/warren-core@0.1.1
2 changes: 1 addition & 1 deletion src/frontend/packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfun/warren-video",
"version": "0.0.0",
"version": "0.0.1",
"description": "Warren frontend video elements.",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit ab4e37c

Please sign in to comment.