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

Commit 7ed8c6b

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.6
1 parent 2d01d23 commit 7ed8c6b

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-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.5",
5+
"version": "0.3.6",
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.5",
3+
"version": "0.3.6",
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.5",
3+
"version": "0.3.6",
44
"private": true,
55
"scripts": {
66
"dev": "sapper dev --ext \".svelte .md\"",
@@ -13,8 +13,8 @@
1313
"gumshoejs": "^5.1.2",
1414
"polka": "next",
1515
"sirv": "^1.0.11",
16-
"svelte-materialify": "^0.3.5",
17-
"svelte-materialify-api": "^0.3.5"
16+
"svelte-materialify": "^0.3.6",
17+
"svelte-materialify-api": "^0.3.6"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.12.13",

packages/svelte-materialify/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.3.6](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.5...v0.3.6) (2021-03-05)
2+
3+
### Bug Fixes
4+
5+
- **ItemGroup:** check for index ([9fe0fa3](https://github.com/TheComputerM/svelte-materialify/commit/9fe0fa3d15afe09535a80e55e609bf966cdc4818))
6+
- **ItemGroup:** cross mandatory and multiple ([be16ead](https://github.com/TheComputerM/svelte-materialify/commit/be16ead9dbc9933c8f841a42a49382ec80f213fa))
7+
- added forgotten ; ([ddba141](https://github.com/TheComputerM/svelte-materialify/commit/ddba141bf852b49ae03d4060b2d30573758da4ad))
8+
- on:change support for select component ([b1215b4](https://github.com/TheComputerM/svelte-materialify/commit/b1215b498670aac48a3351c69912c8a6b6fe80a8))
9+
- **Slider:** Input has no hint prop ([31e1ae2](https://github.com/TheComputerM/svelte-materialify/commit/31e1ae2426578e5627d9bd08277724fa5da42082))
10+
- **types:** remove generic type from from props ([2c4f4f3](https://github.com/TheComputerM/svelte-materialify/commit/2c4f4f3f0085cdbccb94a385e999601d204dfa62))
11+
12+
### Features
13+
14+
- **MaterialApp:** minimal css utilities version ([6320085](https://github.com/TheComputerM/svelte-materialify/commit/6320085f5a44242e168369c65bcd3cdc116d6475))
15+
- **types:** add form field type definitions ([7b36edc](https://github.com/TheComputerM/svelte-materialify/commit/7b36edc3291817c5bf6c81269af6ea0579887488))
16+
- export input elements ([4f33fe1](https://github.com/TheComputerM/svelte-materialify/commit/4f33fe1886463e4f3606e81be5573dc164bba667))
17+
- forward all transition events ([a5c10f5](https://github.com/TheComputerM/svelte-materialify/commit/a5c10f535e27f91c1789614f4c4f62cef55ee892))
18+
119
## [0.3.5](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.4...v0.3.5) (2021-02-09)
220

321
### 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.5",
3+
"version": "0.3.6",
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)