Skip to content

Commit

Permalink
chore: release 5.0.2 [skip ci] ISSUE-0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent c63e1e3 commit 79db9e4
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.2](https://github.com/genesiscommunitysuccess/custom-elements-lsp/compare/v5.0.1...v5.0.2) (2023-12-20)


### Bug Fixes

* relocate chalk to packages [FUI-1722](https://github.com/genesiscommunitysuccess/custom-elements-lsp/issues/1722) (#85) c63e1e3

## [5.0.1](https://github.com/genesiscommunitysuccess/custom-elements-lsp/compare/v5.0.0...v5.0.1) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "5.0.1",
"version": "5.0.2",
"npmClient": "npm"
}
22 changes: 11 additions & 11 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 packages/core/analyzer-import-alias-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genesiscommunitysuccess/analyzer-import-alias-plugin",
"version": "5.0.1",
"version": "5.0.2",
"description": "Plugin for custom element manifest parser to handle import aliases",
"type": "module",
"main": "./dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/cep-fast-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genesiscommunitysuccess/cep-fast-plugin",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"main": "./out",
"description": "Plugin for @genesiscommunitysuccess/custom-elements-lsp which enables https://www.fast.design/ enhancements",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript-template-language-service-decorator": "^2.3.2"
},
"devDependencies": {
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.1",
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.2",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/custom-elements-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genesiscommunitysuccess/custom-elements-lsp",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"main": "./out/main/",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/showcase/example-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@genesiscommunitysuccess/example-lib",
"private": true,
"version": "5.0.1",
"version": "5.0.2",
"description": "Example library to demonstrate custom elements linking",
"main": "dist/esm/index.js",
"types": "dist/dts/index.d.ts",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.8.0",
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.1",
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.1",
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.2",
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.2",
"typescript": "4.9.5"
},
"customElements": "dist/custom-elements.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/showcase/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genesiscommunitysuccess/example-fast-codebase",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"scripts": {
"clean:dist": "rimraf ./dist",
Expand All @@ -18,9 +18,9 @@
"tslib": "^2.4.1"
},
"devDependencies": {
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.1",
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.1",
"@genesiscommunitysuccess/example-lib": "5.0.1",
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.2",
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.2",
"@genesiscommunitysuccess/example-lib": "5.0.2",
"typescript": "4.9.5",
"vite": "^4.3.9"
}
Expand Down

0 comments on commit 79db9e4

Please sign in to comment.