Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub action committed Mar 14, 2024
1 parent 82e5ea2 commit 0ab214c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libraries/ui-library-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library-angular",
"version": "4.1.2",
"version": "4.2.0",
"description": "Angular wrapper components for @six-group/ui-library",
"private": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@six-group/ui-library-react",
"sideEffects": false,
"version": "4.1.2",
"version": "4.2.0",
"description": "React wrapper components for @six-group/ui-library",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library-vue",
"version": "4.1.2",
"version": "4.2.0",
"description": "Vue wrapper components for @six-group/ui-library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library",
"version": "4.1.2",
"version": "4.2.0",
"description": "Web components in alignment with the SIX corporate styleguide",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
12 changes: 6 additions & 6 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/workspace",
"version": "4.1.2",
"version": "4.2.0",
"scripts": {
"start": "npm run start -w libraries/ui-library",
"watch:lib": "npm run watch -w libraries/ui-library",
Expand Down

0 comments on commit 0ab214c

Please sign in to comment.