Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 23, 2023
1 parent f09f7d6 commit 1803986
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,45 @@ All notable changes to this project will be documented in this file. See [standa

<a name="1.0.3"></a>

## [2.0.0](https://github.com/nodecg/generator-nodecg/compare/v1.0.0...v2.0.0) (2023-03-23)


### ⚠ BREAKING CHANGES

* all deps have been updated

### Features

* add option to generate bundles in typescript ([#74](https://github.com/nodecg/generator-nodecg/issues/74)) ([de1222c](https://github.com/nodecg/generator-nodecg/commit/de1222cd907a34ae54a2a5720a81dd8a59b2e491))
* Added clarification on Width units ([#63](https://github.com/nodecg/generator-nodecg/issues/63)) ([56056f4](https://github.com/nodecg/generator-nodecg/commit/56056f44e5b32cc158e356e604963989dfec965b))
* react generators for panels and graphics ([cbbcee9](https://github.com/nodecg/generator-nodecg/commit/cbbcee9455f5e0b944067cb2931bb67b7a2cda2a))
* **typescript:** add dev script ([762dfe9](https://github.com/nodecg/generator-nodecg/commit/762dfe991df03225525a2a2c035f2ae84085a16b))
* **typescript:** flesh out the example a bit more ([cfbca1b](https://github.com/nodecg/generator-nodecg/commit/cfbca1b52feae3a6dde3a52c18deb50dec959c25))
* **typescript:** include example replicant schema ([#75](https://github.com/nodecg/generator-nodecg/issues/75)) ([9aaeced](https://github.com/nodecg/generator-nodecg/commit/9aaeced7a45871d0f627ea74a8c69925969f3848))
* update defaults for nodecg v1.1.1 ([84e869c](https://github.com/nodecg/generator-nodecg/commit/84e869c1713be5460e14073c82cd45c3b8d9c098))


### Bug Fixes

* a few small lingering issues ([915b860](https://github.com/nodecg/generator-nodecg/commit/915b8604604b4124afac055c37377d6be59db918))
* add @nodecg/types as a dev dep for typescript bundles ([294981e](https://github.com/nodecg/generator-nodecg/commit/294981ed82070c1e9932d6364047f7764f64b2d0))
* **deps:** update packages to fix vulnerabilities ([#66](https://github.com/nodecg/generator-nodecg/issues/66)) ([a2cb9b6](https://github.com/nodecg/generator-nodecg/commit/a2cb9b6aa5724264f476f8999b5c40ea4dfbd277))
* generated gitignore ([477062e](https://github.com/nodecg/generator-nodecg/commit/477062e449cd38297511cceb3f86e61874111565))
* **panel:** default name should be lowercase ([93f83ba](https://github.com/nodecg/generator-nodecg/commit/93f83bab9acf8ff1c28e1b51af0c952bed850018))
* **panel:** force name to have length ([5bfa35c](https://github.com/nodecg/generator-nodecg/commit/5bfa35ce7900281fdd2fce67b9399943ce4104ef))
* **panel:** force title to have length ([dca5efc](https://github.com/nodecg/generator-nodecg/commit/dca5efcbf7895da41536d358f1b99bb7e9e8b15c))
* **panel:** give default name of "Panel" ([299c8c7](https://github.com/nodecg/generator-nodecg/commit/299c8c7d7da7cd861961197e74705ecb624d94b5))
* **panel:** i'm a fool ([4cd7727](https://github.com/nodecg/generator-nodecg/commit/4cd7727c1ec3e8da65be38d251d776115d726efb))
* set default compatibleRange to ^2.0.0 ([8146f64](https://github.com/nodecg/generator-nodecg/commit/8146f6405b2466a6c54ef2e2f90adf52ced567c0))
* **templates:** slight fixes to typescript template ([1136a62](https://github.com/nodecg/generator-nodecg/commit/1136a622e563bb62eeb6095a44098607e11eb71c))
* **typescript:** add isolatedModules to tsconfig ([af41c76](https://github.com/nodecg/generator-nodecg/commit/af41c76dedf33c2fb0ccf87babfcfd2badb0f09b))
* **types:** remove window augment from extension ([619bd48](https://github.com/nodecg/generator-nodecg/commit/619bd48a2c23cb6363fd95819a1067de8702c7b8))


### Code Refactoring

* rewrite in typescript, update deps ([8be3266](https://github.com/nodecg/generator-nodecg/commit/8be326611eb41a3ded0733eca10981bc1139e6ed))

## [1.0.3](https://github.com/nodecg/generator-nodecg/compare/v1.0.2...v1.0.3) (2018-07-12)

### Bug Fixes
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": "generator-nodecg",
"version": "1.2.0",
"version": "2.0.0",
"description": "Yeoman generator for NodeCG bundles",
"homepage": "http://nodecg.dev",
"author": {
Expand Down

0 comments on commit 1803986

Please sign in to comment.