diff --git a/CHANGELOG.md b/CHANGELOG.md index 210225a..cda780d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.0.1] - 2026-01-24 + +### Updated + +- **timepicker-ui** — Updated dependency from `4.0.2` to `4.0.3` + +--- + ## [1.0.0] - 2024-11-23 ### Added diff --git a/LICENSE b/LICENSE index 3a7dfc5..d0d3844 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Piotr Glejzer +Copyright (c) 2026 Piotr Glejzer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c1c6649..bde4639 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ A lightweight, SSR-safe React component that provides a thin wrapper around the ## Features -- ✅ **Full TypeScript Support** - All types directly from timepicker-ui core -- ✅ **SSR-Safe** - Works with Next.js, Remix, Gatsby, and other SSR frameworks -- ✅ **Zero Type Duplication** - Re-exports core types, no duplicated interfaces -- ✅ **Event-Driven** - Direct mapping to timepicker-ui's EventEmitter API -- ✅ **Controlled & Uncontrolled** - Support for both value patterns -- ✅ **ESM Only** - Modern, tree-shakeable bundle +- **Full TypeScript Support** - All types directly from timepicker-ui core +- **SSR-Safe** - Works with Next.js, Remix, Gatsby, and other SSR frameworks +- **Zero Type Duplication** - Re-exports core types, no duplicated interfaces +- **Event-Driven** - Direct mapping to timepicker-ui's EventEmitter API +- **Controlled & Uncontrolled** - Support for both value patterns +- **ESM Only** - Modern, tree-shakeable bundle ## Installation diff --git a/package.json b/package.json index 13cb065..c86f1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timepicker-ui-react", - "version": "1.0.0", + "version": "1.0.1", "description": "Official React wrapper for timepicker-ui v4.x", "type": "module", "sideEffects": false, @@ -44,6 +44,6 @@ "react-dom": ">=17" }, "dependencies": { - "timepicker-ui": "^4.0.1" + "timepicker-ui": "4.0.3" } } diff --git a/src/package.json b/src/package.json index 5c73b2c..246292e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "timepicker-ui-react-source", - "version": "1.0.0", + "version": "1.0.1", "private": true, "type": "module", "scripts": { @@ -10,7 +10,7 @@ "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", - "timepicker-ui": "^4.0.2" + "timepicker-ui": "^4.0.3" }, "devDependencies": { "@types/react": "^18.3.12",