diff --git a/.changeset/fifty-buckets-hide.md b/.changeset/fifty-buckets-hide.md deleted file mode 100644 index 5bc3084..0000000 --- a/.changeset/fifty-buckets-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vision-pro-ui": patch ---- - -Improve accessibility and keyboard navigation in grid and tab components diff --git a/.changeset/funny-sloths-play.md b/.changeset/funny-sloths-play.md deleted file mode 100644 index 1192658..0000000 --- a/.changeset/funny-sloths-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vision-pro-ui": minor ---- - -Added environments to Vision Pro UI diff --git a/.changeset/ready-vans-lick.md b/.changeset/ready-vans-lick.md deleted file mode 100644 index e1434b7..0000000 --- a/.changeset/ready-vans-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vision-pro-ui": patch ---- - -Enhance environment view with improved background handling and credits diff --git a/.changeset/wet-seals-occur.md b/.changeset/wet-seals-occur.md deleted file mode 100644 index 7ab3972..0000000 --- a/.changeset/wet-seals-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vision-pro-ui": patch ---- - -minor UI fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index b8aab29..5651aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # vision-pro-ui +## 1.4.0 + +### Minor Changes + +- c8263d5: Added environments to Vision Pro UI + +### Patch Changes + +- e0d05cc: Improve accessibility and keyboard navigation in grid and tab components +- e0d05cc: Enhance environment view with improved background handling and credits +- 5cc0977: minor UI fixes + ## 1.3.2 ### Patch Changes diff --git a/package.json b/package.json index 871a697..ff1d11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vision-pro-ui", - "version": "1.3.2", + "version": "1.4.0", "scripts": { "build": "next build", "dev": "next dev -p 3080",