Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* release: 1.2.0 (#413)

* Release of @scania/tegel@minor

* release: angular and react to 1.2.0 tegel dependency

---------

Co-authored-by: theJohnnyMe <[email protected]>

* Release of @scania/[email protected]

---------

Co-authored-by: theJohnnyMe <[email protected]>
  • Loading branch information
theJohnnyMe and theJohnnyMe authored Dec 7, 2023
1 parent 23b039a commit 4c78bc5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/angular/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/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scania/tegel-angular",
"version": "1.3.1",
"version": "1.3.2",
"description": "Angular wrappers for Tegel package",
"main": "dist",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scania/tegel",
"version": "1.3.1",
"version": "1.3.2",
"description": "Tegel Design System",
"type": "module",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

| Event | Description | Type |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `tdsSort` | Sends unique Table identifier, column key and sorting direction to the tds-table-body component, can also be listened to in order to implement custom-sorting logic. | `CustomEvent<{ tableId: string; columnKey: string; sortingDirection: "asc" \| "desc"; }>` |
| `tdsSort` | Sends unique Table identifier, column key and sorting direction to the tds-table-body component, can also be listened to in order to implement custom-sorting logic. | `CustomEvent<{ tableId: string; columnKey: string; sortingDirection: "desc" \| "asc"; }>` |


----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions packages/react/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/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scania/tegel-react",
"version": "1.3.1",
"version": "1.3.2",
"description": "React wrappers for Tegel package",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 4c78bc5

Please sign in to comment.