Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.4.2...v6.0.0) (2022-06-22)

### Features

* upgrade to lit@^2 ([e78475e](e78475e))
* upgrade to lit2 ([327485b](327485b))

### BREAKING CHANGES

* Upgrade to lit@^2 and haunted@^5
* Upgrade to lit@^2 & haunted@^5
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent e30892a commit 3581472
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [6.0.0](https://github.com/neovici/cosmoz-tabs/compare/v5.4.2...v6.0.0) (2022-06-22)


### Features

* upgrade to lit@^2 ([e78475e](https://github.com/neovici/cosmoz-tabs/commit/e78475ef5ac556c327d35a299d69b16f9d24cda4))
* upgrade to lit2 ([327485b](https://github.com/neovici/cosmoz-tabs/commit/327485bbc02be15cdf2f4ab6d6cd4a1eda955fe5))


### BREAKING CHANGES

* Upgrade to lit@^2 and haunted@^5
* Upgrade to lit@^2 & haunted@^5

# [6.0.0-beta.1](https://github.com/neovici/cosmoz-tabs/compare/v5.4.2...v6.0.0-beta.1) (2022-06-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-tabs",
"version": "6.0.0-beta.1",
"version": "6.0.0",
"description": "A multi views container element that allow navigation between the views using tabs or an accordion.",
"keywords": [
"web-components"
Expand Down Expand Up @@ -51,7 +51,11 @@
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [1, "always", 100]
"body-max-line-length": [
1,
"always",
100
]
}
},
"exports": {
Expand Down

0 comments on commit 3581472

Please sign in to comment.