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 Oct 29, 2024
1 parent bc175b5 commit 16681c8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-carrots-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-eagles-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-tips-smash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sour-balloons-smoke.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- 615472c: - use oxc for all analyzers (oxc is way smaller and more performant than swc, let alone babel)

- make swcTraverse compatible with oxc
- expand scope functionality of swcTraverse

BREAKING:

- make parsers peerDependencies (babel or swc should be loaded by external analyzers)
- rename `swcTraverse` to `oxcTraverse`

### Patch Changes

- 6f3137c: fix normalization of native glob dirent.parentPath for optimisedGlob

## 0.16.8

### 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.16.8",
"version": "0.17.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
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lion/ui

## 0.8.1

### Patch Changes

- 2d4fb0e: [form-core] make \_setFocusOnFirstErroneousFormElement work for checkbox-group, radio-group and nested fieldsets
- 7baecb5: [localize] make LocalizeManager ssr-compatible

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

0 comments on commit 16681c8

Please sign in to comment.