Skip to content

Commit

Permalink
release: 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jul 3, 2023
1 parent 371996c commit 5da55f2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Conventional Commits 1.0.0](https://www.conventionalcomm
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)


## [0.6.2](https://github.com/Endava/bee-q/compare/v0.6.1...v0.6.2) (2023-07-03)


### Bug Fixes

* **notification:** notification rendered as visible with `open="false"` ([#316](https://github.com/Endava/bee-q/issues/316)) ([371996c](https://github.com/Endava/bee-q/commit/371996c48ca5d507a74fcf70d16551e3d27bf622))
* **toast:** toast rendered as visible with `open="false"` ([#315](https://github.com/Endava/bee-q/issues/315)) ([2b410aa](https://github.com/Endava/bee-q/commit/2b410aad4ca8d0eb496b7a49d022d2f9e4288bbc))

## [0.6.1](https://github.com/Endava/bee-q/compare/v0.6.0...v0.6.1) (2023-07-03)

## [0.6.0](https://github.com/Endava/bee-q/compare/v0.5.0...v0.6.0) (2023-07-03)
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": "bee-q",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bee-Q Design System",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/bee-q-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bee-q/angular",
"version": "0.6.1",
"version": "0.6.2",
"license": "Apache-2.0",
"description": "Angular specific wrapper for Bee-Q Design System components",
"main": "dist/esm2015/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bee-q-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bee-q/icons",
"version": "0.6.1",
"version": "0.6.2",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/bee-q-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bee-q/react",
"version": "0.6.1",
"version": "0.6.2",
"license": "Apache-2.0",
"description": "React specific wrapper for Bee-Q Design System components",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bee-q/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bee-q/core",
"version": "0.6.1",
"version": "0.6.2",
"license": "Apache-2.0",
"description": "Bee-Q, a Design System components rulled by Endavan developers :)",
"main": "./dist/index.cjs.js",
Expand Down

0 comments on commit 5da55f2

Please sign in to comment.