Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jul 11, 2024
1 parent b5f3811 commit 371462b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v0.1.3 - 2024.07.11

### Added

- Add a reload button ([b5f3811](https://github.com/studiometa/playground/commit/b5f3811))

## v0.1.2 - 2024.07.11

### Fixed

- Fix build ([9d7973b](https://github.com/studiometa/playground/commits/9d7973b))
- Fix production build config ([a63eb38](https://github.com/studiometa/playground/commits/a63eb38))
- Fix build ([9d7973b](https://github.com/studiometa/playground/commit/9d7973b))
- Fix production build config ([a63eb38](https://github.com/studiometa/playground/commit/a63eb38))

### Changed

- Improve responsive layout ([1df4cdf](https://github.com/studiometa/playground/commits/1df4cdf))
- Improve responsive layout ([1df4cdf](https://github.com/studiometa/playground/commit/1df4cdf))

## v0.1.1 - 2024.07.10

### Fixed

- Fix an error where uninitialized variables were accessed ([1eb2128](https://github.com/studiometa/playground/commits/1eb2128))
- Fix dark theme ([23538b7](https://github.com/studiometa/playground/commits/23538b7))
- Fix an error where uninitialized variables were accessed ([1eb2128](https://github.com/studiometa/playground/commit/1eb2128))
- Fix dark theme ([23538b7](https://github.com/studiometa/playground/commit/23538b7))

### Changed

- Update dependencies ([1b60675](https://github.com/studiometa/playground/commits/1b60675))
- Update dev Node version ([8b82c52](https://github.com/studiometa/playground/commits/8b82c52))
- Update dependencies ([1b60675](https://github.com/studiometa/playground/commit/1b60675))
- Update dev Node version ([8b82c52](https://github.com/studiometa/playground/commit/8b82c52))

## v0.1.0 - 2024.04.17

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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 371462b

Please sign in to comment.