Skip to content

Commit

Permalink
chore(release): 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 7, 2022
1 parent 292426a commit 002f571
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

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.25](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.24...v0.0.25) (2022-07-07)
### [0.0.26](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.25...v0.0.26) (2022-07-07)


### Features

* :sparkles: remove propType from ColumnSettings, now automatically inferred, simplifying config process ([85995ea](https://github.com/a-luna/svelte-simple-tables/commit/85995ea41df52f82836373296a5f77b2040915a5))

### [0.0.25](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.24...v0.0.25) (2022-07-07)

### Bug Fixes

* :bug: ([a222227](https://github.com/a-luna/svelte-simple-tables/commit/a222227de908542bca658d3e2fed6922ba6648f5))
* :bug: fix: page nav button container has wrong background-color when client has existing styles targeting nav element ([24f70bd](https://github.com/a-luna/svelte-simple-tables/commit/24f70bd7858987fff818b7290cc853edb8cb75ed))
* :recycle: add 'sst-' prefix to all responsive table css class names to avoid name collision with dependent code ([ae96ff2](https://github.com/a-luna/svelte-simple-tables/commit/ae96ff25432bb7b3fcddf80136172b205e0747af))
- :bug: ([a222227](https://github.com/a-luna/svelte-simple-tables/commit/a222227de908542bca658d3e2fed6922ba6648f5))
- :bug: fix: page nav button container has wrong background-color when client has existing styles targeting nav element ([24f70bd](https://github.com/a-luna/svelte-simple-tables/commit/24f70bd7858987fff818b7290cc853edb8cb75ed))
- :recycle: add 'sst-' prefix to all responsive table css class names to avoid name collision with dependent code ([ae96ff2](https://github.com/a-luna/svelte-simple-tables/commit/ae96ff25432bb7b3fcddf80136172b205e0747af))

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

Expand Down
4 changes: 2 additions & 2 deletions 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.25",
"version": "0.0.26",
"license": "MIT",
"description": "Accessible, sortable, paginated table component",
"author": "Aaron Luna (https://github.com/a-luna)",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test:ui": "vitest watch --ui --threads false --coverage",
"test:watch": "vitest watch --coverage",
"commit": "git-cz",
"release": "pnpm run release:pre && pnpm run release:package && pnpm run release:push && pnpm run release:npm && pnpm run release:github",
"release": "pnpm run release:pre && pnpm run release:package && pnpm run release:push && pnpm run release:npm",
"release:pre": "git checkout main && git pull origin main && pnpm i && pnpm run test && pnpm run lint && git add .",
"release:package": "standard-version -a && svelte-kit package",
"release:push": "git push --follow-tags origin main",
Expand Down

0 comments on commit 002f571

Please sign in to comment.