Skip to content

Commit

Permalink
chore(release-wc): v1.2.16 (#1023)
Browse files Browse the repository at this point in the history
Co-authored-by: bcldvd <[email protected]>
  • Loading branch information
github-actions[bot] and bcldvd authored Dec 21, 2022
1 parent 12ab1ff commit a9dc5fd
Show file tree
Hide file tree
Showing 51 changed files with 885 additions and 884 deletions.
1 change: 1 addition & 0 deletions .release_wc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@
- [12/15/2022] Request release v1.2.13 by Pi5rr5
- [12/15/2022] Request release v1.2.14 by bcldvd
- [12/20/2022] Request release v1.2.15 by dorsaffrigui
- [12/21/2022] Request release v1.2.16 by bcldvd
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.15",
"version": "1.2.16",
"packages": [
"themes/fds-theme",
"libs/web-components/*"
Expand Down
6 changes: 3 additions & 3 deletions libs/web-components/account-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/account-card",
"displayName": "AccountCard",
"version": "1.2.15",
"version": "1.2.16",
"description": "AccountCard Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,8 +15,8 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/divider": "1.2.15",
"@finastra/icon": "1.2.15",
"@finastra/divider": "1.2.16",
"@finastra/icon": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/alert-message/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/alert-message",
"displayName": "AlertMessage",
"version": "1.2.15",
"version": "1.2.16",
"description": "AlertMessage Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -16,7 +16,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/icon": "1.2.15",
"@finastra/icon": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/app-bar",
"displayName": "App Bar",
"version": "1.2.15",
"version": "1.2.16",
"description": "App Bar Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/logo": "1.2.15",
"@finastra/logo": "1.2.16",
"@material/mwc-top-app-bar": "0.27.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
Expand Down
6 changes: 3 additions & 3 deletions libs/web-components/app-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/app-card",
"displayName": "App Card",
"version": "1.2.15",
"version": "1.2.16",
"description": "App Card Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,8 +15,8 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/card": "1.2.15",
"@finastra/chip": "1.2.15",
"@finastra/card": "1.2.16",
"@finastra/chip": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions libs/web-components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/autocomplete",
"displayName": "Autocomplete",
"version": "1.2.15",
"version": "1.2.16",
"description": "Autocomplete Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,10 +15,10 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/icon": "1.2.15",
"@finastra/list": "1.2.15",
"@finastra/menu": "1.2.15",
"@finastra/search-input": "1.2.15",
"@finastra/icon": "1.2.16",
"@finastra/list": "1.2.16",
"@finastra/menu": "1.2.16",
"@finastra/search-input": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/avatar",
"displayName": "Avatar",
"version": "1.2.15",
"version": "1.2.16",
"description": "Avatar Web Component",
"keywords": [
"Finastra Design System",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/badge",
"displayName": "Badge",
"version": "1.2.15",
"version": "1.2.16",
"description": "Badge Web Component",
"keywords": [
"Finastra Design System",
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/brand-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/brand-card",
"displayName": "Brand Card",
"version": "1.2.15",
"version": "1.2.16",
"description": "Brand Card Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -16,7 +16,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/card": "1.2.15",
"@finastra/card": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/breadcrumb",
"displayName": "Breadcrumb",
"version": "1.2.15",
"version": "1.2.16",
"description": "Breadcrumb Web Component",
"keywords": [
"Finastra Design System",
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/button-toggle-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/button-toggle-group",
"displayName": "ButtonToggleGroup",
"version": "1.2.15",
"version": "1.2.16",
"description": "ButtonToggleGroup Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss src/button-toggle/styles.scss"
},
"dependencies": {
"@finastra/icon": "1.2.15",
"@finastra/icon": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/button",
"displayName": "Button",
"version": "1.2.15",
"version": "1.2.16",
"description": "Button Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/base-styles.scss src/contained-styles.scss src/outlined-styles.scss src/text-styles.scss"
},
"dependencies": {
"@finastra/icon": "1.2.15",
"@finastra/icon": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/card",
"displayName": "Card",
"version": "1.2.15",
"version": "1.2.16",
"description": "Card Web Component",
"keywords": [
"finastra design system",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/charts",
"displayName": "Charts",
"version": "1.2.15",
"version": "1.2.16",
"description": "Charts Web Component",
"keywords": [
"Finastra Design System",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/checkbox",
"displayName": "Checkbox",
"version": "1.2.15",
"version": "1.2.16",
"description": "Checkbox Web Component",
"keywords": [
"Finastra Design System",
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/chip",
"displayName": "Chip",
"version": "1.2.15",
"version": "1.2.16",
"description": "Chip Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/icon": "1.2.15",
"@finastra/icon": "1.2.16",
"@material/button": "14.0.0",
"@material/mwc-button": "0.27.0",
"@material/mwc-ripple": "0.27.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/circular-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/circular-progress",
"displayName": "CircularProgress",
"version": "1.2.15",
"version": "1.2.16",
"description": "CircularProgress Web Component",
"keywords": [
"Finastra Design System",
Expand Down
16 changes: 8 additions & 8 deletions libs/web-components/data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/data-table",
"displayName": "Data Table",
"version": "1.2.15",
"version": "1.2.16",
"description": "Data Table Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -16,13 +16,13 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/data-table-styles.scss src/data-table-with-pagination-styles.scss src/pagination/data-table-pagination-styles.scss"
},
"dependencies": {
"@finastra/button": "1.2.15",
"@finastra/checkbox": "1.2.15",
"@finastra/chip": "1.2.15",
"@finastra/icon": "1.2.15",
"@finastra/icon-button": "1.2.15",
"@finastra/linear-progress": "1.2.15",
"@finastra/radio": "1.2.15",
"@finastra/button": "1.2.16",
"@finastra/checkbox": "1.2.16",
"@finastra/chip": "1.2.16",
"@finastra/icon": "1.2.16",
"@finastra/icon-button": "1.2.16",
"@finastra/linear-progress": "1.2.16",
"@finastra/radio": "1.2.16",
"@material/data-table": "14.0.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/dialog",
"displayName": "Dialog",
"version": "1.2.15",
"version": "1.2.16",
"description": "Dialog Web Component",
"keywords": [
"Finastra Design System",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/divider",
"version": "1.2.15",
"version": "1.2.16",
"description": "Divider Web Component",
"keywords": [
"finastra design system",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/expansion-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/expansion-panel",
"displayName": "ExpansionPanel",
"version": "1.2.15",
"version": "1.2.16",
"description": "ExpansionPanel Web Component",
"keywords": [
"Finastra Design System",
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/fab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/fab",
"displayName": "Fab",
"version": "1.2.15",
"version": "1.2.16",
"description": "Fab Web Component",
"keywords": [
"Finastra Design System",
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/filter-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/filter-tree",
"displayName": "FilterTree",
"version": "1.2.15",
"version": "1.2.16",
"description": "FilterTree Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss src/tree-item/tree-item.scss"
},
"dependencies": {
"@finastra/icon-button": "1.2.15",
"@finastra/icon-button": "1.2.16",
"@material/mwc-formfield": "0.27.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
Expand Down
6 changes: 3 additions & 3 deletions libs/web-components/global-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/global-search",
"displayName": "Global Search",
"version": "1.2.15",
"version": "1.2.16",
"description": "Global Search Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,8 +15,8 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/global-search.scss src/global-search-group/global-search-group.scss src/global-search-page/global-search-page.scss src/global-search-summary/global-search-summary.scss"
},
"dependencies": {
"@finastra/divider": "1.2.15",
"@finastra/icon-button": "1.2.15",
"@finastra/divider": "1.2.16",
"@finastra/icon-button": "1.2.16",
"lit": "2.0.2",
"tslib": "^2.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions libs/web-components/guided-tour/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/guided-tour",
"displayName": "GuidedTour",
"version": "1.2.15",
"version": "1.2.16",
"description": "GuidedTour Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,8 +15,8 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@finastra/button": "1.2.15",
"@finastra/card": "1.2.15",
"@finastra/button": "1.2.16",
"@finastra/card": "1.2.16",
"@floating-ui/dom": "1.0.2",
"lit": "^2.0.0",
"tslib": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions libs/web-components/icon-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/icon-bar",
"displayName": "IconBar",
"version": "1.2.15",
"version": "1.2.16",
"description": "IconBar Web Component",
"keywords": [
"Finastra Design System",
Expand All @@ -15,7 +15,7 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/icon-bar.scss src/icon-bar-item.scss"
},
"dependencies": {
"@finastra/icon-button": "1.2.15",
"@finastra/icon-button": "1.2.16",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/web-components/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/icon-button",
"displayName": "Icon Button",
"version": "1.2.15",
"version": "1.2.16",
"description": "Icon Button Web Component",
"keywords": [
"Finastra Design System",
Expand Down
Loading

0 comments on commit a9dc5fd

Please sign in to comment.