From cd01ca7b4ddfa0d5daa769e149eb9017e00218b5 Mon Sep 17 00:00:00 2001 From: bnimit <49595883+bnimit@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:21:16 +0000 Subject: [PATCH 1/2] chore: bump version to v2.2.3 --- CHANGELOG.md | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 179 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2daa744 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,178 @@ +# Changelog +## [v2.2.3] - 2025-12-10 + +### 🐛 Bug Fixes + +- fix: resolve ESLint error in env.d.ts (aecf48d) +- fix: resolve SVG bundling issue and update example configuration (260ac42) +- fix: update ESLint ignore patterns and fix import ordering (26216dc) +- fix CI build failures (7fd7e9b) +- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) +- fix w React18, add pointer to drag handle (8a6e764) +- fix build, gen types (5252a02) + +### 🔧 Chore + +- chore: update build tools - vite and vitest major version upgrades (eebc52a) +- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) +- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) + +### 🔨 Other Changes + +- Improve changelog generation in the release workflow (027fb2d) +- Fix lint warnings (7f56d96) +- Fix type errors (c090d76) +- Make sure the release workflow can only be run off main (3252724) +- Add the update lock file (c204e75) +- Add test configuration, testing library and some basic tests (0f36f72) +- Fix CI build issues (8797d86) +- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) +- Fix build failures (a9c9f19) +- ci: add automated CI workflow for testing and building (0a29f13) +- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) +- update husky to 9.1.7 (4e47798) +- v2.2.2 (a9549bd) +- version up (1bea5e2) +- remove problematic inline-block (739d1b9) +- v2.2.0 (e7b4ac7) +- update deps, use eslint-config-reearth, refactor vite config (da71e12) +- Allow for centering (5712400) +- add onClick to GridArea and update example (70f5555) +- Update package.json (7177860) +- add realignable prop to GridArea (1689c0f) +- Remove --host from script (e6b04ab) +- remove unused file in tsconfig include (edcf3bc) +- simplify types (e0f579e) +- remove suddenly unneeded resolution (aa684de) +- use prettier in example proj too (6b30c8f) +- pointer -> grab (c287eb1) +- clean up packagejson, fix build, WIP: fix example (8ee9842) +- Remove size-limit (422a23a) +- update build fields (f50e64f) +- react 18, add resolution for beatiful dnd (837b1ac) +- Remove react-is, back to double quotes (afdf9cd) +- update based on pr review (c7b4b95) +- First batch, seems to be working (df15e96) +- eslint settings, lint some files (4989f60) +- wip: migrate to Vite, setup eslint (b395eb2) + + + +## [v2.2.3] - 2025-12-10 + +### 🐛 Bug Fixes + +- fix: resolve ESLint error in env.d.ts (aecf48d) +- fix: resolve SVG bundling issue and update example configuration (260ac42) +- fix: update ESLint ignore patterns and fix import ordering (26216dc) +- fix CI build failures (7fd7e9b) +- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) +- fix w React18, add pointer to drag handle (8a6e764) +- fix build, gen types (5252a02) + +### 🔧 Chore + +- chore: update build tools - vite and vitest major version upgrades (eebc52a) +- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) +- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) + +### 🔨 Other Changes + +- Improve changelog generation in the release workflow (027fb2d) +- Fix lint warnings (7f56d96) +- Fix type errors (c090d76) +- Make sure the release workflow can only be run off main (3252724) +- Add the update lock file (c204e75) +- Add test configuration, testing library and some basic tests (0f36f72) +- Fix CI build issues (8797d86) +- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) +- Fix build failures (a9c9f19) +- ci: add automated CI workflow for testing and building (0a29f13) +- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) +- update husky to 9.1.7 (4e47798) +- v2.2.2 (a9549bd) +- version up (1bea5e2) +- remove problematic inline-block (739d1b9) +- v2.2.0 (e7b4ac7) +- update deps, use eslint-config-reearth, refactor vite config (da71e12) +- Allow for centering (5712400) +- add onClick to GridArea and update example (70f5555) +- Update package.json (7177860) +- add realignable prop to GridArea (1689c0f) +- Remove --host from script (e6b04ab) +- remove unused file in tsconfig include (edcf3bc) +- simplify types (e0f579e) +- remove suddenly unneeded resolution (aa684de) +- use prettier in example proj too (6b30c8f) +- pointer -> grab (c287eb1) +- clean up packagejson, fix build, WIP: fix example (8ee9842) +- Remove size-limit (422a23a) +- update build fields (f50e64f) +- react 18, add resolution for beatiful dnd (837b1ac) +- Remove react-is, back to double quotes (afdf9cd) +- update based on pr review (c7b4b95) +- First batch, seems to be working (df15e96) +- eslint settings, lint some files (4989f60) +- wip: migrate to Vite, setup eslint (b395eb2) + + +All notable changes to this project will be documented in this file. +## [v2.2.3] - 2025-12-10 + +### 🐛 Bug Fixes + +- fix: resolve ESLint error in env.d.ts (aecf48d) +- fix: resolve SVG bundling issue and update example configuration (260ac42) +- fix: update ESLint ignore patterns and fix import ordering (26216dc) +- fix CI build failures (7fd7e9b) +- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) +- fix w React18, add pointer to drag handle (8a6e764) +- fix build, gen types (5252a02) + +### 🔧 Chore + +- chore: update build tools - vite and vitest major version upgrades (eebc52a) +- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) +- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) + +### 🔨 Other Changes + +- Improve changelog generation in the release workflow (027fb2d) +- Fix lint warnings (7f56d96) +- Fix type errors (c090d76) +- Make sure the release workflow can only be run off main (3252724) +- Add the update lock file (c204e75) +- Add test configuration, testing library and some basic tests (0f36f72) +- Fix CI build issues (8797d86) +- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) +- Fix build failures (a9c9f19) +- ci: add automated CI workflow for testing and building (0a29f13) +- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) +- update husky to 9.1.7 (4e47798) +- v2.2.2 (a9549bd) +- version up (1bea5e2) +- remove problematic inline-block (739d1b9) +- v2.2.0 (e7b4ac7) +- update deps, use eslint-config-reearth, refactor vite config (da71e12) +- Allow for centering (5712400) +- add onClick to GridArea and update example (70f5555) +- Update package.json (7177860) +- add realignable prop to GridArea (1689c0f) +- Remove --host from script (e6b04ab) +- remove unused file in tsconfig include (edcf3bc) +- simplify types (e0f579e) +- remove suddenly unneeded resolution (aa684de) +- use prettier in example proj too (6b30c8f) +- pointer -> grab (c287eb1) +- clean up packagejson, fix build, WIP: fix example (8ee9842) +- Remove size-limit (422a23a) +- update build fields (f50e64f) +- react 18, add resolution for beatiful dnd (837b1ac) +- Remove react-is, back to double quotes (afdf9cd) +- update based on pr review (c7b4b95) +- First batch, seems to be working (df15e96) +- eslint settings, lint some files (4989f60) +- wip: migrate to Vite, setup eslint (b395eb2) + + + diff --git a/package.json b/package.json index 5e3d86f..d47f96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-align", - "version": "2.2.2", + "version": "2.2.3", "author": "KaWaite", "license": "MIT", "main": "./dist/react-align.umd.js", From bf8b781d600779bef6100bf448e41b41d6cabb87 Mon Sep 17 00:00:00 2001 From: Nimit Bhandari Date: Wed, 10 Dec 2025 14:33:10 +0400 Subject: [PATCH 2/2] Fix Changelog --- CHANGELOG.md | 150 ++------------------------------------------------- 1 file changed, 4 insertions(+), 146 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2daa744..c807a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,16 +14,9 @@ ### 🔧 Chore - chore: update build tools - vite and vitest major version upgrades (eebc52a) -- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) -- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) ### 🔨 Other Changes -- Improve changelog generation in the release workflow (027fb2d) -- Fix lint warnings (7f56d96) -- Fix type errors (c090d76) -- Make sure the release workflow can only be run off main (3252724) -- Add the update lock file (c204e75) - Add test configuration, testing library and some basic tests (0f36f72) - Fix CI build issues (8797d86) - fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) @@ -31,148 +24,13 @@ - ci: add automated CI workflow for testing and building (0a29f13) - chore: upgrade ESLint to 9.x with flat config migration (ac87acc) - update husky to 9.1.7 (4e47798) -- v2.2.2 (a9549bd) -- version up (1bea5e2) -- remove problematic inline-block (739d1b9) -- v2.2.0 (e7b4ac7) -- update deps, use eslint-config-reearth, refactor vite config (da71e12) -- Allow for centering (5712400) -- add onClick to GridArea and update example (70f5555) -- Update package.json (7177860) -- add realignable prop to GridArea (1689c0f) -- Remove --host from script (e6b04ab) -- remove unused file in tsconfig include (edcf3bc) -- simplify types (e0f579e) -- remove suddenly unneeded resolution (aa684de) -- use prettier in example proj too (6b30c8f) -- pointer -> grab (c287eb1) -- clean up packagejson, fix build, WIP: fix example (8ee9842) -- Remove size-limit (422a23a) -- update build fields (f50e64f) -- react 18, add resolution for beatiful dnd (837b1ac) -- Remove react-is, back to double quotes (afdf9cd) -- update based on pr review (c7b4b95) -- First batch, seems to be working (df15e96) -- eslint settings, lint some files (4989f60) -- wip: migrate to Vite, setup eslint (b395eb2) - - - -## [v2.2.3] - 2025-12-10 - -### 🐛 Bug Fixes - -- fix: resolve ESLint error in env.d.ts (aecf48d) -- fix: resolve SVG bundling issue and update example configuration (260ac42) -- fix: update ESLint ignore patterns and fix import ordering (26216dc) -- fix CI build failures (7fd7e9b) -- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) -- fix w React18, add pointer to drag handle (8a6e764) -- fix build, gen types (5252a02) -### 🔧 Chore - -- chore: update build tools - vite and vitest major version upgrades (eebc52a) -- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) -- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) - -### 🔨 Other Changes - -- Improve changelog generation in the release workflow (027fb2d) -- Fix lint warnings (7f56d96) -- Fix type errors (c090d76) -- Make sure the release workflow can only be run off main (3252724) -- Add the update lock file (c204e75) -- Add test configuration, testing library and some basic tests (0f36f72) -- Fix CI build issues (8797d86) -- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) -- Fix build failures (a9c9f19) -- ci: add automated CI workflow for testing and building (0a29f13) -- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) -- update husky to 9.1.7 (4e47798) -- v2.2.2 (a9549bd) +## [v2.2.2] - version up (1bea5e2) - remove problematic inline-block (739d1b9) -- v2.2.0 (e7b4ac7) +- +# [v2.2.0] - update deps, use eslint-config-reearth, refactor vite config (da71e12) -- Allow for centering (5712400) -- add onClick to GridArea and update example (70f5555) -- Update package.json (7177860) - add realignable prop to GridArea (1689c0f) -- Remove --host from script (e6b04ab) -- remove unused file in tsconfig include (edcf3bc) - simplify types (e0f579e) -- remove suddenly unneeded resolution (aa684de) -- use prettier in example proj too (6b30c8f) -- pointer -> grab (c287eb1) -- clean up packagejson, fix build, WIP: fix example (8ee9842) -- Remove size-limit (422a23a) -- update build fields (f50e64f) -- react 18, add resolution for beatiful dnd (837b1ac) -- Remove react-is, back to double quotes (afdf9cd) -- update based on pr review (c7b4b95) -- First batch, seems to be working (df15e96) -- eslint settings, lint some files (4989f60) -- wip: migrate to Vite, setup eslint (b395eb2) - - -All notable changes to this project will be documented in this file. -## [v2.2.3] - 2025-12-10 - -### 🐛 Bug Fixes - -- fix: resolve ESLint error in env.d.ts (aecf48d) -- fix: resolve SVG bundling issue and update example configuration (260ac42) -- fix: update ESLint ignore patterns and fix import ordering (26216dc) -- fix CI build failures (7fd7e9b) -- fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) -- fix w React18, add pointer to drag handle (8a6e764) -- fix build, gen types (5252a02) - -### 🔧 Chore - -- chore: update build tools - vite and vitest major version upgrades (eebc52a) -- chore: update dependencies - phase 1 and safe phase 2 updates (0e28084) -- chore: update dependencies - phase 1 and safe phase 2 updates (3e5ee6d) - -### 🔨 Other Changes - -- Improve changelog generation in the release workflow (027fb2d) -- Fix lint warnings (7f56d96) -- Fix type errors (c090d76) -- Make sure the release workflow can only be run off main (3252724) -- Add the update lock file (c204e75) -- Add test configuration, testing library and some basic tests (0f36f72) -- Fix CI build issues (8797d86) -- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) -- Fix build failures (a9c9f19) -- ci: add automated CI workflow for testing and building (0a29f13) -- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) -- update husky to 9.1.7 (4e47798) -- v2.2.2 (a9549bd) -- version up (1bea5e2) -- remove problematic inline-block (739d1b9) -- v2.2.0 (e7b4ac7) -- update deps, use eslint-config-reearth, refactor vite config (da71e12) -- Allow for centering (5712400) -- add onClick to GridArea and update example (70f5555) -- Update package.json (7177860) -- add realignable prop to GridArea (1689c0f) -- Remove --host from script (e6b04ab) -- remove unused file in tsconfig include (edcf3bc) -- simplify types (e0f579e) -- remove suddenly unneeded resolution (aa684de) -- use prettier in example proj too (6b30c8f) -- pointer -> grab (c287eb1) -- clean up packagejson, fix build, WIP: fix example (8ee9842) -- Remove size-limit (422a23a) -- update build fields (f50e64f) -- react 18, add resolution for beatiful dnd (837b1ac) -- Remove react-is, back to double quotes (afdf9cd) -- update based on pr review (c7b4b95) -- First batch, seems to be working (df15e96) -- eslint settings, lint some files (4989f60) -- wip: migrate to Vite, setup eslint (b395eb2) - - - +- use prettier in example proj too (6b30c8f) \ No newline at end of file