Skip to content

Commit

Permalink
Release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Oct 6, 2021
1 parent 23fcc14 commit a07d7de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
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": "@certego/certego-ui",
"version": "0.0.2",
"version": "0.0.3",
"description": "certego components library (react.js, reactstrap, etc)",
"author": "certego",
"license": "MIT",
Expand Down

0 comments on commit a07d7de

Please sign in to comment.