Skip to content

Commit

Permalink
Merge pull request #41 from raisiqueira/chore/bump-package-version
Browse files Browse the repository at this point in the history
chore(lib): bump version
  • Loading branch information
raisiqueira committed Aug 23, 2023
2 parents bd41002 + 46196a9 commit ca42cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion packages/headless-stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headless-stepper",
"description": "Production ready React hook to create awesome stepper components. Effortless to use, easy to customize.",
"version": "1.9.1-beta.1",
"version": "1.9.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ca42cd0

Please sign in to comment.