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

Commit e5f5541

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.2
1 parent 7de8deb commit e5f5541

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-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.1",
5+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.7",
16-
"svelte-materialify": "^0.3.1",
17-
"svelte-materialify-api": "^0.3.1"
16+
"svelte-materialify": "^0.3.2",
17+
"svelte-materialify-api": "^0.3.2"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.12.3",

packages/svelte-materialify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.3.2](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.1...v0.3.2) (2020-11-15)
2+
3+
### Bug Fixes
4+
5+
- **Select:** cursor and width ([#55](https://github.com/TheComputerM/svelte-materialify/issues/55)) ([c200072](https://github.com/TheComputerM/svelte-materialify/commit/c20007214c36d2c314de6e136b21dcf460c68add))
6+
7+
### Features
8+
9+
- **textfield:** adding keypress eventHandler ([5deaa7a](https://github.com/TheComputerM/svelte-materialify/commit/5deaa7adbbacbcb5ba7b8e1be9380598f0b669e8))
10+
- **textfield:** adding on:keypress eventhandler ([4ea87bf](https://github.com/TheComputerM/svelte-materialify/commit/4ea87bf68436ea6f6d6df0b31a45f677ec6d40a8))
11+
112
## [0.3.1](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.0...v0.3.1) (2020-11-05)
213

314
### 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.1",
3+
"version": "0.3.2",
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)