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

Commit 54e4fdb

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.10
1 parent 8762e3c commit 54e4fdb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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.9",
5+
"version": "0.3.10",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/docs/package.json

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

packages/svelte-materialify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.3.10](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.9...v0.3.10) (2021-04-13)
2+
3+
### Bug Fixes
4+
5+
- **types:** added Footer type ([#213](https://github.com/TheComputerM/svelte-materialify/issues/213)) ([e558afb](https://github.com/TheComputerM/svelte-materialify/commit/e558afbad8715f57a5e8746ee28f146c694fcc4e))
6+
- **Types:** Add MaterialAppMin type ([2dbad6d](https://github.com/TheComputerM/svelte-materialify/commit/2dbad6de4c4ddf4e5c556a04af4321c9357765c9))
7+
- force update the items when they are changed ([#206](https://github.com/TheComputerM/svelte-materialify/issues/206)) ([b3d7d64](https://github.com/TheComputerM/svelte-materialify/commit/b3d7d642fd49b59fb04feec4c82eb7a60c721507))
8+
19
## [0.3.9](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.8...v0.3.9) (2021-03-30)
210

311
## [0.3.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.7...v0.3.8) (2021-03-27)

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.9",
3+
"version": "0.3.10",
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)