Skip to content

Commit

Permalink
Version Packages (#2067)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2023
1 parent 6ccfb27 commit 3c605b1
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 80 deletions.
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

0 comments on commit 3c605b1

Please sign in to comment.