Skip to content

Commit

Permalink
5.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmcneal committed Jul 19, 2024
1 parent f4e23d3 commit a4c375f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

### [5.4.0-beta.1]
### [5.4.0-beta.2]
• Generate `main: cjs`, `browser: umd`, and `module: esm` bundles for better import compatibility - like with Next.js
• Generate accurate types thanks to TypeScript

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": "react-step-wizard",
"version": "5.4.0-beta.1",
"version": "5.4.0-beta.2",
"description": "A modern flexible step wizard component built for React",
"types": "dist/index.d.ts",
"main": "dist/react-step-wizard.cjs.js",
Expand Down

0 comments on commit a4c375f

Please sign in to comment.