Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
update deps and changelog
  • Loading branch information
janosh committed Apr 8, 2023
1 parent ccc98bf commit ce366c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

<!-- auto-changelog-above -->

#### [v0.1.5](https://github.com/janosh/elementari/compare/v0.1.4...v0.1.5)

> 4 Apr 2023
- DRY workflows and ColorBar snap tick labels to nice values [`#22`](https://github.com/janosh/elementari/pull/22)
- Add unit tests for `ColorBar.svelte` [`#21`](https://github.com/janosh/elementari/pull/21)
- add prop precision: number = 2 to ElementTile [`9847290`](https://github.com/janosh/elementari/commit/9847290ac1344efd30a8a987bf8934e77b7c02a8)
- add ElementStats.test.ts [`ccc98bf`](https://github.com/janosh/elementari/commit/ccc98bf5d54b80946c429f704c076857b3fff477)
- add precision prop to ColorBar [`b9bc392`](https://github.com/janosh/elementari/commit/b9bc39247dbb4522704e0f9a000a709a59f141a5)

#### [v0.1.4](https://github.com/janosh/elementari/compare/v0.1.1...v0.1.4)

> 19 March 2023
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/elementari",
"repository": "https://github.com/janosh/elementari",
"license": "MIT",
"version": "0.1.4",
"version": "0.1.6",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/elementari/issues",
Expand All @@ -23,8 +23,8 @@
"update-coverage": "vitest tests/unit --run --coverage && npx istanbul-badges-readme"
},
"dependencies": {
"@iconify/svelte": "^3.1.0",
"@sveltejs/kit": "^1.15.0",
"@iconify/svelte": "^3.1.1",
"@sveltejs/kit": "^1.15.2",
"d3-array": "^3.2.3",
"d3-color": "^3.1.0",
"d3-format": "^3.1.0",
Expand All @@ -36,7 +36,7 @@
"svelte-multiselect": "^8.6.0"
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"@playwright/test": "^1.32.2",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/package": "^2.0.2",
"@types/d3-array": "^3.0.4",
Expand All @@ -45,10 +45,10 @@
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-shape": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitest/coverage-c8": "^0.29.8",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-plugin-svelte3": "^4.0.0",
"hastscript": "^7.2.0",
"jsdom": "^21.1.1",
Expand All @@ -61,12 +61,12 @@
"rehype-slug": "^5.1.0",
"remark-math": "3.0.0",
"sharp": "^0.32.0",
"svelte-check": "^3.1.4",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"svelte-toc": "^0.5.4",
"svelte-zoo": "^0.4.3",
"svelte2tsx": "^0.6.10",
"typescript": "5.0.3",
"svelte2tsx": "^0.6.11",
"typescript": "5.0.4",
"vite": "^4.2.1",
"vitest": "^0.29.8"
},
Expand Down

0 comments on commit ce366c2

Please sign in to comment.