Skip to content

Commit

Permalink
Merge pull request #119 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 2.0.0
  • Loading branch information
villeerikssoncsc authored Feb 1, 2024
2 parents 96d3124 + db67760 commit 9ce9292
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/csc-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/CSCfi/ui/compare/v1.3.12...v2.0.0) (2024-02-01)


### ⚠ BREAKING CHANGES

* **c-pagination:** Renamed and moved page sizes to options object. PageSizes should be defined in pagination object instead of the footerOptions object in c-data-table.

### Features

* **c-pagination:** Renamed and moved page sizes to options object ([89f7434](https://github.com/CSCfi/ui/commit/89f74343acb00476827a40fc65e002cd4cf0a9da))


### Bug Fixes

* **c-pagination:** Possibility to override text color ([cf766a2](https://github.com/CSCfi/ui/commit/cf766a22253205bb95874569c669ba6288887e5e))
* **c-toolbar:** Possibility to override z-index ([167a3f7](https://github.com/CSCfi/ui/commit/167a3f7fde6870f4b7dda403ac5d33398022457a))

## [1.3.12](https://github.com/CSCfi/ui/compare/v1.3.11...v1.3.12) (2024-01-26)


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.12"
"version": "2.0.0"
}

0 comments on commit 9ce9292

Please sign in to comment.