Skip to content

Commit

Permalink
chore(release): 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttalbot committed Feb 11, 2022
1 parent d35622d commit 01db1f7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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.

### [2.6.1](https://github.com/finastra/finastra-design-system/compare/v0.0.18...v2.6.1) (2022-02-11)

## [2.6.0](https://github.com/finastra/finastra-design-system/compare/v0.0.16...v2.6.0) (2022-01-25)


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": "2.6.0",
"version": "2.6.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": "2.6.0"
"@finastra/angular-theme": "2.6.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.

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": "2.6.0",
"version": "2.6.1",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions themes/angular-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [2.6.1](https://github.com/finastra/finastra-design-system/compare/v0.0.18...v2.6.1) (2022-02-11)


### Bug Fixes

* **theme:** remove quotes in define-palette ([#594](https://github.com/finastra/finastra-design-system/issues/594)) ([d35622d](https://github.com/finastra/finastra-design-system/commit/d35622dbe062824a018f417198aaeb3d8dc74565))

## [2.6.0](https://github.com/finastra/finastra-design-system/compare/v0.0.16...v2.6.0) (2022-01-25)

## [2.5.0](https://github.com/finastra/finastra-design-system/compare/v0.0.13...v2.5.0) (2021-12-14)
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": "2.6.0",
"version": "2.6.1",
"description": "Angular Material implementation of the Finastra Design System",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit 01db1f7

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