From 356e89b65a2c3b04ec14e5b78df7c48a8892f423 Mon Sep 17 00:00:00 2001 From: Tristan Chin Date: Mon, 13 Jul 2020 00:03:53 -0400 Subject: [PATCH] 0.0.6-beta.1 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c755735..9e68784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v0.0.6-beta.0](https://github.com/maxijonson/nuclui/compare/v0.0.5...v0.0.6-beta.0) +#### [v0.0.6-beta.1](https://github.com/maxijonson/nuclui/compare/v0.0.6-beta.0...v0.0.6-beta.1) > 13 July 2020 +- Fix Root theme [`8e3f039`](https://github.com/maxijonson/nuclui/commit/8e3f039c8c27b532d073783f1f58e976b3fcd664) + +#### [v0.0.6-beta.0](https://github.com/maxijonson/nuclui/compare/v0.0.5...v0.0.6-beta.0) + +> 12 July 2020 + - Add Page component and theming [`d5b965f`](https://github.com/maxijonson/nuclui/commit/d5b965fb8f6c18e8abd842884dde6a4e0f58005c) - Add Normalize CSS [`4919198`](https://github.com/maxijonson/nuclui/commit/4919198b490b67ad833313d1e2906a1757a34999) - Make scripts fail on error [`ceebbb7`](https://github.com/maxijonson/nuclui/commit/ceebbb789e3e52f29e5edea22dbb03c6e4aaa643) diff --git a/package-lock.json b/package-lock.json index a1feea3..2f3e5e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nuclui", - "version": "0.0.6-beta.0", + "version": "0.0.6-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2857103..a69f1cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuclui", - "version": "0.0.6-beta.0", + "version": "0.0.6-beta.1", "description": "A React UI framework, built with TypeScript, to make your developement easier so you can give more focus on your app and less on the design!", "main": "dist/index.js", "scripts": {