Skip to content

Commit

Permalink
Merge pull request #101 from CSCfi/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 1.3.9
  • Loading branch information
villeerikssoncsc authored Jan 23, 2024
2 parents 4de4cf5 + 77eedbf commit 57a77c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/csc-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.3.9](https://github.com/CSCfi/ui/compare/v1.3.8...v1.3.9) (2024-01-23)


### Bug Fixes

* c-button - prevent content overflow ([3035a25](https://github.com/CSCfi/ui/commit/3035a2508eb22e2ee694d3ee98f42cdee5270463))
* c-navigation-item - allow the long labels to wrap ([3d39c48](https://github.com/CSCfi/ui/commit/3d39c48f6c333345a65f3b006f709afcf8cd8af2))
* c-otp-input - use value prop, add reset method ([089c915](https://github.com/CSCfi/ui/commit/089c91548aff6c5cb707728c18190f7afc595b5a))
* c-select & c-autocomplete - Disable page scroll on open ([2ec055d](https://github.com/CSCfi/ui/commit/2ec055d92386f90b9f6f92dc848d3696bf9e544d))
* c-tags - add small variant ([d6cd89d](https://github.com/CSCfi/ui/commit/d6cd89dd0f598c1c475ba9ff3802444d0a5ba878))

## [1.3.8](https://github.com/CSCfi/ui/compare/v1.3.7...v1.3.8) (2024-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/csc-ui/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 packages/csc-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/csc-ui/csc-ui.esm.js",
"version": "1.3.8"
"version": "1.3.9"
}

0 comments on commit 57a77c8

Please sign in to comment.