Skip to content

Commit

Permalink
release: 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Feb 21, 2024
1 parent f74ac29 commit 2735065
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog
# CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)


## [1.0.1](https://github.com/Endava/BEEQ/compare/v1.0.0...v1.0.1) (2024-02-21)


### Chore ⚙️

* **deps:** update dependency @stencil/core to v4.12.3 ([#862](https://github.com/Endava/BEEQ/issues/862)) ([584c786](https://github.com/Endava/BEEQ/commit/584c78680ae32573750e0e90e46e7bc9cb5383ad))
* update packages scope from `[@bee-q](https://github.com/bee-q)` to `[@beeq](https://github.com/beeq)` ([#863](https://github.com/Endava/BEEQ/issues/863)) ([f74ac29](https://github.com/Endava/BEEQ/commit/f74ac2908c54919b60d7edc58ac75b00d64b2325))

## [1.0.0](https://github.com/Endava/BEEQ/compare/v0.13.0...v1.0.0) (2024-02-20)


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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.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.0.0",
"version": "1.0.1",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit 2735065

Please sign in to comment.