Skip to content

Commit

Permalink
Merge pull request #84 from ryohidaka/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--cube-3d-js

chore(main): release 1.2.0
  • Loading branch information
ryohidaka authored Sep 12, 2024
2 parents 3fa1c72 + 77702e1 commit c7d2629
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.2.0 (2024-09-12)


### ⚠ BREAKING CHANGES

* Fix target attribute of cube face element

### Bug Fixes

* Fix example style ([29689f6](https://github.com/ryohidaka/cube-3d-js/commit/29689f64efab66867e6cc633305fed79c3f7f061))
* Fix getFaceElements return type. ([d893269](https://github.com/ryohidaka/cube-3d-js/commit/d8932690c4d99e8427c7280e560c80a8b3e62628))
* Fix target attribute of cube face element ([d087205](https://github.com/ryohidaka/cube-3d-js/commit/d087205134d2a45ba747d02e0f13f11481597ff7))


### Miscellaneous Chores

* release 1.2.0 ([5549756](https://github.com/ryohidaka/cube-3d-js/commit/55497567e901e8ef8fdcf177af541276a241f20b))

## [1.1.0](https://github.com/ryohidaka/cube-3d-js/compare/v1.0.36...v1.1.0) (2024-05-06)


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,6 +1,6 @@
{
"name": "cube-3d-js",
"version": "1.1.474",
"version": "1.2.0",
"description": "Provides a 3D cube carousel display with perspective.",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit c7d2629

Please sign in to comment.