Skip to content

Commit

Permalink
chore(release-wc): v0.0.1 (#422)
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 Oct 7, 2021
1 parent 37fc44c commit 8af7b01
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 25 deletions.
1 change: 1 addition & 0 deletions .release_wc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [10/07/2021] Request release v0.0.1 by bcldvd
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"version": "1.0.0",
"packages": ["themes/fds-theme", "libs/web-components/*"]
"version": "0.0.1",
"packages": [
"themes/fds-theme",
"libs/web-components/*"
]
}
3 changes: 1 addition & 2 deletions 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.0.0",
"version": "0.0.1",
"description": "Card Web Component",
"keywords": [
"finastra design system",
Expand All @@ -21,6 +21,5 @@
"lit-html": "1.4.1",
"tslib": "^2.0.1"
},
"devDependencies": {},
"icon": "dashboard"
}
5 changes: 2 additions & 3 deletions 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.0.0",
"version": "0.0.1",
"description": "Divider Web Component",
"keywords": [
"finastra design system",
Expand All @@ -19,6 +19,5 @@
"lit-element": "2.5.1",
"lit-html": "1.4.1",
"tslib": "^2.0.1"
},
"devDependencies": {}
}
}
2 changes: 1 addition & 1 deletion libs/web-components/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finastra/logo",
"displayName": "Logo",
"version": "1.0.0",
"version": "0.0.1",
"description": "Logo Web Component",
"keywords": [
"finastra design system",
Expand Down
7 changes: 3 additions & 4 deletions libs/web-components/search-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/search-input",
"version": "1.0.0",
"version": "0.0.1",
"description": "Search Input Web Component",
"keywords": [
"finastra design system",
Expand All @@ -16,12 +16,11 @@
"build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss"
},
"dependencies": {
"@material/mwc-icon": "0.23.0",
"@material/mwc-icon-button": "0.23.0",
"@material/mwc-textfield": "0.23.0",
"@material/mwc-icon": "0.23.0",
"lit-element": "2.5.1",
"lit-html": "1.4.1",
"tslib": "^2.0.1"
},
"devDependencies": {}
}
}
21 changes: 9 additions & 12 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 themes/fds-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/fds-theme",
"version": "0.0.1-alpha.4",
"version": "0.0.1",
"author": "Talbot, Thomas <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8af7b01

Please sign in to comment.