Skip to content

Commit

Permalink
chore(release): 3.5.1 (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsaffrigui authored Aug 30, 2022
1 parent 0313958 commit 872a00c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions libs/angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.5.1](https://github.com/finastra/finastra-design-system/compare/v0.0.40...v3.5.1) (2022-08-26)

## [3.5.0](https://github.com/finastra/finastra-design-system/compare/v0.0.36...v3.5.0) (2022-08-03)

## [3.4.0](https://github.com/finastra/finastra-design-system/compare/v0.0.35...v3.4.0) (2022-07-11)
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/angular-components",
"version": "3.5.0",
"version": "3.5.1",
"repository": {
"type": "git",
"url": "https://github.com/finastra/finastra-design-system.git",
Expand All @@ -19,6 +19,6 @@
"ts-md5": "^1.2.8"
},
"dependencies": {
"@finastra/angular-theme": "3.5.0"
"@finastra/angular-theme": "3.5.1"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/finastra-design-system",
"version": "3.5.0",
"version": "3.5.1",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"wc:build:ts": "tsc --build libs/web-components/list libs/web-components/menu libs/web-components/textfield libs/web-components",
"prewc:build:storybook": "npm run wca && npm run build:fds-theme && npm run build:tippy-theme && npm run wc:build",
"wc:build:storybook": "build-storybook -o storybook-static",
"wc:build:bundle":"npm run build -w libs/web-components",
"wc:build:bundle": "npm run build -w libs/web-components",
"wc:compliance:check": "node ./scripts/compliance-check.js",
"wc:format": "",
"wc:generate": "nx workspace-generator web-component",
Expand Down
2 changes: 2 additions & 0 deletions themes/angular-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.5.1](https://github.com/finastra/finastra-design-system/compare/v0.0.40...v3.5.1) (2022-08-26)

## [3.5.0](https://github.com/finastra/finastra-design-system/compare/v0.0.36...v3.5.0) (2022-08-03)

## [3.4.0](https://github.com/finastra/finastra-design-system/compare/v0.0.35...v3.4.0) (2022-07-11)
Expand Down
2 changes: 1 addition & 1 deletion themes/angular-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/angular-theme",
"version": "3.5.0",
"version": "3.5.1",
"description": "Angular Material implementation of the Finastra Design System",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit 872a00c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.