Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 94238ff

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.7
1 parent 3f5ce05 commit 94238ff

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.6",
5+
"version": "0.3.7",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"private": true,
55
"scripts": {
66
"dev": "sapper dev --ext \".svelte .md\"",
@@ -14,7 +14,7 @@
1414
"gumshoejs": "^5.1.2",
1515
"polka": "next",
1616
"sirv": "^1.0.11",
17-
"svelte-materialify": "^0.3.6",
17+
"svelte-materialify": "^0.3.7",
1818
"svelte-materialify-api": "^0.3.6"
1919
},
2020
"devDependencies": {

packages/svelte-materialify/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.3.7](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.6...v0.3.7) (2021-03-18)
2+
3+
### Bug Fixes
4+
5+
- Alert docs Select ([190d185](https://github.com/TheComputerM/svelte-materialify/commit/190d185b8dc127678a933f400c55134ccc225443))
6+
- all Playground docs Selects + Icon ([0e2b134](https://github.com/TheComputerM/svelte-materialify/commit/0e2b13484ff8837bdb61b699ba5b16146282bfad))
7+
- lint ([b7cacf2](https://github.com/TheComputerM/svelte-materialify/commit/b7cacf22d23f246861b8d6be93591bf8603b743d))
8+
- ran yarn fmt && yarn lint:fix ([acf65f8](https://github.com/TheComputerM/svelte-materialify/commit/acf65f82b8ccfc4ed689f782afa07d7a277f931a))
9+
- renamed TabsContent -> TabContent & fix types ([440fbf4](https://github.com/TheComputerM/svelte-materialify/commit/440fbf4e2dda2f75e046c9c78b0299ce44961d9d))
10+
- revert PR [#94](https://github.com/TheComputerM/svelte-materialify/issues/94) ([e869c6a](https://github.com/TheComputerM/svelte-materialify/commit/e869c6a3f5954cb4dc83409419ebf24b7fc4d0fd))
11+
- updated tab.d.ts activeClass & dissabled ([bf41521](https://github.com/TheComputerM/svelte-materialify/commit/bf41521df922b8acb10166c1918a6ccd9f1000a4))
12+
- updated types in Tab.ts & .svelte ([d9e7898](https://github.com/TheComputerM/svelte-materialify/commit/d9e78986e24f98e820654f919019e89869fcc029))
13+
14+
### Features
15+
16+
- added Tab(s), TabsContent interace & exports ([9d4a5cb](https://github.com/TheComputerM/svelte-materialify/commit/9d4a5cbe6871e5f7357a5dfc43ffd3b520997359))
17+
- **Slider:** add precision prop to customize decimal places of slider value ([ad4c41b](https://github.com/TheComputerM/svelte-materialify/commit/ad4c41b2c550fb0dd31e24bb174bb4cfc3fd8274))
18+
- **Tab:** forward click event ([c03ca2f](https://github.com/TheComputerM/svelte-materialify/commit/c03ca2f845b95e67a4f4976ee62c8941c6fa8843))
19+
- **typing:** subheader ([50a95aa](https://github.com/TheComputerM/svelte-materialify/commit/50a95aa7fa1702378d5e57673d14e6b301b07dc2))
20+
121
## [0.3.6](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.5...v0.3.6) (2021-03-05)
222

323
### Bug Fixes

packages/svelte-materialify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-materialify",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "A material design framework/component library for Svelte, with full support for light and dark themes and customisability.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)