Skip to content

Commit 53e1f84

Browse files
Merge pull request #1697 from Availity/release/version-updates
Release: Version Updates
2 parents b2aae76 + 8f6bd00 commit 53e1f84

80 files changed

Lines changed: 594 additions & 40 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docusaurus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.0.6](https://github.com/Availity/availity-react/compare/@availity/dinosaurdocs@2.0.5...@availity/dinosaurdocs@2.0.6) (2026-06-12)
6+
7+
8+
59
## [2.0.5](https://github.com/Availity/availity-react/compare/@availity/dinosaurdocs@2.0.4...@availity/dinosaurdocs@2.0.5) (2026-06-09)
610

711

docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/dinosaurdocs",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"private": true,
55
"installConfig": {
66
"hoistingLimits": "workspaces"

packages/analytics/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [2.0.0](https://github.com/Availity/availity-react/compare/@availity/analytics@1.5.16...@availity/analytics@2.0.0) (2026-06-12)
6+
7+
8+
* feat(analytics)!: migrate to ESM exports and vitest ([fcc3e13](https://github.com/Availity/availity-react/commit/fcc3e13216075cfd6ec0e3ed928de1fd0fbb3539))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Package now uses ESM exports field. CJS require() is no longer supported.
14+
15+
16+
517
## [1.5.16](https://github.com/Availity/availity-react/compare/@availity/analytics@1.5.15...@availity/analytics@1.5.16) (2026-03-13)
618

719

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/analytics",
3-
"version": "1.5.16",
3+
"version": "2.0.0",
44
"description": "Track click and page view events for the user.",
55
"keywords": [
66
"react",

packages/app-icon/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [2.0.0](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.10...@availity/app-icon@2.0.0) (2026-06-12)
6+
7+
8+
* feat(app-icon)!: migrate to ESM exports and vitest ([19405b9](https://github.com/Availity/availity-react/commit/19405b92170b58f90564046ea6a3bb49a7eb11ba))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Package now uses ESM exports field. CJS require() is no longer supported.
14+
15+
16+
517
## [1.6.10](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.9...@availity/app-icon@1.6.10) (2026-03-05)
618

719

packages/app-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/app-icon",
3-
"version": "1.6.10",
3+
"version": "2.0.0",
44
"description": "Availity UI Kit application icon react component.",
55
"keywords": [
66
"react",

packages/app-tiles/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [1.0.0](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.2.8...@availity/app-tiles@1.0.0) (2026-06-12)
6+
7+
8+
* feat(app-tiles)!: migrate to ESM exports and vitest ([04340c0](https://github.com/Availity/availity-react/commit/04340c009b1100b89fc8b3ca27aa0fd62cb10315))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Package now uses ESM exports field. CJS require() is no longer supported.
14+
15+
16+
517
## [0.2.8](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.2.7...@availity/app-tiles@0.2.8) (2025-07-23)
618

719

packages/app-tiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/app-tiles",
3-
"version": "0.2.8",
3+
"version": "1.0.0",
44
"description": "Availity UI Kit application tiled icon react component.",
55
"keywords": [
66
"react",

packages/authorize/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [6.0.0](https://github.com/Availity/availity-react/compare/@availity/authorize@5.0.6...@availity/authorize@6.0.0) (2026-06-12)
6+
7+
8+
* feat(authorize)!: migrate to ESM exports, vitest, and @tanstack/react-query v5 ([a24b615](https://github.com/Availity/availity-react/commit/a24b615cb063fffea8738a537d0efd4f91b2a1da))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Package now uses ESM exports field and requires @tanstack/react-query ^5.
14+
The useQuery API now uses object syntax.
15+
16+
17+
518
## [5.0.6](https://github.com/Availity/availity-react/compare/@availity/authorize@5.0.5...@availity/authorize@5.0.6) (2026-03-13)
619

720

packages/authorize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/authorize",
3-
"version": "5.0.6",
3+
"version": "6.0.0",
44
"description": "Check user permissions to see if the current user is authorized to see your content.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)