From 35cbd4e6c0f9d62db0c219bb7128987cfb45020b Mon Sep 17 00:00:00 2001 From: snickbit Date: Mon, 23 May 2022 11:32:50 -0400 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fe0924..bd819a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # @snickbit/fa-gen Changelog +## 1.1.50 + +### Patch Changes + +- [3908eaf](https://github.com/snickbit/fa-gen/commit/3908eaf) **chore**(release): publish +- [2fce409](https://github.com/snickbit/fa-gen/commit/2fce409) **fix**: initialize config before defining +- [3b95c61](https://github.com/snickbit/fa-gen/commit/3b95c61) **chore**(release): publish +- [933ee64](https://github.com/snickbit/fa-gen/commit/933ee64) **build**: remove nx +- [515b7ae](https://github.com/snickbit/fa-gen/commit/515b7ae) **chore**: update indexer and indexer config +- [a87a2a6](https://github.com/snickbit/fa-gen/commit/a87a2a6) **chore**(release): publish +- [409fbee](https://github.com/snickbit/fa-gen/commit/409fbee) **chore**(release): publish +- [27cc2f4](https://github.com/snickbit/fa-gen/commit/27cc2f4) **build**: switch to pnpm for running +- [1f00871](https://github.com/snickbit/fa-gen/commit/1f00871) **chore**(release): publish +- [7eafd62](https://github.com/snickbit/fa-gen/commit/7eafd62) **chore**: sort package.json +- [df4bded](https://github.com/snickbit/fa-gen/commit/df4bded) **build**: bump indexer, regenerate indexes +- [8897ed9](https://github.com/snickbit/fa-gen/commit/8897ed9) **chore**(release): publish +- [9b10898](https://github.com/snickbit/fa-gen/commit/9b10898) **chore**(dep): update dependencies +- [05fa78f](https://github.com/snickbit/fa-gen/commit/05fa78f) **style**: reformat +- [97c5db4](https://github.com/snickbit/fa-gen/commit/97c5db4) **chore**: update dependencies +- [ac19d42](https://github.com/snickbit/fa-gen/commit/ac19d42) **chore**(release): publish +- [0f16493](https://github.com/snickbit/fa-gen/commit/0f16493) **build**: add dev watcher scripts with source maps +- [5f3cf48](https://github.com/snickbit/fa-gen/commit/5f3cf48) **chore**(release): publish +- [82a62b6](https://github.com/snickbit/fa-gen/commit/82a62b6) **fix**: add @types/node +- [3a6b44a](https://github.com/snickbit/fa-gen/commit/3a6b44a) **fix**: double dot in extension +- [855bf9a](https://github.com/snickbit/fa-gen/commit/855bf9a) **build**: migrate to nx +- [a7a39b7](https://github.com/snickbit/fa-gen/commit/a7a39b7) **chore**: update dependencies +- [c11f29a](https://github.com/snickbit/fa-gen/commit/c11f29a) **chore**(release): publish +- [33667ba](https://github.com/snickbit/fa-gen/commit/33667ba) **docs**: update +- [ebbacb9](https://github.com/snickbit/fa-gen/commit/ebbacb9) **chore**: update dependencies +- [e84aaf2](https://github.com/snickbit/fa-gen/commit/e84aaf2) **fix**: remove typedoc.json +- [39e70db](https://github.com/snickbit/fa-gen/commit/39e70db) **fix**: corrected types +- [aea9089](https://github.com/snickbit/fa-gen/commit/aea9089) **fix**: adjust type definition +- [514079f](https://github.com/snickbit/fa-gen/commit/514079f) **feat**: add support for TypeScript generation +- [4a000cd](https://github.com/snickbit/fa-gen/commit/4a000cd) **refactor**: typescript rewrite +- [b274c5a](https://github.com/snickbit/fa-gen/commit/b274c5a) **chore**(release): publish +- [8acce90](https://github.com/snickbit/fa-gen/commit/8acce90) Revert "chore(release): publish" + ## 1.1.49 ### Patch Changes diff --git a/package.json b/package.json index d080de5e..da4fb954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snickbit/fa-gen", - "version": "1.1.49", + "version": "1.1.50", "description": "Easily generate tree-shaken Font Awesome library loader files for Vue.js", "keywords": [ "font-awesome", @@ -47,7 +47,7 @@ "dependencies": { "@fortawesome/fontawesome-common-types": "^6.1.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", - "@snickbit/node-cli": "^1.0.48", + "@snickbit/node-cli": "^1.0.49", "@snickbit/node-utilities": "^4.3.6", "@snickbit/out": "^2.0.26", "@snickbit/utilities": "^3.0.17",