Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Sep 12, 2023
1 parent 2ed78d0 commit cc7f3d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

<!-- auto-changelog-above -->
#### [v0.5.6](https://github.com/janosh/svelte-toc/compare/v0.5.5...v0.5.6)

> 10 September 2023
- Add prop `blurParams: BlurParams | null = { duration: 200 }` [`#47`](https://github.com/janosh/svelte-toc/pull/47)
- Copy buttons [`#43`](https://github.com/janosh/svelte-toc/pull/43)

#### [v0.5.5](https://github.com/janosh/svelte-toc/compare/v0.5.4...v0.5.5)

Expand All @@ -29,15 +34,15 @@ All notable changes to this project will be documented in this file. Dates are d
- add test 'subheadings are indented' [`06da853`](https://github.com/janosh/svelte-toc/commit/06da85303dcbe6bed1e31057447f5348e4220c84)
- add var(--toc-ol-list-style, none) and var(--toc-ol-padding, 0) [`ade5425`](https://github.com/janosh/svelte-toc/commit/ade54251c2d67f0ac3adc41cfe10e5ce4ef16272)

#### [v0.5.2](https://github.com/janosh/svelte-toc/compare/v0.5.2...v0.5.2)
#### [v0.5.2](https://github.com/janosh/svelte-toc/compare/v0.5.1...v0.5.2)

> 12 January 2023
- add many new CSS variables in Toc.svelte [badbe2f](https://github.com/janosh/svelte-toc/commit/badbe2f)
- add vite alias $root to clean up package.json, readme|contributing|changelog.md imports [76427ee](https://github.com/janosh/svelte-toc/commit/76427ee)
- add coverage badges to readme [8a24e2b](https://github.com/janosh/svelte-toc/commit/8a24e2b)
- add contributing.md [a313e7b](https://github.com/janosh/svelte-toc/commit/a313e7b)
- add auto changelog [d7eaeea](https://github.com/janosh/svelte-toc/commit/d7eaeea)
- add auto changelog [`d7eaeea`](https://github.com/janosh/svelte-toc/commit/d7eaeeacf3fe5e9de4500413a318bb87ccf2f578)
- add contributing.md [`a313e7b`](https://github.com/janosh/svelte-toc/commit/a313e7be15ab3d4fdc4e0e056d5cf39a31c6a76a)
- add many new CSS variables in Toc.svelte [`badbe2f`](https://github.com/janosh/svelte-toc/commit/badbe2f4e39c22970820056003d27b957050629a)
- add coverage badges to readme [`8a24e2b`](https://github.com/janosh/svelte-toc/commit/8a24e2b920829cde85fb5c27e6e64e94902dacf5)
- add vite alias $root to clean up package.json, readme|contributing|changelog.md imports [`76427ee`](https://github.com/janosh/svelte-toc/commit/76427ee06bbc5ef1ce5ec23e629ef8dc003b9763)

#### [v0.5.1](https://github.com/janosh/svelte-toc/compare/v0.5.0...v0.5.1)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-toc",
"repository": "https://github.com/janosh/svelte-toc",
"license": "MIT",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-toc/issues",
Expand All @@ -19,7 +19,7 @@
"test:e2e": "playwright test tests/*.test.ts",
"test": "vitest tests/unit --run --coverage && playwright test tests/*.test.ts",
"check": "svelte-check --ignore dist",
"changelog": "npx auto-changelog --package --output changelog.md --hide-credit --commit-limit false --unreleased-only",
"changelog": "npx auto-changelog --package --output changelog.md --hide-credit --commit-limit false",
"update-coverage": "vitest tests/unit --run --coverage && npx istanbul-badges-readme"
},
"dependencies": {
Expand Down

0 comments on commit cc7f3d8

Please sign in to comment.