Skip to content

Commit

Permalink
Merge pull request #23 from tiithansen/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--k8s-app

chore(main): release 0.1.3
  • Loading branch information
tiithansen committed Jul 6, 2024
2 parents 5d0b294 + ff7352c commit abf4149
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/tiithansen/grafana-k8s-app/compare/v0.1.2...v0.1.3) (2024-07-06)


### Bug Fixes

* Do not set height for wrapping layouts when there are dynamically sized layouts embedded, it will mess up displaying of them. ([5d0b294](https://github.com/tiithansen/grafana-k8s-app/commit/5d0b29429c715a80184b24b74725b773ea3240c8))

## [0.1.2](https://github.com/tiithansen/grafana-k8s-app/compare/v0.1.1...v0.1.2) (2024-07-06)


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": "k8s-app",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit abf4149

Please sign in to comment.