Skip to content

Commit

Permalink
chore: release 5.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and asabotovich committed May 23, 2024
1 parent 8ad6ae4 commit 9487fec
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .release_notes/5.36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [5.36.0](https://github.com/taskany-inc/bricks/compare/v5.35.0...v5.36.0) (2024-05-23)


### Features

* harmony page loader ([8ad6ae4](https://github.com/taskany-inc/bricks/commit/8ad6ae4a391e3a6e99c9bc34f4045eadb59e5402))
* support Footer ([df34f0d](https://github.com/taskany-inc/bricks/commit/df34f0d1a5ce23f79580c8eb7f88db2ad4f5101c))
* support Md component ([67990e3](https://github.com/taskany-inc/bricks/commit/67990e32c2487618c9ee3e853fb36d5186704e9e))

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.

## [5.36.0](https://github.com/taskany-inc/bricks/compare/v5.35.0...v5.36.0) (2024-05-23)


### Features

* harmony page loader ([8ad6ae4](https://github.com/taskany-inc/bricks/commit/8ad6ae4a391e3a6e99c9bc34f4045eadb59e5402))
* support Footer ([df34f0d](https://github.com/taskany-inc/bricks/commit/df34f0d1a5ce23f79580c8eb7f88db2ad4f5101c))
* support Md component ([67990e3](https://github.com/taskany-inc/bricks/commit/67990e32c2487618c9ee3e853fb36d5186704e9e))

## [5.35.0](https://github.com/taskany-inc/bricks/compare/v5.34.0...v5.35.0) (2024-05-23)


Expand Down
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": "@taskany/bricks",
"version": "5.35.0",
"version": "5.36.0",
"description": "Taskany Design System",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.35.0
5.36.0

0 comments on commit 9487fec

Please sign in to comment.