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

Commit c737674

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.9
1 parent fce3c7b commit c737674

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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.8",
5+
"version": "0.3.9",
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.8",
3+
"version": "0.3.9",
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.8",
17+
"svelte-materialify": "^0.3.9",
1818
"svelte-materialify-api": "^0.3.8"
1919
},
2020
"devDependencies": {

packages/svelte-materialify/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.3.9](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.8...v0.3.9) (2021-03-30)
2+
13
## [0.3.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.7...v0.3.8) (2021-03-27)
24

35
### 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.8",
3+
"version": "0.3.9",
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)