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 27, 2022
1 parent f6f33f8 commit bfb7d92
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @snickbit/fa-gen Changelog

## 1.1.53

### Patch Changes

- [f6f33f8](https://github.com/snickbit/fa-gen/commit/f6f33f8) **chore**: bump dependencies
- [7fbb8ed](https://github.com/snickbit/fa-gen/commit/7fbb8ed) **chore**(release): publish
- [aa3bcbb](https://github.com/snickbit/fa-gen/commit/aa3bcbb) **chore**(release): publish
- [edc2b3d](https://github.com/snickbit/fa-gen/commit/edc2b3d) **style**: heavy code restyling
- [5a3367a](https://github.com/snickbit/fa-gen/commit/5a3367a) **chore**: bump dependencies
- [1131d87](https://github.com/snickbit/fa-gen/commit/1131d87) **chore**: bump indexer version, and rerun
- [aa45612](https://github.com/snickbit/fa-gen/commit/aa45612) **chore**: bump indexer version
- [b962335](https://github.com/snickbit/fa-gen/commit/b962335) **build**: switch to pnpm
- [35cbd4e](https://github.com/snickbit/fa-gen/commit/35cbd4e) **chore**(release): publish
- [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.52

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snickbit/fa-gen",
"version": "1.1.52",
"version": "1.1.53",
"description": "Easily generate tree-shaken Font Awesome library loader files for Vue.js",
"keywords": [
"font-awesome",
Expand Down Expand Up @@ -47,10 +47,10 @@
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@snickbit/node-cli": "^1.0.50",
"@snickbit/node-utilities": "^4.3.7",
"@snickbit/out": "^2.0.27",
"@snickbit/utilities": "^3.0.17",
"@snickbit/node-cli": "^1.0.51",
"@snickbit/node-utilities": "^4.3.8",
"@snickbit/out": "^2.0.28",
"@snickbit/utilities": "^3.0.22",
"@urql/core": "^2.4.4",
"graphql": "^16.3.0",
"isomorphic-unfetch": "^3.1.0",
Expand Down

0 comments on commit bfb7d92

Please sign in to comment.