Skip to content

Commit

Permalink
release: 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jun 23, 2023
1 parent a8f25a8 commit 8e68ab0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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.5.0](https://github.com/Endava/bee-q/compare/v0.4.0...v0.5.0) (2023-06-23)


### Features

* **CSS reset:** improve global custom CSS reset ([#287](https://github.com/Endava/bee-q/issues/287)) ([b4500d2](https://github.com/Endava/bee-q/commit/b4500d21b1cc803e167e7dc3329e09a1b0736e16))
* **side menu:** new `<bq-side-menu>` and `<bq-side-menu-item>` components ([#289](https://github.com/Endava/bee-q/issues/289)) ([f4935f1](https://github.com/Endava/bee-q/commit/f4935f17c51ad6418251bc766455fccbcecafefc))


### Bug Fixes

* **angular wrapper:** peerDependencies and versions allowed ([#291](https://github.com/Endava/bee-q/issues/291)) ([47a37e2](https://github.com/Endava/bee-q/commit/47a37e231dc15479fc8a25aa65ec9be67405d6f8))
* **angular:** cannot mix multi and regular providers ([#290](https://github.com/Endava/bee-q/issues/290)) ([63852e4](https://github.com/Endava/bee-q/commit/63852e4ce285ae84ded849e1d3085babb5b2549d))
* **plopjs:** storybook template eslint import order ([#280](https://github.com/Endava/bee-q/issues/280)) ([5c374cc](https://github.com/Endava/bee-q/commit/5c374cc55c53122a8ecb97d6d8a63bea48a9131e))
* **react wrapper:** peerDependencies versions allowed ([#292](https://github.com/Endava/bee-q/issues/292)) ([91c49a3](https://github.com/Endava/bee-q/commit/91c49a3b9792a1dfcfc40a7c8d4da1d0588f9459))

## [0.4.0](https://github.com/Endava/bee-q/compare/v0.3.0...v0.4.0) (2023-06-16)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

| Package | Version | Documentation |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------- |
| [`@bee-q/core`](https://www.npmjs.com/package/@bee-q/core) | [![version](https://img.shields.io/npm/v/@bee-q/core/latest.svg)](https://www.npmjs.com/package/@bee-q/core) | [README](./libs/bee-q/README.md) |
| [`@bee-q/angular`](https://www.npmjs.com/package/@bee-q/angular) | [![version](https://img.shields.io/npm/v/@bee-q/angular/latest.svg)](https://www.npmjs.com/package/@bee-q/angular) | [README](./libs/bee-q-angular/README.md) |
| [`@bee-q/react`](https://www.npmjs.com/package/@bee-q/react) | [![version](https://img.shields.io/npm/v/@bee-q/react/latest.svg)](https://www.npmjs.com/package/@bee-q/react) | [README](./libs/bee-q-react/README.md) |
| [`@bee-q/core`](https://www.npmjs.com/package/@bee-q/core) | [![version](https://img.shields.io/npm/v/@bee-q/core/latest.svg)](https://www.npmjs.com/package/@bee-q/core) | [README](./packages/bee-q/README.md) |
| [`@bee-q/angular`](https://www.npmjs.com/package/@bee-q/angular) | [![version](https://img.shields.io/npm/v/@bee-q/angular/latest.svg)](https://www.npmjs.com/package/@bee-q/angular) | [README](./packages/bee-q-angular/README.md) |
| [`@bee-q/react`](https://www.npmjs.com/package/@bee-q/react) | [![version](https://img.shields.io/npm/v/@bee-q/react/latest.svg)](https://www.npmjs.com/package/@bee-q/react) | [README](./packages/bee-q-react/README.md) |

</div>

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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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 8e68ab0

Please sign in to comment.