Skip to content

Commit

Permalink
bump release 0.0.9 + added release template
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Apr 8, 2022
1 parent 7e318d0 commit 7d7354e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/release_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Checklist for creating a new release

- [ ] Update `CHANGELOG.md` for the new version
- [ ] Change version number in `package-lock.json`, `example/package-lock.json`, `package.json`, `example/src/layouts/AppFooter.jsx`
- [ ] Create release. Wait for the action to publish to NPM packages.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [v0.0.9](https://github.com/certego/certego-ui/releases/tag/v0.0.9)

[diff](https://github.com/certego/certego-ui/compare/v0.0.8...v0.0.9)

- fixed a bug in the DataTable/LoadingScreen, improperly showing Error Alert

## [v0.0.8](https://github.com/certego/certego-ui/releases/tag/v0.0.8)

[diff](https://github.com/certego/certego-ui/compare/v0.0.7...v0.0.8)
Expand Down
2 changes: 1 addition & 1 deletion example/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 example/src/layouts/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FaTwitter } from "react-icons/fa";
import { Toaster, ScrollToTopButton, useToastr } from "@certego/certego-ui";

// constants
const CERTEGO_UI_VERSION = "v0.0.8";
const CERTEGO_UI_VERSION = "v0.0.9";
const selector = (state) => state.toasts;

function AppFooter() {
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.8",
"version": "0.0.9",
"description": "certego components library (react.js, reactstrap, etc)",
"author": "certego",
"license": "MIT",
Expand Down

0 comments on commit 7d7354e

Please sign in to comment.