Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed May 17, 2019
1 parent b2e7b70 commit ca3f94f
Show file tree
Hide file tree
Showing 56 changed files with 359 additions and 129 deletions.
8 changes: 8 additions & 0 deletions packages/ajax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/ajax





## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/ajax
Expand Down
4 changes: 2 additions & 2 deletions packages/ajax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "0.1.7",
"version": "0.1.8",
"description": "Thin wrapper around axios to allow for custom interceptors",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@bundled-es-modules/axios": "0.18.0",
"@lion/core": "^0.1.5"
"@lion/core": "^0.1.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/button





## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/button
Expand Down
10 changes: 5 additions & 5 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.1.12",
"version": "0.1.13",
"description": "A button that is easily stylable and accessible in all contexts",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,12 +32,12 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5"
"@lion/core": "^0.1.6"
},
"devDependencies": {
"@lion/form": "^0.1.11",
"@lion/icon": "^0.1.5",
"@lion/input": "^0.1.10",
"@lion/form": "^0.1.12",
"@lion/icon": "^0.1.6",
"@lion/input": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"@polymer/iron-test-helpers": "^3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/calendar





## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/calendar
Expand Down
8 changes: 4 additions & 4 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.1.5",
"version": "0.1.6",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,11 +32,11 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5",
"@lion/localize": "^0.3.1"
"@lion/core": "^0.1.6",
"@lion/localize": "^0.3.2"
},
"devDependencies": {
"@lion/button": "^0.1.12",
"@lion/button": "^0.1.13",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/checkbox-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/checkbox-group





## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/checkbox-group
Expand Down
12 changes: 6 additions & 6 deletions packages/checkbox-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
"version": "0.1.11",
"version": "0.1.12",
"description": "A container for multiple checkboxes",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,13 +32,13 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5",
"@lion/fieldset": "^0.1.10"
"@lion/core": "^0.1.6",
"@lion/fieldset": "^0.1.11"
},
"devDependencies": {
"@lion/checkbox": "^0.1.10",
"@lion/form": "^0.1.11",
"@lion/localize": "^0.3.1",
"@lion/checkbox": "^0.1.11",
"@lion/form": "^0.1.12",
"@lion/localize": "^0.3.2",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/checkbox





## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/checkbox
Expand Down
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/checkbox",
"version": "0.1.10",
"version": "0.1.11",
"description": "A single styleable and accessible checkbox",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,9 +32,9 @@
"*.js"
],
"dependencies": {
"@lion/choice-input": "^0.1.10",
"@lion/core": "^0.1.5",
"@lion/input": "^0.1.10"
"@lion/choice-input": "^0.1.11",
"@lion/core": "^0.1.6",
"@lion/input": "^0.1.11"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/choice-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/choice-input





## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/choice-input
Expand Down
8 changes: 4 additions & 4 deletions packages/choice-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/choice-input",
"version": "0.1.10",
"version": "0.1.11",
"description": "Base for all choise inputs like checkbox/radio",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,11 +32,11 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5",
"@lion/field": "^0.1.10"
"@lion/core": "^0.1.6",
"@lion/field": "^0.1.11"
},
"devDependencies": {
"@lion/input": "^0.1.10",
"@lion/input": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)


### Bug Fixes

* **core:** remove type exports; use lit-element/html directly for types ([b2e7b70](https://github.com/ing-bank/lion/commit/b2e7b70))





## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/core",
"version": "0.1.5",
"version": "0.1.6",
"description": "Core functionality that is shared across all Lion Web Components",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down
8 changes: 8 additions & 0 deletions packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/field





## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/field
Expand Down
8 changes: 4 additions & 4 deletions packages/field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/field",
"version": "0.1.10",
"version": "0.1.11",
"description": "Fields are the most fundamental building block of the Form System",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,11 +32,11 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5",
"@lion/validate": "^0.2.1"
"@lion/core": "^0.1.6",
"@lion/validate": "^0.2.2"
},
"devDependencies": {
"@lion/localize": "^0.3.1",
"@lion/localize": "^0.3.2",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/fieldset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/fieldset





## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/fieldset
Expand Down
12 changes: 6 additions & 6 deletions packages/fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/fieldset",
"version": "0.1.10",
"version": "0.1.11",
"description": "Allows to groups multiple input fields or other fieldsets together",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,13 +32,13 @@
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.5",
"@lion/field": "^0.1.10",
"@lion/validate": "^0.2.1"
"@lion/core": "^0.1.6",
"@lion/field": "^0.1.11",
"@lion/validate": "^0.2.2"
},
"devDependencies": {
"@lion/input": "^0.1.10",
"@lion/localize": "^0.3.1",
"@lion/input": "^0.1.11",
"@lion/localize": "^0.3.2",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/form-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.13](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-17)

**Note:** Version bump only for package @lion/form-system





## [0.0.12](https://github.com/ing-bank/lion/compare/@lion/[email protected]...@lion/[email protected]) (2019-05-16)

**Note:** Version bump only for package @lion/form-system
Expand Down
28 changes: 14 additions & 14 deletions packages/form-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.0.12",
"version": "0.0.13",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
Expand Down Expand Up @@ -32,19 +32,19 @@
"*.js"
],
"devDependencies": {
"@lion/checkbox": "^0.1.10",
"@lion/checkbox-group": "^0.1.11",
"@lion/core": "^0.1.5",
"@lion/fieldset": "^0.1.10",
"@lion/form": "^0.1.11",
"@lion/input": "^0.1.10",
"@lion/input-amount": "^0.1.10",
"@lion/input-date": "^0.1.10",
"@lion/input-email": "^0.1.10",
"@lion/input-iban": "^0.1.10",
"@lion/radio": "^0.1.10",
"@lion/radio-group": "^0.1.11",
"@lion/textarea": "^0.1.10",
"@lion/checkbox": "^0.1.11",
"@lion/checkbox-group": "^0.1.12",
"@lion/core": "^0.1.6",
"@lion/fieldset": "^0.1.11",
"@lion/form": "^0.1.12",
"@lion/input": "^0.1.11",
"@lion/input-amount": "^0.1.11",
"@lion/input-date": "^0.1.11",
"@lion/input-email": "^0.1.11",
"@lion/input-iban": "^0.1.11",
"@lion/radio": "^0.1.11",
"@lion/radio-group": "^0.1.12",
"@lion/textarea": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"
}
Expand Down
Loading

0 comments on commit ca3f94f

Please sign in to comment.