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

Commit 100c59b

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.8
1 parent 503db1d commit 100c59b

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
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.7",
5+
"version": "0.3.8",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/api-generator/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-api",
3-
"version": "0.3.6",
3+
"version": "0.3.8",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/index.js",

packages/docs/package.json

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

packages/svelte-materialify/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.3.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.7...v0.3.8) (2021-03-27)
2+
3+
### Bug Fixes
4+
5+
- sliderUi library imported incorrectly for SPA and SSR [#171](https://github.com/TheComputerM/svelte-materialify/issues/171) ([#194](https://github.com/TheComputerM/svelte-materialify/issues/194)) ([503db1d](https://github.com/TheComputerM/svelte-materialify/commit/503db1d7131bafb5faf94b86b25eed9dd4115b5d))
6+
- **@types/select:** When value is mandatory & multiple false, value can be null ([1e87034](https://github.com/TheComputerM/svelte-materialify/commit/1e8703424046f153badbedb6377e2ddebd264da6))
7+
- **Select:** basic usage checkbox ([4f5a06e](https://github.com/TheComputerM/svelte-materialify/commit/4f5a06e87cb67c50c9cf8e01ce6edf8261c617f3))
8+
- **Select:** chips basic and multiple ([f9daf57](https://github.com/TheComputerM/svelte-materialify/commit/f9daf57da7f688dc5d0fd7a79db32f132577f1c7))
9+
- **Select:** regression, add suggestion ([51d1841](https://github.com/TheComputerM/svelte-materialify/commit/51d1841d67f0a405fd34476b846954ca89951134))
10+
- **types:** ItemGroup allows non-array value prop ([74bc4e5](https://github.com/TheComputerM/svelte-materialify/commit/74bc4e5c1688f36445419eed2510301a712119cf))
11+
- **types/select.d.ts:** Value can be single value or array ([8cf5175](https://github.com/TheComputerM/svelte-materialify/commit/8cf5175cb2af31519acc22f14067b84c4692b80c))
12+
- lint ([62d5087](https://github.com/TheComputerM/svelte-materialify/commit/62d5087f8b9b68e97b91fb60bb54fe5292fdb21b))
13+
14+
### Features
15+
16+
- **Select:** basic usage ([7490744](https://github.com/TheComputerM/svelte-materialify/commit/74907447be4adbb37c8e4824c4984e073da2890a))
17+
- **Select:** emptyString and by default show name ([63a9ba2](https://github.com/TheComputerM/svelte-materialify/commit/63a9ba2ede5d3eb2c4e6d86385135366b3118bce))
18+
- **types:** Enable types when importing from /src ([1a6bc98](https://github.com/TheComputerM/svelte-materialify/commit/1a6bc98a4c4992d2d66ca60fefa29273ba96472f))
19+
120
## [0.3.7](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.6...v0.3.7) (2021-03-18)
221

322
### 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.7",
3+
"version": "0.3.8",
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)