Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-04-26)

### Bug Fixes

* --nodelete flag not checked before deploying ([c32b8ef](c32b8ef)), closes [#60](#60)
* added missing dependency eslint ([b424792](b424792))
* asset generator filename ([b27eeed](b27eeed))
* catch unhandled exception on deploy in progress ([2414e65](2414e65))
* changed devtool to eval-source-map for hmr ([c8ebe24](c8ebe24))
* dev server not detecting liquid file changes ([9b1f640](9b1f640))
* fixed issue with empty config files and webpack merge ([eba227c](eba227c))
* init command extract releases that use v in tag name ([afff163](afff163))
* init theme extraction issue ([00a6388](00a6388))
* liquid styles for development ([2ad2710](2ad2710))
* packer init hanging during extraction ([4954e73](4954e73)), closes [#67](#67)
* remove html encoding from html webpack filenames ([34650c0](34650c0))
* replace all special charcters in script names ([ce3da66](ce3da66))
* show error instead of exiting on deploy exception ([6d0107f](6d0107f))
* ssl check if folder exists before creating keys ([79b4223](79b4223))
* typo in config name for eslint and stylelint ([69310ac](69310ac))
* updated development asset handling ([b0213b7](b0213b7))
* webpack 5 hot middleware ([056677d](056677d))
* **html-webpack:** fixed style tag generator typo ([a23064a](a23064a))
* **packer-config:** config keys set as strings ([42fc6e2](42fc6e2))
* **packer-config:** env value live for allowing live theme deploy ([0fadb19](0fadb19))
* **packer-help:** Fixed help table rendering ([0656149](0656149))
* **packer-theme:** theme:download command typo in ignored files ([4ff8eb6](4ff8eb6)), closes [#18](#18)
* **webpack-config:** Clean webpack removes entire dist folder before build ([a7dce12](a7dce12))

### Code Refactoring

* all configurations files combined ([7648d05](7648d05))

### Features

* added default cache group ([0810d9d](0810d9d))
* Added reload delay setting ([f09af05](f09af05))
* added shared bundles configuration ([7c0a23b](7c0a23b))
* Check for certificate extensions instead of fixed filename ([71789a1](71789a1))
* clean dist folder when dev server is first launched ([de0ba11](de0ba11))
* Create self-signed ssl cert from Packer CLI ([f006d6d](f006d6d))
* Create self-signed ssl cert from Packer CLI ([98701e6](98701e6))
* dev settings asset loader for fonts and images ([467d081](467d081))
* postcss updated to v8 ([7aa3f8f](7aa3f8f))
* replace node sass with dart sass ([fff7650](fff7650))
* start/watch not detecting file changes ([bc95fc6](bc95fc6))
* webpack upgraded to v5 ([4da2837](4da2837))
* **packer-theme:** Added id flag for `theme:remove` as an alternative to env values ([12b1fde](12b1fde))
* **webpack-config:** added ts file type to babel loader ([e7e1b3a](e7e1b3a))

### Performance Improvements

* optimized assets handling, copying and cleaning ([8dc64cd](8dc64cd))

### BREAKING CHANGES

* config is now located in `packer.config.js` and `packer.env.json`
  • Loading branch information
semantic-release-bot committed Apr 26, 2021
1 parent 56b7be1 commit 26da92a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
64 changes: 63 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,66 @@
# 1.0.0 (2021-04-26)


### Bug Fixes

* --nodelete flag not checked before deploying ([c32b8ef](https://github.com/hayes0724/shopify-packer/commit/c32b8ef0e871a25521325d6bc7b5bdba9218901e)), closes [#60](https://github.com/hayes0724/shopify-packer/issues/60)
* added missing dependency eslint ([b424792](https://github.com/hayes0724/shopify-packer/commit/b4247924e3e35a639c7e827aa865d832b5b2e1a5))
* asset generator filename ([b27eeed](https://github.com/hayes0724/shopify-packer/commit/b27eeed6d419e2321f47496ca5b777b7c2614cd8))
* catch unhandled exception on deploy in progress ([2414e65](https://github.com/hayes0724/shopify-packer/commit/2414e654024f1859a8131695002508f0e833e0e9))
* changed devtool to eval-source-map for hmr ([c8ebe24](https://github.com/hayes0724/shopify-packer/commit/c8ebe240efcb02dd701da76272f891e5bad16355))
* dev server not detecting liquid file changes ([9b1f640](https://github.com/hayes0724/shopify-packer/commit/9b1f640e408da15102e3179696f180b862ca75c3))
* fixed issue with empty config files and webpack merge ([eba227c](https://github.com/hayes0724/shopify-packer/commit/eba227c64ae94ca9527851c459b30dc549d47f0d))
* init command extract releases that use v in tag name ([afff163](https://github.com/hayes0724/shopify-packer/commit/afff1638997a2b3339e723d8aba723c55a0fa74f))
* init theme extraction issue ([00a6388](https://github.com/hayes0724/shopify-packer/commit/00a638804830fbf3f10ac538db34fbdab1fcff86))
* liquid styles for development ([2ad2710](https://github.com/hayes0724/shopify-packer/commit/2ad2710b54858e4ace31132fd37777598c6c9d48))
* packer init hanging during extraction ([4954e73](https://github.com/hayes0724/shopify-packer/commit/4954e7357e9d3e138de5e982aef59a077c522884)), closes [#67](https://github.com/hayes0724/shopify-packer/issues/67)
* remove html encoding from html webpack filenames ([34650c0](https://github.com/hayes0724/shopify-packer/commit/34650c043f6c732c1f10306c2942c1aafd9987d5))
* replace all special charcters in script names ([ce3da66](https://github.com/hayes0724/shopify-packer/commit/ce3da66879da16e88636e437f95eeea90528e48c))
* show error instead of exiting on deploy exception ([6d0107f](https://github.com/hayes0724/shopify-packer/commit/6d0107fc4b264db8de694610012e6e4e18780b63))
* ssl check if folder exists before creating keys ([79b4223](https://github.com/hayes0724/shopify-packer/commit/79b4223ccbfa0ce33ebfa187b307828c2e07559b))
* typo in config name for eslint and stylelint ([69310ac](https://github.com/hayes0724/shopify-packer/commit/69310ac9a2413c6cd37beb225113fcca50ee236e))
* updated development asset handling ([b0213b7](https://github.com/hayes0724/shopify-packer/commit/b0213b7b5474b32bb64fdcc148bae70388c1235d))
* webpack 5 hot middleware ([056677d](https://github.com/hayes0724/shopify-packer/commit/056677d878f35eb0a6a343c84a9e92978e9ae879))
* **html-webpack:** fixed style tag generator typo ([a23064a](https://github.com/hayes0724/shopify-packer/commit/a23064aebf70cfbb552b1470b70fedd7264e6db5))
* **packer-config:** config keys set as strings ([42fc6e2](https://github.com/hayes0724/shopify-packer/commit/42fc6e2119fbf06b1c3e04dbeb2ab89dd302d99d))
* **packer-config:** env value live for allowing live theme deploy ([0fadb19](https://github.com/hayes0724/shopify-packer/commit/0fadb19ccb01979bcc4551d9f249ee0e62b578a5))
* **packer-help:** Fixed help table rendering ([0656149](https://github.com/hayes0724/shopify-packer/commit/065614992bfc053630743ceb5f3e3acda96924b2))
* **packer-theme:** theme:download command typo in ignored files ([4ff8eb6](https://github.com/hayes0724/shopify-packer/commit/4ff8eb64c2943973247bc9c245ccbf0c83f26901)), closes [#18](https://github.com/hayes0724/shopify-packer/issues/18)
* **webpack-config:** Clean webpack removes entire dist folder before build ([a7dce12](https://github.com/hayes0724/shopify-packer/commit/a7dce12b0e5072221d08f71da78f9ba1c341bf9e))


### Code Refactoring

* all configurations files combined ([7648d05](https://github.com/hayes0724/shopify-packer/commit/7648d0539b5ce6cc778be9663c288e3a63bef785))


### Features

* added default cache group ([0810d9d](https://github.com/hayes0724/shopify-packer/commit/0810d9dee94943809b7af17dd8e7e8c258607b1b))
* Added reload delay setting ([f09af05](https://github.com/hayes0724/shopify-packer/commit/f09af057d4ea4202a7499cbc56421a9c29806061))
* added shared bundles configuration ([7c0a23b](https://github.com/hayes0724/shopify-packer/commit/7c0a23b1b595f15bfb5c9a226e6b48fd23e4dc44))
* Check for certificate extensions instead of fixed filename ([71789a1](https://github.com/hayes0724/shopify-packer/commit/71789a13e46b4d0934dfeca8201efbb811e47255))
* clean dist folder when dev server is first launched ([de0ba11](https://github.com/hayes0724/shopify-packer/commit/de0ba114fed3c806d80a221fa40aaa2bcf3d4cdc))
* Create self-signed ssl cert from Packer CLI ([f006d6d](https://github.com/hayes0724/shopify-packer/commit/f006d6dcc8ef053fab80bb6d4595b7ae07bfe739))
* Create self-signed ssl cert from Packer CLI ([98701e6](https://github.com/hayes0724/shopify-packer/commit/98701e637889794b688a7ee4a1b9193e55d10379))
* dev settings asset loader for fonts and images ([467d081](https://github.com/hayes0724/shopify-packer/commit/467d0810d27857d0d0da7402d6a0ae6151121074))
* postcss updated to v8 ([7aa3f8f](https://github.com/hayes0724/shopify-packer/commit/7aa3f8f3b9ce1a36a76ef2b360c6ff69c2814105))
* replace node sass with dart sass ([fff7650](https://github.com/hayes0724/shopify-packer/commit/fff7650fc377f4a3c7bcb9b8eb48fb9626ae1fd4))
* start/watch not detecting file changes ([bc95fc6](https://github.com/hayes0724/shopify-packer/commit/bc95fc6ad593cf8d5f06576cbb09ea29e1c4c64f))
* webpack upgraded to v5 ([4da2837](https://github.com/hayes0724/shopify-packer/commit/4da2837ed6d2264ee845a039a5be6f6aba7f51bf))
* **packer-theme:** Added id flag for `theme:remove` as an alternative to env values ([12b1fde](https://github.com/hayes0724/shopify-packer/commit/12b1fde8658779a356d63335a06bdc5937f41dc8))
* **webpack-config:** added ts file type to babel loader ([e7e1b3a](https://github.com/hayes0724/shopify-packer/commit/e7e1b3a049b68363f166566e40c63e428f262a59))


### Performance Improvements

* optimized assets handling, copying and cleaning ([8dc64cd](https://github.com/hayes0724/shopify-packer/commit/8dc64cda9fe834bb3272584c2c4e1eb924c3d6fc))


### BREAKING CHANGES

* config is now located in `packer.config.js` and `packer.env.json`

## [2.1.5](https://github.com/hayes0724/shopify-packer/compare/2.1.4...2.1.5) (2021-04-13)


Expand Down Expand Up @@ -509,4 +572,3 @@


* updated package.json ([bc5378f](https://github.com/hayes0724/shopify-packer/commit/bc5378fd994cd7b6e49e3186a5c53d1b279b2ec9))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hayes0724/shopify-packer",
"version": "0.0.0-development",
"version": "1.0.0",
"bin": {
"packer": "cli/index.js"
},
Expand Down

0 comments on commit 26da92a

Please sign in to comment.