Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed May 5, 2022
1 parent c6940c7 commit 1899ced
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.6.0](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/compare/v0.5.3...v0.6.0) (2022-05-05)

### Features

- **template:** add @norgate-av/react-crestron-ch5-hooks to template ([bd14e4c](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/bd14e4c38972dd062f934c2e784b16623565e70c))
- add basic GitHub Actions CI config ([fb8e51b](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/fb8e51b7b07bd85a39e1f1fb8170d5c0b3b8b754))
- **template:** add classnames package ([c1647cb](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/c1647cb26f8f7b45f0fcfeb3bd12ddbbdc79a4a9))
- add components directory ([8a2e523](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/8a2e523e92c967128842258c7ea62a533ca0325f))
- add containers directory ([4570a5d](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/4570a5d8b62a4c652204588f27d1fe5fc58a6e33))
- add docker support ([#29](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/issues/29)) ([ff03738](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/ff03738e6e6cd381ad39d15c3b46ed8019cf1982))
- **tailwindcss:** add dracula theme colour palette as custom classes ([2b7a482](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/2b7a482e13794c49ccc31097044ab12fa46b1281))
- add electron support ([#35](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/issues/35)) ([51ee5f7](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/51ee5f78d078fb48930c42334864fbb7b124c776))
- add hooks directory ([f802b04](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/f802b04ba7fb339001b955524e69afbb02aa227e))
- **tailwind:** add tailwind declarations to index.css ([f6c5be1](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/f6c5be125bb5ca8f1ac3580f7c06e994a9150bfb))
- **template:** add tailwindcss ([e0bad26](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/e0bad268aa734cd88a93496362b2e6cf4185d2bc))

### Bug Fixes

- **electron:** move electron-is-dev from dev-deps to deps ([b915503](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/b915503dd4b8241060d8daf70fec24197eb74ab9))
- **scripts:** use jq binary from node_modules in resolve:crcomlib ([#25](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/issues/25)) ([#26](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/issues/26)) ([261a6e0](https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/commit/261a6e018272fa9f348276e0eece2eac07dc7ad9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@norgate-av/cra-template-crestron-ch5-typescript",
"version": "0.0.0-development",
"version": "0.6.0",
"keywords": [
"ch5",
"crestron",
Expand Down

0 comments on commit 1899ced

Please sign in to comment.