Skip to content

Commit

Permalink
release: 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jun 4, 2024
1 parent 32c7a92 commit 2700165
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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)


## [1.5.1](https://github.com/Endava/BEEQ/compare/v1.5.0...v1.5.1) (2024-06-04)


### Bug Fixes 🐞

* **Input:** typo in CSS variables for padding start/end ([#1086](https://github.com/Endava/BEEQ/issues/1086)) ([194fe75](https://github.com/Endava/BEEQ/commit/194fe75ad235aff7b2f90ac30bab5ea9c817894f))


### Chore ⚙️

* **deps:** update dependency @types/node to v20.14.0 ([#1088](https://github.com/Endava/BEEQ/issues/1088)) ([32c7a92](https://github.com/Endava/BEEQ/commit/32c7a920e15040b4d3d411845811094f05b4db30))
* **deps:** update nx to v19.1.2 ([#1087](https://github.com/Endava/BEEQ/issues/1087)) ([d0c0815](https://github.com/Endava/BEEQ/commit/d0c08151758799f9551877520e5cf606b9b36e99))

## [1.5.0](https://github.com/Endava/BEEQ/compare/v1.4.0...v1.5.0) (2024-06-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": "beeq",
"version": "1.5.0",
"version": "1.5.1",
"description": "BEEQ Design System",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeq/angular",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"description": "Angular specific wrapper for BEEQ Design System components",
"main": "dist/esm2015/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeq/react",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"description": "React specific wrapper for BEEQ Design System components",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeq/tailwindcss",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"description": "BEEQ's opinionated TailwindCSS configuration",
"main": "./index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeq/vue",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"description": "Vue specific wrapper for BEEQ Design System components",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeq/core",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"description": "BEEQ, a Design System components ruled by Endavan developers :)",
"main": "./dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bee-q/tools",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit 2700165

Please sign in to comment.