Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=17"
},
"dependencies": {
"timepicker-ui": "^4.0.1"
"timepicker-ui": "4.0.3"
}
}
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timepicker-ui-react-source",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -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",
Expand Down
Loading