Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed May 20, 2022
1 parent 933ee64 commit 3b95c61
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @snickbit/fa-gen Changelog

## 1.1.48

### Patch Changes

- [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.47

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snickbit/fa-gen",
"version": "1.1.47",
"version": "1.1.48",
"description": "Easily generate tree-shaken Font Awesome library loader files for Vue.js",
"keywords": [
"font-awesome",
Expand Down Expand Up @@ -47,8 +47,8 @@
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@snickbit/node-cli": "^1.0.46",
"@snickbit/node-utilities": "^4.3.4",
"@snickbit/node-cli": "^1.0.47",
"@snickbit/node-utilities": "^4.3.5",
"@snickbit/out": "^2.0.25",
"@snickbit/utilities": "^3.0.17",
"@urql/core": "^2.4.4",
Expand Down

0 comments on commit 3b95c61

Please sign in to comment.