Skip to content

Commit 2690158

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-23) ### Bug Fixes * 100% 커버리지 달성을 위한 테스트 개선 ([5e51e79](5e51e79)) * CI/CD npm 태그 설정 개선 ([cbc7474](cbc7474)) * ESLint 오류 수정 및 TypeScript 타입 안정성 개선 ([1524f41](1524f41)) * improve ResponsiveGridContainer resize detection ([cca4b06](cca4b06)) * prevent double-tap zoom on mobile devices ([c1a26f2](c1a26f2)) * resolve ESLint errors and warnings ([6f2bbd9](6f2bbd9)) * resolve ESLint errors and warnings for CI ([52c25c1](52c25c1)) * resolve TypeScript build error in ResponsiveGridContainer ([e402786](e402786)) * resolve TypeScript build errors for touch events ([3aa6d10](3aa6d10)) * stable-release npm 인증 문제 해결 ([512fdfa](512fdfa)) * stable-release 워크플로우 트리거를 push 이벤트로 변경 ([dbd409c](dbd409c)) * TouchTestGrid 미사용 변수 제거 - CI 빌드 오류 수정 ([528570f](528570f)) * update beta-release workflow permissions and use GitHub CLI ([ab1d30d](ab1d30d)) * XXS 브레이크포인트 모바일 레이아웃 최적화 및 디버깅 로그 제거 ([d42dd75](d42dd75)) * 그리드 레이아웃 여백 계산 및 문서 업데이트 ([c7a0f4a](c7a0f4a)) * 테스트 커버리지 문제 해결 ([b4523c8](b4523c8)) ### Features * 100% 테스트 커버리지 달성 및 코드 정리 ([6b20c7a](6b20c7a)) * add comprehensive touch event debugging and testing ([05011d7](05011d7)) * add PointerEvent support for dev tools touch simulation ([dfe6bce](dfe6bce)) * Add responsive components and enhanced functionality ([df56f70](df56f70)) * enhance demo page with mobile touch support ([ba4cf44](ba4cf44)) * implement comprehensive mobile touch support ([6e271ce](6e271ce)) * implement npm release CI/CD pipeline ([d1e9dfc](d1e9dfc)) * implement responsive grid functionality with 100% test coverage ([f2a29c5](f2a29c5)) * improve mobile touch support with enhanced drag handling ([ca7f0d7](ca7f0d7))
1 parent 0d5ac2e commit 2690158

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# 1.0.0 (2025-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 100% 커버리지 달성을 위한 테스트 개선 ([5e51e79](https://github.com/Seungwoo321/tailwind-grid-layout/commit/5e51e7944b785e9eae7314fa84b766517357710a))
7+
* CI/CD npm 태그 설정 개선 ([cbc7474](https://github.com/Seungwoo321/tailwind-grid-layout/commit/cbc7474582f8e8af85c918083326c7d93807bed4))
8+
* ESLint 오류 수정 및 TypeScript 타입 안정성 개선 ([1524f41](https://github.com/Seungwoo321/tailwind-grid-layout/commit/1524f4189bc6c462215a0a8eb11c7188a3feb37a))
9+
* improve ResponsiveGridContainer resize detection ([cca4b06](https://github.com/Seungwoo321/tailwind-grid-layout/commit/cca4b060e68110e807762663b835efddf36ffc60))
10+
* prevent double-tap zoom on mobile devices ([c1a26f2](https://github.com/Seungwoo321/tailwind-grid-layout/commit/c1a26f2314cc019a62d3925381cae16f842119a1))
11+
* resolve ESLint errors and warnings ([6f2bbd9](https://github.com/Seungwoo321/tailwind-grid-layout/commit/6f2bbd99db1bcdf3c2a450e30a71da105b5c3689))
12+
* resolve ESLint errors and warnings for CI ([52c25c1](https://github.com/Seungwoo321/tailwind-grid-layout/commit/52c25c1edc6438f0c4316b7036f9ffdcb77b8b8d))
13+
* resolve TypeScript build error in ResponsiveGridContainer ([e402786](https://github.com/Seungwoo321/tailwind-grid-layout/commit/e402786b48e0488872ba53321ff1a476289fb810))
14+
* resolve TypeScript build errors for touch events ([3aa6d10](https://github.com/Seungwoo321/tailwind-grid-layout/commit/3aa6d1002c1b435c1d3ded379f8359760962e45e))
15+
* stable-release npm 인증 문제 해결 ([512fdfa](https://github.com/Seungwoo321/tailwind-grid-layout/commit/512fdfa4ce7b8c0135618f7cac34c844340f240a))
16+
* stable-release 워크플로우 트리거를 push 이벤트로 변경 ([dbd409c](https://github.com/Seungwoo321/tailwind-grid-layout/commit/dbd409cdb7aed104e1060296b78c3596829818c5))
17+
* TouchTestGrid 미사용 변수 제거 - CI 빌드 오류 수정 ([528570f](https://github.com/Seungwoo321/tailwind-grid-layout/commit/528570f412dd9f38ce0d8ac49bf0ff8ae6b36d04))
18+
* update beta-release workflow permissions and use GitHub CLI ([ab1d30d](https://github.com/Seungwoo321/tailwind-grid-layout/commit/ab1d30db6cff408e180e37f3410f95b3862f9041))
19+
* XXS 브레이크포인트 모바일 레이아웃 최적화 및 디버깅 로그 제거 ([d42dd75](https://github.com/Seungwoo321/tailwind-grid-layout/commit/d42dd75db0de6def5e191ed395af87dd36d01fc6))
20+
* 그리드 레이아웃 여백 계산 및 문서 업데이트 ([c7a0f4a](https://github.com/Seungwoo321/tailwind-grid-layout/commit/c7a0f4ac42d0b90afcff85c5a1f1ebb89079e277))
21+
* 테스트 커버리지 문제 해결 ([b4523c8](https://github.com/Seungwoo321/tailwind-grid-layout/commit/b4523c8e6d8d02487fa47a63817f4f4f6408d6bc))
22+
23+
24+
### Features
25+
26+
* 100% 테스트 커버리지 달성 및 코드 정리 ([6b20c7a](https://github.com/Seungwoo321/tailwind-grid-layout/commit/6b20c7a7766cec415c8e00bd667f0120b54a2103))
27+
* add comprehensive touch event debugging and testing ([05011d7](https://github.com/Seungwoo321/tailwind-grid-layout/commit/05011d7abdb95c98461a40eaad0ab089a8f672a4))
28+
* add PointerEvent support for dev tools touch simulation ([dfe6bce](https://github.com/Seungwoo321/tailwind-grid-layout/commit/dfe6bce3706b9a4ea14c5f4da1cd0e24ce961421))
29+
* Add responsive components and enhanced functionality ([df56f70](https://github.com/Seungwoo321/tailwind-grid-layout/commit/df56f708caf652e1ff827c3064a7d1a9ead88857))
30+
* enhance demo page with mobile touch support ([ba4cf44](https://github.com/Seungwoo321/tailwind-grid-layout/commit/ba4cf4452e10937a451e4f7996262315f2ddad6b))
31+
* implement comprehensive mobile touch support ([6e271ce](https://github.com/Seungwoo321/tailwind-grid-layout/commit/6e271ce06ef07ea7e9266aa56d730448ee01c5ca))
32+
* implement npm release CI/CD pipeline ([d1e9dfc](https://github.com/Seungwoo321/tailwind-grid-layout/commit/d1e9dfc45ce381028a44c18e6d0fe1c96e730c2c))
33+
* implement responsive grid functionality with 100% test coverage ([f2a29c5](https://github.com/Seungwoo321/tailwind-grid-layout/commit/f2a29c5683c184a654d7d5c2c02753314d715a5c))
34+
* improve mobile touch support with enhanced drag handling ([ca7f0d7](https://github.com/Seungwoo321/tailwind-grid-layout/commit/ca7f0d7cc18e8efdea11d5ea03cf181d6ea60502))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-grid-layout",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "A modern, Tailwind CSS-based grid layout system for React. A lightweight alternative to react-grid-layout with full feature parity.",
66
"keywords": [
@@ -124,4 +124,4 @@
124124
"pnpm": ">=10.11.0"
125125
},
126126
"packageManager": "[email protected]"
127-
}
127+
}

0 commit comments

Comments
 (0)