Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1176

Merged
merged 1 commit into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gorgeous-buttons-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cheetahs-drop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.1.19

### Patch Changes

- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1

## 0.1.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
"version": "0.1.18",
"version": "0.1.19",
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@lion/core": "0.13.7",
"@lion/form-core": "0.7.0",
"@lion/listbox": "0.4.0",
"@lion/overlays": "0.23.0"
"@lion/overlays": "0.23.1"
},
"keywords": [
"combobox",
Expand Down
7 changes: 7 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.9.15

### Patch Changes

- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1

## 0.9.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.9.14",
"version": "0.9.15",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.13.7",
"@lion/overlays": "0.23.0"
"@lion/overlays": "0.23.1"
},
"keywords": [
"dialog",
Expand Down
10 changes: 10 additions & 0 deletions packages/form-integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.3.24

### Patch Changes

- Updated dependencies [fcc60cbf]
- @lion/form@0.7.14
- @lion/combobox@0.1.19
- @lion/input-datepicker@0.18.13
- @lion/select-rich@0.21.23

## 0.3.23

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/form-integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.3.23",
"version": "0.3.24",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"@lion/button": "0.8.9",
"@lion/checkbox-group": "0.12.13",
"@lion/combobox": "0.1.18",
"@lion/combobox": "0.1.19",
"@lion/core": "0.13.7",
"@lion/fieldset": "0.15.13",
"@lion/form": "0.7.13",
"@lion/form": "0.7.14",
"@lion/form-core": "0.7.0",
"@lion/input": "0.10.13",
"@lion/input-amount": "0.8.13",
"@lion/input-date": "0.8.13",
"@lion/input-datepicker": "0.18.12",
"@lion/input-datepicker": "0.18.13",
"@lion/input-email": "0.9.13",
"@lion/input-iban": "0.11.3",
"@lion/input-range": "0.5.13",
Expand All @@ -52,7 +52,7 @@
"@lion/localize": "0.15.4",
"@lion/radio-group": "0.12.13",
"@lion/select": "0.8.13",
"@lion/select-rich": "0.21.22",
"@lion/select-rich": "0.21.23",
"@lion/switch": "0.12.13",
"@lion/textarea": "0.8.13",
"@lion/validate-messages": "0.3.13"
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.7.14

### Patch Changes

- fcc60cbf: Add example link to form demo

## 0.7.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/form",
"version": "0.7.13",
"version": "0.7.14",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT",
"author": "ing-bank",
Expand Down
7 changes: 7 additions & 0 deletions packages/input-datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.18.13

### Patch Changes

- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1

## 0.18.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/input-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.18.12",
"version": "0.18.13",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@lion/form-core": "0.7.0",
"@lion/input-date": "0.8.13",
"@lion/localize": "0.15.4",
"@lion/overlays": "0.23.0",
"@lion/overlays": "0.23.1",
"@lion/validate-messages": "0.3.13"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.23.1

### Patch Changes

- a04ea59c: Put tooltip arrow width and height css props on host of ArrowMixin.

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.23.0",
"version": "0.23.1",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",
Expand Down
7 changes: 7 additions & 0 deletions packages/select-rich/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.21.23

### Patch Changes

- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1

## 0.21.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/select-rich/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.22",
"version": "0.21.23",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@lion/core": "0.13.7",
"@lion/form-core": "0.7.0",
"@lion/listbox": "0.4.0",
"@lion/overlays": "0.23.0"
"@lion/overlays": "0.23.1"
},
"keywords": [
"field",
Expand Down
7 changes: 7 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.16.2

### Patch Changes

- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1

## 0.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.16.1",
"version": "0.16.2",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.13.7",
"@lion/overlays": "0.23.0"
"@lion/overlays": "0.23.1"
},
"keywords": [
"lion",
Expand Down