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

Commit 0d7dcd1

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.11
1 parent 02cf91e commit 0d7dcd1

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-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.10",
5+
"version": "0.3.11",
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.8",
3+
"version": "0.3.11",
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.10",
3+
"version": "0.3.11",
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.10",
18-
"svelte-materialify-api": "^0.3.8"
17+
"svelte-materialify": "^0.3.11",
18+
"svelte-materialify-api": "^0.3.11"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.12.13",

packages/svelte-materialify/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.3.11](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.10...v0.3.11) (2021-06-15)
2+
3+
### Bug Fixes
4+
5+
- **index.d.ts:** added Chip export ([f3bc8a0](https://github.com/TheComputerM/svelte-materialify/commit/f3bc8a047f93a83b24777b0bcf640b7e49c65eeb))
6+
- added Chip as an exported type ([436b873](https://github.com/TheComputerM/svelte-materialify/commit/436b873a43aa37b11352a9dcddb5dc666342d48c))
7+
- make pa-_ and ma-_ overridable. ([#241](https://github.com/TheComputerM/svelte-materialify/issues/241)) ([22553c2](https://github.com/TheComputerM/svelte-materialify/commit/22553c280a5c13d542c4e5a5bed01ac307c880df)), closes [#230](https://github.com/TheComputerM/svelte-materialify/issues/230) [#230](https://github.com/TheComputerM/svelte-materialify/issues/230)
8+
- spacing breakpoints ([#239](https://github.com/TheComputerM/svelte-materialify/issues/239)) ([d5895d0](https://github.com/TheComputerM/svelte-materialify/commit/d5895d022adeb747eb723dfaa67e710b3dd6f16c)), closes [#230](https://github.com/TheComputerM/svelte-materialify/issues/230) [#230](https://github.com/TheComputerM/svelte-materialify/issues/230)
9+
- **datatable:** added class property typings ([1a518ed](https://github.com/TheComputerM/svelte-materialify/commit/1a518edb211e17bf4d0a1d517d4e0364f0440323))
10+
- **datatable:** added missing DataTable files ([a2341db](https://github.com/TheComputerM/svelte-materialify/commit/a2341dbf4a6dc523c4f169e32c74c09a90d79ccc))
11+
- **datatable:** colors of DataTable are now theme-dependent ([c8fb4ee](https://github.com/TheComputerM/svelte-materialify/commit/c8fb4eec48323060e01958ba5be75df61e9d712e))
12+
- **datatable:** correct docs for DataTable ([b8d76df](https://github.com/TheComputerM/svelte-materialify/commit/b8d76df007bf9ccb9c82b96251aacaf228f89ce7))
13+
- **datatable:** fixed header not being left-justified ([08f3442](https://github.com/TheComputerM/svelte-materialify/commit/08f344217f1262c2b0201a32aa91f5b54e6fedaa))
14+
- **datatable:** fixed wrong docs heading ([a8d85b3](https://github.com/TheComputerM/svelte-materialify/commit/a8d85b3ae06e8fe17c3e9c479ab0dcfc500b6320))
15+
- **datatable:** simplified DataTable style rules ([fe5ec1a](https://github.com/TheComputerM/svelte-materialify/commit/fe5ec1a9d86ef4eb1aac8ce6ca64d68d4f8382d9))
16+
- **DataTable:** the DataTable component now uses th properly ([839670d](https://github.com/TheComputerM/svelte-materialify/commit/839670de55831c5763cc3d8f763920c1ef353ea1))
17+
- **Slider:** reactivity ([0862cb3](https://github.com/TheComputerM/svelte-materialify/commit/0862cb30d88f24d9e56888f3325afbbc79e84580))
18+
- tooltip stucked [#140](https://github.com/TheComputerM/svelte-materialify/issues/140) ([f34aa51](https://github.com/TheComputerM/svelte-materialify/commit/f34aa51236053026cf9a5ff6d1ab12474318cc37))
19+
20+
### Features
21+
22+
- **datatable:** better configurable DataTable head font weight ([0806cf2](https://github.com/TheComputerM/svelte-materialify/commit/0806cf267f931eccedd345f00881641b0513caf2))
23+
- **DataTable:** basic DataTable ([6b501a1](https://github.com/TheComputerM/svelte-materialify/commit/6b501a1ccc3eb79934a427c1cfd056392bad0786))
24+
125
## [0.3.10](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.9...v0.3.10) (2021-04-13)
226

327
### 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.10",
3+
"version": "0.3.11",
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)