Skip to content

Commit

Permalink
chore(release): 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 6, 2022
1 parent dcdc289 commit d3f9e09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.23](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.22...v0.0.23) (2022-07-05)
### [0.0.24](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.23...v0.0.24) (2022-07-06)


### Bug Fixes

* :bug: fix weird text mangling in TableHeader.svelte ([cb4ed4a](https://github.com/a-luna/svelte-simple-tables/commit/cb4ed4a22c8f1546e8831f0921dc033acdb1435c))
* :bug: fix: if page nav/range format=auto, use containerWidth rather than pageWidth for decision ([335681d](https://github.com/a-luna/svelte-simple-tables/commit/335681d2fb4ab0066d47a038444aaaa8de1e0d6a))

### [0.0.23](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.22...v0.0.23) (2022-07-05)

### Bug Fixes

* :label: minor typescript fixes to TableState nd TableSettings interfaces ([ef1d6f0](https://github.com/a-luna/svelte-simple-tables/commit/ef1d6f065a77c9753e066216c65f2fd931af22be))
- :label: minor typescript fixes to TableState nd TableSettings interfaces ([ef1d6f0](https://github.com/a-luna/svelte-simple-tables/commit/ef1d6f065a77c9753e066216c65f2fd931af22be))

### [0.0.22](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.21...v0.0.22) (2022-07-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a-luna/svelte-simple-tables",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"description": "Accessible, sortable, paginated table component",
"author": "Aaron Luna (https://github.com/a-luna)",
Expand Down

0 comments on commit d3f9e09

Please sign in to comment.