Skip to content

Commit 1d00051

Browse files
thbst16claude
andcommitted
chore: bump version to 0.1.0-beta.2
Update README and documentation to reflect current state. This patch release ensures npmjs.com package page displays correct information. Changes: - Version bump to 0.1.0-beta.2 - Updated CHANGELOG with beta.2 entry - README already updated with beta.1 features - Prettier formatting fixes applied 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a29242b commit 1d00051

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Additional theme presets
1616
- Plugin architecture for custom painters
1717

18+
## [0.1.0-beta.2] - 2025-11-13
19+
20+
### Fixed
21+
- Updated README with correct beta.1 feature descriptions and installation instructions
22+
- Fixed prettier code formatting in 5 component files
23+
- Corrected npm badges to show beta version properly
24+
25+
### Documentation
26+
- Comprehensive "What's New in Beta.1" section added to README
27+
- Updated installation instructions to reflect beta.1 as default version
28+
- Clarified alpha version access instructions
29+
1830
## [0.1.0-beta.1] - 2025-11-13
1931

2032
### ⚠️ Beta Release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simile-timeline",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "Modern React port of MIT's Simile Timeline widget with full TypeScript support, accessibility, and touch gestures",
55
"type": "module",
66
"main": "./dist/react-simile-timeline.umd.cjs",

0 commit comments

Comments
 (0)