Skip to content

Commit

Permalink
Merge pull request #2215 from ing-bank/changeset-release/lit1
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tlouisse authored Mar 8, 2024
2 parents c1920c3 + ace1126 commit acd8d29
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-ways-tap.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.6.8

### Patch Changes

- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6

## 0.6.7

### 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.6.7",
"version": "0.6.8",
"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 @@ -48,7 +48,7 @@
"@lion/core": "0.17.4",
"@lion/form-core": "0.13.4",
"@lion/listbox": "0.9.4",
"@lion/overlays": "0.27.5"
"@lion/overlays": "0.27.6"
},
"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.12.6

### Patch Changes

- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6

## 0.12.5

### 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.12.5",
"version": "0.12.6",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@lion/core": "0.17.4",
"@lion/overlays": "0.27.5"
"@lion/overlays": "0.27.6"
},
"keywords": [
"dialog",
Expand Down
8 changes: 8 additions & 0 deletions packages/form-integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.7.9

### Patch Changes

- @lion/combobox@0.6.8
- @lion/input-datepicker@0.22.8
- @lion/select-rich@0.25.7

## 0.7.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.7.8",
"version": "0.7.9",
"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 @@ -34,15 +34,15 @@
"dependencies": {
"@lion/button": "0.12.4",
"@lion/checkbox-group": "0.17.5",
"@lion/combobox": "0.6.7",
"@lion/combobox": "0.6.8",
"@lion/core": "0.17.4",
"@lion/fieldset": "0.19.1-legacy.1",
"@lion/form": "0.11.6",
"@lion/form-core": "0.13.4",
"@lion/input": "0.14.5",
"@lion/input-amount": "0.13.5",
"@lion/input-date": "0.12.1-legacy.1",
"@lion/input-datepicker": "0.22.7",
"@lion/input-datepicker": "0.22.8",
"@lion/input-email": "0.13.1-legacy.1",
"@lion/input-iban": "0.15.5",
"@lion/input-range": "0.10.0-legacy.1",
Expand All @@ -51,7 +51,7 @@
"@lion/localize": "0.19.4",
"@lion/radio-group": "0.17.4",
"@lion/select": "0.13.4",
"@lion/select-rich": "0.25.6",
"@lion/select-rich": "0.25.7",
"@lion/switch": "0.16.5",
"@lion/textarea": "0.12.5",
"@lion/validate-messages": "0.6.5"
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.22.8

### Patch Changes

- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6

## 0.22.7

### 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.22.7",
"version": "0.22.8",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@lion/form-core": "0.13.4",
"@lion/input-date": "0.12.1-legacy.1",
"@lion/localize": "0.19.4",
"@lion/overlays": "0.27.5",
"@lion/overlays": "0.27.6",
"@lion/validate-messages": "0.6.5"
},
"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.27.6

### Patch Changes

- f76f4b36: fix: only use elementToFocusAfterHide when provided as HTMLElement

## 0.27.5

### Patch 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.27.5",
"version": "0.27.6",
"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.25.7

### Patch Changes

- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6

## 0.25.6

### 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.25.6",
"version": "0.25.7",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@lion/core": "0.17.4",
"@lion/form-core": "0.13.4",
"@lion/listbox": "0.9.4",
"@lion/overlays": "0.27.5"
"@lion/overlays": "0.27.6"
},
"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.20.6

### Patch Changes

- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6

## 0.20.5

### 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.20.5",
"version": "0.20.6",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@lion/core": "0.17.4",
"@lion/overlays": "0.27.5"
"@lion/overlays": "0.27.6"
},
"keywords": [
"lion",
Expand Down

0 comments on commit acd8d29

Please sign in to comment.