Skip to content

Commit

Permalink
chore(release): 3.3.0 (#709)
Browse files Browse the repository at this point in the history
* chore(release): 3.3.0

* format
  • Loading branch information
dorsaffrigui authored May 5, 2022
1 parent 746ecd4 commit 4120090
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions libs/angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.3.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.3.0) (2022-05-05)

### Features

- **wizard:** allow pages to be marked as completed ([#701](https://github.com/finastra/finastra-design-system/issues/701)) ([aff4d73](https://github.com/finastra/finastra-design-system/commit/aff4d7386c40200e68006de9d314dc2018a71bd2))

## [3.2.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.2.0) (2022-05-04)

### Features
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.2.0",
"version": "3.3.0",
"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.2.0"
"@finastra/angular-theme": "3.3.0"
}
}
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/finastra-design-system",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions themes/angular-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.3.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.3.0) (2022-05-05)

### Features

- **button:** support error and success color ([#704](https://github.com/finastra/finastra-design-system/issues/704)) ([746ecd4](https://github.com/finastra/finastra-design-system/commit/746ecd4f8c4b30bf54a10c580af760997ca7eed5))

## [3.2.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.2.0) (2022-05-04)

### [3.1.1](https://github.com/finastra/finastra-design-system/compare/v0.0.25...v3.1.1) (2022-04-27)
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.2.0",
"version": "3.3.0",
"description": "Angular Material implementation of the Finastra Design System",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit 4120090

@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.