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

Commit aa41439

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.5
1 parent 350dd5d commit aa41439

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.3.4",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.3.5",
46
"npmClient": "yarn",
57
"useWorkspaces": true,
68
"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.4",
3+
"version": "0.3.5",
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.4",
3+
"version": "0.3.5",
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.4",
17-
"svelte-materialify-api": "^0.3.4"
16+
"svelte-materialify": "^0.3.5",
17+
"svelte-materialify-api": "^0.3.5"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.12.13",

packages/svelte-materialify/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.3.5](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.4...v0.3.5) (2021-02-09)
2+
3+
### Bug Fixes
4+
5+
- **types:** add Toolbar to index ([91aa3ee](https://github.com/TheComputerM/svelte-materialify/commit/91aa3ee9617965c9f20ae4458c3a9a501064ccbc))
6+
- close [#71](https://github.com/TheComputerM/svelte-materialify/issues/71) by docseltsam ([0143431](https://github.com/TheComputerM/svelte-materialify/commit/0143431073bab43f6303a8250d04932b82dbd5c3))
7+
- generate with lf line-ending ([2c9c00c](https://github.com/TheComputerM/svelte-materialify/commit/2c9c00c4e71c8e720cfd593ca50daaddf28f9623))
8+
- set Appbar z-index ([7e1b527](https://github.com/TheComputerM/svelte-materialify/commit/7e1b527227de88835950cf905c9a06cccccbc6e0))
9+
- update Select API ([00eeb56](https://github.com/TheComputerM/svelte-materialify/commit/00eeb5692c33c3a52c2ce0109837a428ab68da86))
10+
- **Button:** rename fab ([b713ef5](https://github.com/TheComputerM/svelte-materialify/commit/b713ef5d54ef127d450161513f2ef8ee75ea1333))
11+
- **clickOutside:** set event propagation to capturing phase ([c116592](https://github.com/TheComputerM/svelte-materialify/commit/c1165924c3d8cd0631e9fbd1599e57bc90a3e35b))
12+
- **docs:** add aria-label ([f72f9d6](https://github.com/TheComputerM/svelte-materialify/commit/f72f9d60189a0514d31a64fbc47c3c706eb99f9f))
13+
- **types:** add ExpansionPanel-s to index ([8c2a746](https://github.com/TheComputerM/svelte-materialify/commit/8c2a74682a9430ba50bd2186bc909a5c831942f9))
14+
- **types:** missing export of Menu ([b98e987](https://github.com/TheComputerM/svelte-materialify/commit/b98e987182195305f4e1ea934b3e3bca932260b7))
15+
16+
### Features
17+
18+
- add NavDrawer z-index prop ([f58b58c](https://github.com/TheComputerM/svelte-materialify/commit/f58b58c2b36f050e38604ee50e59fa7b4354fc2f))
19+
- **MaterialApp:** make full height ([4116c1e](https://github.com/TheComputerM/svelte-materialify/commit/4116c1e417435d53e2ad14e21acb68717e64cb08))
20+
- **Select:** export closeOnClick ([369c401](https://github.com/TheComputerM/svelte-materialify/commit/369c401be2abcabf16ab1659c5261fc48a4e8479))
21+
- **TextField:** allow manual validation ([0236948](https://github.com/TheComputerM/svelte-materialify/commit/0236948a2fa40497072acee50a8a0b3476fe4af5))
22+
123
## [0.3.4](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.3...v0.3.4) (2020-11-29)
224

325
### 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.4",
3+
"version": "0.3.5",
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)