Skip to content

Commit

Permalink
Version Packages (#2145)
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 Nov 29, 2023
1 parent ba7a7f6 commit 40ddf2c
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-bags-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-months-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-scissors-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-spoons-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-melons-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-wombats-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-zebras-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cows-exercise.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- ef9b1e4c: add node/ssr support

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/singleton-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "singleton-manager",
"version": "1.6.1",
"version": "1.7.0",
"description": "Manage singletons across multiple major versions so they converge to a single instance",
"license": "MIT",
"author": "ing-bank",
Expand Down
14 changes: 14 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lion/ui

## 0.5.1

### Patch Changes

- 9b5edf30: [localize] parseDate by default to 2000 instead of 1900 when date is below 49
- bf782223: do not run disabled property reflection unless it was part of the changeset in LionSwitchButton
- 322b0652: Export isIOS and isMacSafari functions as part of browserDetection utility
- 322b0652: Use traditional styleSheet on IOS for overlays
- bf782223: reuse uuid function from the core in LionButton and LionInputDatepicker
- bf782223: invoke parent class updated callback in LionCollapsible, LionDrawer and LionSwitchButton
- cb25a603: fix: DE locale typo for validation messages
- Updated dependencies [ef9b1e4c]
- [email protected]

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.5.0",
"version": "0.5.1",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -67,7 +67,7 @@
"awesome-phonenumber": "^4.0.0",
"ibantools": "^2.2.0",
"lit": "^2.4.0",
"singleton-manager": "^1.6.1"
"singleton-manager": "^1.7.0"
},
"keywords": [
"design-system",
Expand Down

0 comments on commit 40ddf2c

Please sign in to comment.