Skip to content

Commit

Permalink
Merge tag '0.1.4' into develop
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
titouanmathis committed Aug 5, 2024
2 parents 2b4a327 + 4de1982 commit 69b40a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v0.1.4 - 2024.08.05

### Fixed

- Fix compatibility with [@studiometa/js-toolkit](https://github.com/studiometa/js-toolkit) v3.0.0-alpha.6 ([#3](https://github.com/studiometa/playground/pull/3), [43c216d](https://github.com/studiometa/playground/commit/43c216d))
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/playground-root",
"version": "0.1.3",
"version": "0.1.4",
"description": "A packaged web development playground",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/playground-demo",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/playground",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 69b40a8

Please sign in to comment.