Skip to content

Commit 21ba75e

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v3.0.2
1 parent 8f5ce3e commit 21ba75e

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
# Changelog
22

3-
## [3.0.2-rc.3](https://github.com/agrc/raster/compare/v3.0.2...v3.0.2-rc.3) (2026-01-15)
3+
## [3.0.2](https://github.com/agrc/raster/compare/v3.0.1...v3.0.2) (2026-01-15)
44

55

6-
### Bug Fixes
6+
### Features
77

8-
* a11y fixes and improvements ([5194ea5](https://github.com/agrc/raster/commit/5194ea5e6928cb1619d5aa82491a0d8900592540))
8+
* add place search component to map ([e691300](https://github.com/agrc/raster/commit/e691300e7d39257070b61ab82f2ddebbc153244a)), closes [#253](https://github.com/agrc/raster/issues/253)
99

1010

11-
### Dependencies
11+
### Bug Fixes
1212

13-
* bump npm dependencies 🌲 ([63ac0d4](https://github.com/agrc/raster/commit/63ac0d4dcb20019edf6e8344fb80aff1b1692c7d))
13+
* a11y fixes and improvements ([22fa5c2](https://github.com/agrc/raster/commit/22fa5c2682aa864c725a37f9dc190eb7937479f5))
14+
* bump react-aria-components to get bug fix ([a46928c](https://github.com/agrc/raster/commit/a46928c1e2e40510d810cdfa9bb29e5f2519ef02)), closes [#244](https://github.com/agrc/raster/issues/244)
15+
* fix search button tooltip and test ([5867857](https://github.com/agrc/raster/commit/586785772b75cba3bbe60f08f6113d4b87f37e0a))
16+
* prevent tiles found and preview banners from overlapping ([8e36419](https://github.com/agrc/raster/commit/8e364190eb6b3be16e0b97daab65d83ecbbb71d3)), closes [#288](https://github.com/agrc/raster/issues/288)
1417

15-
## [3.0.2](https://github.com/agrc/raster/compare/v3.0.1...v3.0.2) (2026-01-12)
1618

19+
### Dependencies
1720

18-
### Features
21+
* bump npm dependencies 🌲 ([586e81f](https://github.com/agrc/raster/commit/586e81feb08b335d71e83623c07ce9860712d5a1))
22+
* bump npm dependencies 🌲 ([d3c2149](https://github.com/agrc/raster/commit/d3c2149e5672c966d07116515253f1b3797b197b))
1923

20-
* add place search component to map ([e691300](https://github.com/agrc/raster/commit/e691300e7d39257070b61ab82f2ddebbc153244a)), closes [#253](https://github.com/agrc/raster/issues/253)
24+
## [3.0.2-rc.3](https://github.com/agrc/raster/compare/v3.0.2...v3.0.2-rc.3) (2026-01-15)
2125

2226

2327
### Bug Fixes
2428

25-
* bump react-aria-components to get bug fix ([a46928c](https://github.com/agrc/raster/commit/a46928c1e2e40510d810cdfa9bb29e5f2519ef02)), closes [#244](https://github.com/agrc/raster/issues/244)
26-
* fix search button tooltip and test ([5867857](https://github.com/agrc/raster/commit/586785772b75cba3bbe60f08f6113d4b87f37e0a))
27-
* prevent tiles found and preview banners from overlapping ([8e36419](https://github.com/agrc/raster/commit/8e364190eb6b3be16e0b97daab65d83ecbbb71d3)), closes [#288](https://github.com/agrc/raster/issues/288)
29+
* a11y fixes and improvements ([5194ea5](https://github.com/agrc/raster/commit/5194ea5e6928cb1619d5aa82491a0d8900592540))
2830

2931

3032
### Dependencies
3133

32-
* bump npm dependencies 🌲 ([586e81f](https://github.com/agrc/raster/commit/586e81feb08b335d71e83623c07ce9860712d5a1))
34+
* bump npm dependencies 🌲 ([63ac0d4](https://github.com/agrc/raster/commit/63ac0d4dcb20019edf6e8344fb80aff1b1692c7d))
3335

3436
## [3.0.2-rc.2](https://github.com/agrc/raster/compare/v3.0.1...v3.0.2-rc.2) (2026-01-09)
3537

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ugrc/raster",
3-
"version": "3.0.2-rc.3",
3+
"version": "3.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)