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
23 changes: 0 additions & 23 deletions .changeset/minor-updates.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.9.0

### Minor Changes

- [#4](https://github.com/tyom/storybook-react-context/pull/4) [`ba8214c`](https://github.com/tyom/storybook-react-context/commit/ba8214ca36fb0d8d3ccc3f4094ecc6567b282590) Thanks [@tyom](https://github.com/tyom)! - Export TypeScript types and improve developer experience
- **New Features:**
- Export `ContextOptions` and `DecoratorOptions` types for better TypeScript support
- Add automated changelog generation with changesets
- Add GitHub Actions workflows for CI/CD and automated releases
- **Improvements:**
- Fix inconsistent error messages in context hooks
- Remove unnecessary React Fragment wrapper in decorator
- Enable `noUnusedLocals` TypeScript option for better code hygiene
- Improve code formatting with updated Prettier and ESLint configurations
- Update all dependencies to latest versions
- **Developer Experience:**
- Add comprehensive CONTRIBUTING.md documentation
- Set up automated release process with pre-release support
- Add support for alpha, beta, and next pre-release channels
- Add Husky pre-commit hooks with lint-staged for automated code quality checks

All notable changes to this project will be documented in this file.

## 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-react-context",
"version": "0.8.0",
"version": "0.9.0",
"description": "Manipulate React context inside Storybook. Read state and dispatch updates from outside of React component.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down