Skip to content

Commit

Permalink
release: 0.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jul 3, 2023
1 parent be8b08a commit 7d81202
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.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
12 changes: 6 additions & 6 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": "bee-q",
"version": "0.6.0",
"version": "0.6.1",
"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.0",
"version": "0.6.1",
"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.0",
"version": "0.6.1",
"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.0",
"version": "0.6.1",
"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.0",
"version": "0.6.1",
"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 7d81202

Please sign in to comment.