diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d49af..4ca157f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ **[Get it on npm](https://www.npmjs.com/package/certego-ui)** +## [v0.0.3](https://github.com/certego/certego-ui/releases/tag/v0.0.3) + +[Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.2...v0.0.3) + +- Example app now shows usage of all components. +- Many fixes, adjusts, refactor to components (especially table, paginiator, form related). + ## [v0.0.2](https://github.com/certego/certego-ui/releases/tag/v0.0.2) [Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.1...v0.0.2) diff --git a/README.md b/README.md index 94613ad..25fd27e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # @certego/certego-ui -> certego components library (React.js, reactstrap, etc) - [![NPM](https://img.shields.io/npm/v/@certego/certego-ui.svg)](https://www.npmjs.com/package/@certego/certego-ui) [![Node.js Package](https://github.com/certego/certego-ui/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/certego/certego-ui/actions/workflows/npm-publish.yml) +Certego's components library (React.js, reactstrap, etc). + +## Usage + +This is used to build Dragonfly's GUI. Dragonfly is a malware sandbox based on binary emulation, a service by [Certego S.R.L](https://certego.net/). Checkout https://dragonfly.certego.net/. + ## Install ```bash diff --git a/package-lock.json b/package-lock.json index f1ed07a..f7bacb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@certego/certego-ui", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@certego/certego-ui", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.11.4", diff --git a/package.json b/package.json index 199fb1d..79798c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@certego/certego-ui", - "version": "0.0.2", + "version": "0.0.3", "description": "certego components library (react.js, reactstrap, etc)", "author": "certego", "license": "MIT",