Skip to content

Commit 9a4b0c0

Browse files
authored
Merge pull request #13 from reearth/release/v2.2.3
Release v2.2.3
2 parents 723b274 + bf8b781 commit 9a4b0c0

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
## [v2.2.3] - 2025-12-10
3+
4+
### 🐛 Bug Fixes
5+
6+
- fix: resolve ESLint error in env.d.ts (aecf48d)
7+
- fix: resolve SVG bundling issue and update example configuration (260ac42)
8+
- fix: update ESLint ignore patterns and fix import ordering (26216dc)
9+
- fix CI build failures (7fd7e9b)
10+
- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5)
11+
- fix w React18, add pointer to drag handle (8a6e764)
12+
- fix build, gen types (5252a02)
13+
14+
### 🔧 Chore
15+
16+
- chore: update build tools - vite and vitest major version upgrades (eebc52a)
17+
18+
### 🔨 Other Changes
19+
20+
- Add test configuration, testing library and some basic tests (0f36f72)
21+
- Fix CI build issues (8797d86)
22+
- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521)
23+
- Fix build failures (a9c9f19)
24+
- ci: add automated CI workflow for testing and building (0a29f13)
25+
- chore: upgrade ESLint to 9.x with flat config migration (ac87acc)
26+
- update husky to 9.1.7 (4e47798)
27+
28+
## [v2.2.2]
29+
- version up (1bea5e2)
30+
- remove problematic inline-block (739d1b9)
31+
-
32+
# [v2.2.0]
33+
- update deps, use eslint-config-reearth, refactor vite config (da71e12)
34+
- add realignable prop to GridArea (1689c0f)
35+
- simplify types (e0f579e)
36+
- use prettier in example proj too (6b30c8f)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-align",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"author": "KaWaite",
55
"license": "MIT",
66
"main": "./dist/react-align.umd.js",

0 commit comments

Comments
 (0)