From ce366c2b40c5114bed9fb37e733ae33722069315 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Sat, 8 Apr 2023 09:43:56 -0700 Subject: [PATCH] v0.1.6 update deps and changelog --- changelog.md | 10 ++++++++++ package.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 29f56f8..a452069 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d +#### [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 diff --git a/package.json b/package.json index 5fe3498..7cadd2a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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" },