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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Nov 29, 2020
1 parent c2a1333 commit 195169b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 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.3",
"version": "0.3.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-materialify-api",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"dev": "sapper dev --ext \".svelte .md\"",
Expand All @@ -13,8 +13,8 @@
"gumshoejs": "^5.1.2",
"polka": "next",
"sirv": "^1.0.7",
"svelte-materialify": "^0.3.3",
"svelte-materialify-api": "^0.3.3"
"svelte-materialify": "^0.3.4",
"svelte-materialify-api": "^0.3.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/svelte-materialify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.4](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.3...v0.3.4) (2020-11-29)

### Bug Fixes

- better selection control ([b1e2542](https://github.com/TheComputerM/svelte-materialify/commit/b1e25422ed5dcf2b00ec7fd337b924472d93a0bf))
- **types:** fix some types ([3be086f](https://github.com/TheComputerM/svelte-materialify/commit/3be086f60aa4c9748a622867b16540a6839d5506))

### Features

- **types:** add Container, Row, Col, Dividers ([328f231](https://github.com/TheComputerM/svelte-materialify/commit/328f231d28203ed4df50999b5c772f38862b73a6))

## [0.3.3](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.2...v0.3.3) (2020-11-17)

### Features
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.3",
"version": "0.3.4",
"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 195169b

@vercel
Copy link

@vercel vercel bot commented on 195169b Nov 29, 2020

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.