Skip to content

Commit

Permalink
chore(release): 🚀 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-05-07)

### Bug Fixes

* my bad ;p ([7be71ff](7be71ff))
* print correct pnpm cache store path ([c95ab96](c95ab96))

### Features

* **dyne-button:** 🎉 Initial commit ([2e6d10b](2e6d10b))
* **dyne-button:** add first button's version ([ab0ed04](ab0ed04))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent f31ff36 commit ca7562e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2024-05-07)


### Bug Fixes

* my bad ;p ([7be71ff](https://github.com/dyne/components/commit/7be71ffe7be95b470431557492dfc399b775d9b0))
* print correct pnpm cache store path ([c95ab96](https://github.com/dyne/components/commit/c95ab96752dd8b266cdecc5db3f64c230efa2ef6))


### Features

* **dyne-button:** 🎉 Initial commit ([2e6d10b](https://github.com/dyne/components/commit/2e6d10bd16343149d2b8ef3e20a49901a6c0a342))
* **dyne-button:** add first button's version ([ab0ed04](https://github.com/dyne/components/commit/ab0ed0445aae4b1a4ab2fe051fa0e09571ada8bb))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dyne-components",
"version": "0.0.1",
"version": "1.0.0",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit ca7562e

Please sign in to comment.