Skip to content

Commit

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

- Export types in build package
  • Loading branch information
lunika committed May 3, 2024
1 parent 586d7c1 commit 5b63864
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/frontend/.changeset/shaggy-cats-wait.md

This file was deleted.

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.2

### Patch Changes

- Export types in build package

## 0.1.1

### Patch 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.1",
"version": "0.1.2",
"description": "Warren frontend core elements.",
"private": false,
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions src/frontend/packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openfun/warren-video

## 0.0.2

### Patch Changes

- Export types in build package
- Updated dependencies
- @openfun/warren-core@0.1.2

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"description": "Warren frontend video elements.",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 5b63864

Please sign in to comment.