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

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Feb 10, 2019
1 parent c98a4df commit 30c7617
Show file tree
Hide file tree
Showing 184 changed files with 977 additions and 977 deletions.
4 changes: 2 additions & 2 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- MarkdownTOC autolink="true" autoanchor="true" bracket="round" levels="2,3" -->
- [1.5](#15)
- [1.5.1](#151)
- [1.5.2](#152)
- [1.5.0](#150)
- [Bundle size](#bundle-size)
- [TypeScript type definitions](#typescript-type-definitions)
Expand Down Expand Up @@ -41,7 +41,7 @@

## 1.5

### 1.5.1
### 1.5.2

* Fixes for Mithril 2
* Button: Removed Button variable `padding_h_border`: use `padding_h`
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies:update": "node ./scripts/private/updateDependencies",
"tests:run": "node ./scripts/private/runTests",
"tests:update": "node_modules/jest/bin/jest.js --updateSnapshot --silent",
"bump:test": "node --experimental-modules ./scripts/private/bumpVersion --dry-run --version 1.5.1",
"bump:real": "node --experimental-modules ./scripts/private/bumpVersion --version 1.5.1",
"publish:test": "node --experimental-modules ./scripts/private/publish --dry-run --version 1.5.1",
"publish:real": "node --experimental-modules ./scripts/private/publish --version 1.5.1",
"bump:test": "node --experimental-modules ./scripts/private/bumpVersion --dry-run --version 1.5.2",
"bump:real": "node --experimental-modules ./scripts/private/bumpVersion --version 1.5.2",
"publish:test": "node --experimental-modules ./scripts/private/publish --dry-run --version 1.5.2",
"publish:real": "node --experimental-modules ./scripts/private/publish --version 1.5.2",
"github:demos": "node ./scripts/private/copyToDemos",
"typecheck": "lerna run typecheck",
"docs:check": "./node_modules/broken-link-checker/bin/blc -ro http://localhost:6419/"
Expand Down
8 changes: 4 additions & 4 deletions packages/polythene-core-base-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-base-spinner",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-base-spinner",
"module": "dist/polythene-core-base-spinner.mjs",
Expand All @@ -16,9 +16,9 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
8 changes: 4 additions & 4 deletions packages/polythene-core-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-button-group",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-button-group",
"module": "dist/polythene-core-button-group.mjs",
Expand All @@ -16,9 +16,9 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-button",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-button",
"module": "dist/polythene-core-button.mjs",
Expand All @@ -16,12 +16,12 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-ripple": "^1.5.1"
"polythene-core-ripple": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
12 changes: 6 additions & 6 deletions packages/polythene-core-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-card",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-card",
"module": "dist/polythene-core-card.mjs",
Expand All @@ -16,13 +16,13 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-icon": "^1.5.1",
"polythene-core-list-tile": "^1.5.1"
"polythene-core-icon": "^1.5.2",
"polythene-core-list-tile": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-checkbox",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-checkbox",
"module": "dist/polythene-core-checkbox.mjs",
Expand All @@ -16,10 +16,10 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-core-selection-control": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-core-selection-control": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
6 changes: 3 additions & 3 deletions packages/polythene-core-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-css",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-css",
"module": "dist/polythene-core-css.mjs",
Expand All @@ -20,10 +20,10 @@
"dependencies": {
"j2c": "^1.0.0-4",
"j2c-plugin-prefix-browser": "^1.0.7",
"polythene-core": "^1.5.1"
"polythene-core": "^1.5.2"
},
"devDependencies": {
"polythene-scripts": "^1.5.1"
"polythene-scripts": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
8 changes: 4 additions & 4 deletions packages/polythene-core-dialog-pane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-dialog-pane",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-dialog-pane",
"module": "dist/polythene-core-dialog-pane.mjs",
Expand All @@ -16,9 +16,9 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-dialog",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-dialog",
"module": "dist/polythene-core-dialog.mjs",
Expand All @@ -16,12 +16,12 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-dialog-pane": "^1.5.1"
"polythene-core-dialog-pane": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-drawer",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-drawer",
"module": "dist/polythene-core-drawer.mjs",
Expand All @@ -16,12 +16,12 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-dialog": "^1.5.1"
"polythene-core-dialog": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
12 changes: 6 additions & 6 deletions packages/polythene-core-fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-fab",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-fab",
"module": "dist/polythene-core-fab.mjs",
Expand All @@ -16,13 +16,13 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-button": "^1.5.1",
"polythene-core-icon": "^1.5.1"
"polythene-core-button": "^1.5.2",
"polythene-core-icon": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
12 changes: 6 additions & 6 deletions packages/polythene-core-icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-icon-button",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-icon-button",
"module": "dist/polythene-core-icon-button.mjs",
Expand All @@ -16,13 +16,13 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-button": "^1.5.1",
"polythene-core-icon": "^1.5.1"
"polythene-core-button": "^1.5.2",
"polythene-core-icon": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-icon",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-icon",
"module": "dist/polythene-core-icon.mjs",
Expand All @@ -16,12 +16,12 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-svg": "^1.5.1"
"polythene-core-svg": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-ios-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-ios-spinner",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-ios-spinner",
"module": "dist/polythene-core-ios-spinner.mjs",
Expand All @@ -16,10 +16,10 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-core-base-spinner": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-core-base-spinner": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
12 changes: 6 additions & 6 deletions packages/polythene-core-list-tile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-list-tile",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-list-tile",
"module": "dist/polythene-core-list-tile.mjs",
Expand All @@ -16,13 +16,13 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-icon": "^1.5.1",
"polythene-core-ripple": "^1.5.1"
"polythene-core-icon": "^1.5.2",
"polythene-core-ripple": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
10 changes: 5 additions & 5 deletions packages/polythene-core-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polythene-core-list",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/polythene-core-list",
"module": "dist/polythene-core-list.mjs",
Expand All @@ -16,12 +16,12 @@
"README.md"
],
"dependencies": {
"polythene-core": "^1.5.1",
"polythene-css-classes": "^1.5.1",
"polythene-theme": "^1.5.1"
"polythene-core": "^1.5.2",
"polythene-css-classes": "^1.5.2",
"polythene-theme": "^1.5.2"
},
"devDependencies": {
"polythene-core-list-tile": "^1.5.1"
"polythene-core-list-tile": "^1.5.2"
},
"author": "Arthur Clemens <[email protected]> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/polythene",
Expand Down
Loading

0 comments on commit 30c7617

Please sign in to comment.