Skip to content

Commit

Permalink
chore(release): 0.34.0
Browse files Browse the repository at this point in the history
# [0.34.0](v0.33.0...v0.34.0) (2024-03-18)

### Features

* reorderable list of items ([4c8565f](4c8565f)), closes [#89](#89)

### Performance Improvements

* lazy load tables ([60b909b](60b909b))
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent 60b909b commit de7c889
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.34.0](https://github.com/rare-magma/guitos/compare/v0.33.0...v0.34.0) (2024-03-18)


### Features

* reorderable list of items ([4c8565f](https://github.com/rare-magma/guitos/commit/4c8565f8aec3f16e5ad092d85063cec2cdd8baa4)), closes [#89](https://github.com/rare-magma/guitos/issues/89)


### Performance Improvements

* lazy load tables ([60b909b](https://github.com/rare-magma/guitos/commit/60b909b5f8d46f45cec39780ad79a67ee1acea7f))

# [0.33.0](https://github.com/rare-magma/guitos/compare/v0.32.1...v0.33.0) (2024-03-16)


Expand Down
4 changes: 2 additions & 2 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": "guitos",
"version": "0.33.0",
"version": "0.34.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit de7c889

Please sign in to comment.