Skip to content

Commit

Permalink
Version Packages (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed Nov 9, 2023
1 parent 2d3571b commit 26828a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/lazy-boxes-speak.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# playroom

## 0.33.0

### Minor Changes

- 2d3571b: Add support for loading mjs config files

Consumers should now be able to write their configuration files using ES modules. By default Playroom will look for `playroom.config.js` with either a `.js`, `.mjs` or `.cjs` file extension.

## 0.32.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.32.1",
"version": "0.33.0",
"description": "Design with code, powered by your own component library",
"main": "utils/index.js",
"types": "utils/index.d.ts",
Expand Down

0 comments on commit 26828a5

Please sign in to comment.