Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tlouisse committed Jan 15, 2025
1 parent d5258d5 commit 43b694e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-snakes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ligers-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pugs-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-boats-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-suns-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-suns-changerz.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-planes-push.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- 71992cc: update version of oxc; cleanup; include .ts(x) and jsx by default

## 0.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-node/providence-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "providence-analytics",
"version": "0.17.3",
"version": "0.18.0",
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
"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.10.0

### Minor Changes

- 35e6605: [form-core] add "user-edited" mode to formatOptions while editing existing value of a form control
- 8377e8d: [overlays]: rework setup and teardown logic of OverlayMixin (allow to reconnect offline dom nodes; allow moving dom nodes in performant way)

### Patch Changes

- 45f0666: [input-amount]: when an existing value is edited (preformatted), stick with the same heuristic for interpreting separators (commas, dots, spaces), namely: `withLocale`
- e5ff2b0: [overlays]: overlayController teardown cleanup (removes logs in test files)
- 8377e8d: [overlays]: allow Subclassers to teardown at the right moment
- d5258d5: [form-core] enhance formatter and parser meta with viewValueStates

## 0.9.1

### Patch 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.9.1",
"version": "0.10.0",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down

0 comments on commit 43b694e

Please sign in to comment.