Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2023-07-20)

### Bug Fixes

* try to fix circle ci ([92d8a7f](92d8a7f))

### Features

* replace stimulus with passage to work with new pie-api-aws PD-2909 ([df034d2](df034d2))

### BREAKING CHANGES

* stimulus property inside item config was replaced with passage property.
  • Loading branch information
semantic-release-bot committed Jul 20, 2023
1 parent 498d8a6 commit 14954be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/pie-framework/pie-player-components/compare/v1.7.0...v2.0.0) (2023-07-20)


### Bug Fixes

* try to fix circle ci ([92d8a7f](https://github.com/pie-framework/pie-player-components/commit/92d8a7fe4c8a32e62f970aceeb2f61c019eaa672))


### Features

* replace stimulus with passage to work with new pie-api-aws PD-2909 ([df034d2](https://github.com/pie-framework/pie-player-components/commit/df034d2809d4a6edcb03279651cfd38125094b43))


### BREAKING CHANGES

* stimulus property inside item config was replaced with passage property.

# [1.7.0](https://github.com/pie-framework/pie-player-components/compare/v1.6.0...v1.7.0) (2023-05-16)


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": "@pie-framework/pie-player-components",
"version": "1.7.0",
"version": "2.0.0",
"description": "Pie Player Components",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 14954be

Please sign in to comment.