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

Commit 4a6caf4

Browse files
author
TheComputerM
committed
chore(release): publish v0.3.3
1 parent a8aac35 commit 4a6caf4

File tree

5 files changed

+13
-6
lines changed

5 files changed

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

packages/svelte-materialify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.3](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.2...v0.3.3) (2020-11-17)
2+
3+
### Features
4+
5+
- **overlay:** adding transition, inOpts, outOpts as props ([85daff7](https://github.com/TheComputerM/svelte-materialify/commit/85daff763ec5fb77fdb792b24aac51678d72c17a))
6+
- **style:** implemented flex grow and shrink ([1591070](https://github.com/TheComputerM/svelte-materialify/commit/159107072c1d12ed7ab7c8eb0eb78bc47ce0abd7))
7+
18
## [0.3.2](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.1...v0.3.2) (2020-11-15)
29

310
### 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.2",
3+
"version": "0.3.3",
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)