Skip to content

Commit 5fa0333

Browse files
committed
updated version
1 parent 6c04b46 commit 5fa0333

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
**[Get it on npm](https://www.npmjs.com/package/certego-ui)**
44

5+
## [v0.1.18](https://github.com/certego/certego-ui/releases/tag/v0.1.18)
6+
Center select box in the tables
7+
58
## [v0.1.17](https://github.com/certego/certego-ui/releases/tag/v0.1.17)
69
Rework useDataTable
710

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/src/layouts/AppFooter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FaTwitter } from "react-icons/fa";
55
import { Toaster, ScrollToTopButton, useToastr } from "@certego/certego-ui";
66

77
// constants
8-
const CERTEGO_UI_VERSION = "v0.1.17";
8+
const CERTEGO_UI_VERSION = "v0.1.18";
99
const selector = (state) => state.toasts;
1010

1111
function AppFooter() {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@certego/certego-ui",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "certego components library (react.js, reactstrap, etc)",
55
"author": "certego",
66
"license": "MIT",

0 commit comments

Comments
 (0)