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

Commit

Permalink
chore(release): publish v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Apr 13, 2021
1 parent 8762e3c commit 54e4fdb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.3.9",
"version": "0.3.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"scripts": {
"dev": "sapper dev --ext \".svelte .md\"",
Expand All @@ -14,7 +14,7 @@
"gumshoejs": "^5.1.2",
"polka": "next",
"sirv": "^1.0.11",
"svelte-materialify": "^0.3.9",
"svelte-materialify": "^0.3.10",
"svelte-materialify-api": "^0.3.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-materialify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.3.10](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.9...v0.3.10) (2021-04-13)

### Bug Fixes

- **types:** added Footer type ([#213](https://github.com/TheComputerM/svelte-materialify/issues/213)) ([e558afb](https://github.com/TheComputerM/svelte-materialify/commit/e558afbad8715f57a5e8746ee28f146c694fcc4e))
- **Types:** Add MaterialAppMin type ([2dbad6d](https://github.com/TheComputerM/svelte-materialify/commit/2dbad6de4c4ddf4e5c556a04af4321c9357765c9))
- 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))

## [0.3.9](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.8...v0.3.9) (2021-03-30)

## [0.3.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.7...v0.3.8) (2021-03-27)
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-materialify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-materialify",
"version": "0.3.9",
"version": "0.3.10",
"description": "A material design framework/component library for Svelte, with full support for light and dark themes and customisability.",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit 54e4fdb

@vercel
Copy link

@vercel vercel bot commented on 54e4fdb Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.