Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-06-09)

### Bug Fixes

* **build.js:** Fixes bug on dev server when rebuilding ([6bc038a](6bc038a))
* **build:** Copies dist folder to docs/dist on dev server ([9ea358a](9ea358a))
* **package.json:** Fixes npm start script to load the latest changes during development ([f2d3638](f2d3638))

### Features

* **alert:** Adds open-toast property ([51c5c9a](51c5c9a))
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent 74a7637 commit be4b58f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0](https://github.com/circular-o/circular/compare/v1.3.0...v1.4.0) (2023-06-09)

### Bug Fixes

- **build.js:** Fixes bug on dev server when rebuilding ([6bc038a](https://github.com/circular-o/circular/commit/6bc038a7ab3b387d39b90b061460b47d1e87106a))
- **build:** Copies dist folder to docs/dist on dev server ([9ea358a](https://github.com/circular-o/circular/commit/9ea358a884358733f6ec152ee739e2ba33b1932b))
- **package.json:** Fixes npm start script to load the latest changes during development ([f2d3638](https://github.com/circular-o/circular/commit/f2d3638623d3bf91106056c9c490c17e7e56856e))

### Features

- **alert:** Adds open-toast property ([51c5c9a](https://github.com/circular-o/circular/commit/51c5c9a9ef9571fc8db68224638f84dc00809303))

# [1.4.0-next.1](https://github.com/circular-o/circular/compare/v1.3.1-next.1...v1.4.0-next.1) (2023-06-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jeysonj2/circular",
"description": "A forward-thinking library of web components.",
"version": "1.4.0-next.1",
"version": "1.4.0",
"homepage": "https://github.com/circular-o/circular",
"author": "Cory LaViska + Circular Team",
"license": "MIT",
Expand Down

0 comments on commit be4b58f

Please sign in to comment.