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 #2067

Merged
merged 1 commit into from
Sep 12, 2023
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/brown-masks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-tools-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-bats-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-buckets-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-melons-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-wasps-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-pianos-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-taxis-attend.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-glasses-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-plants-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-cycles-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-tips-begin.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- 275f49eb: Preserve error name and enrich it with the response status

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ajax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "1.2.1",
"version": "1.2.2",
"description": "Thin wrapper around fetch with support for interceptors.",
"license": "MIT",
"author": "ing-bank",
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @lion/ui

## 0.4.0

### Minor Changes

- a3738b50: Bypass the requirement to support export & import map to consume @lion/ui

### Patch Changes

- ebe13e14: fix: undefined document.body
- b0a74f28: fix(progress-indicator): accept 0 as a valid value
- b89d889f: Render exactly 6 weeks in every months.
- 9b9485db: [calendar] focusCentralDate function should only use buttons inside the dates table
- d1f92a3a: Make disabled date buttons not selectable via keyboard navigation in LionCalendar.
- d597c077: [localize] with localizeNameSpaces type
- 6ccfb278: [input-datepicker] only disable dates is the validator type is "error"
- 4cc72b12: feat: allow Required validator on Fieldset and Form;
- cecf5ed5: lion-accordion now replaces expanded with a copy when it changes on click of an invoker button.
- 857d47a9: Handle focusin event in invokers in LionAccordion. Fix tabbing issues.

## 0.4.0-prerelease-bypass-export-map.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.4.0-prerelease-bypass-export-map.0",
"version": "0.4.0",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down