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 (2022-12-27)

### Bug Fixes

* add missing files for commitzen ([018ba8b](018ba8b))
* add npx before percy command line ([4824e98](4824e98))
* add sitemap file in gitignore, it shouldn't commit to git ([344b731](344b731))
* add steps in update-deps.yml file, syntax error ([b5de445](b5de445))
* change matching regex for Cypress files ([861d545](861d545))
* code styling in blog component pages ([f4a55c4](f4a55c4))
* Eslint comment update ([8baa5d1](8baa5d1))
* just rebuild sitemap ([831bae9](831bae9))
* move getStaticPaths at the top of blog page ([83892ea](83892ea))
* remove generated files by next-sitemap ([c5d93bf](c5d93bf))
* rename from mjs to js next-sitemap file ([7d450ff](7d450ff))
* resolve merge conflict ([276f57a](276f57a))
* retrive PERCY_TOKEN and set token for percy cli ([afe00f2](afe00f2))
* update package-lock.json ([fba016d](fba016d))
* update README file for next-sitemap ([9496217](9496217))
* use npx npm-check-updates ([e530193](e530193))
* wait until the link rendered instead a wrong heading tag ([e38655b](e38655b))

### Features

* add auto-update GitHub Actions ([364168f](364168f))
* add blog page ([89c4ec7](89c4ec7))
* add commit script in package.json ([8f4719e](8f4719e))
* add commitlint with config-conventional ([97a9ac7](97a9ac7))
* add coverage for vscode-jest and configure jest autoRun ([ad8a030](ad8a030))
* add cypress and cypress eslint plugin ([5657ee6](5657ee6))
* add sitemap.xml and robots.txt from build ([545d133](545d133))
* add TypeScript support for Tailwind CSS configuration ([41f1918](41f1918))
* add visual testing with Percy ([b0a39f5](b0a39f5))
* add vscode jest extension ([49ab935](49ab935))
* automatically format the whole codebase with npm run format ([9299209](9299209))
* change 'powered by' text to 'built' with ([fe0a29f](fe0a29f))
* disable Husky for release ([f20c595](f20c595))
* rename from master to main ([10920ec](10920ec))
* run github release only on completed CI workflow ([dd4de76](dd4de76))
* update footer message and comment ([4f74176](4f74176))
* update TypeScript to 4.9.x ([471dc70](471dc70))

### Reverts

* update dependencies and remove commitzen ([d136e02](d136e02))
  • Loading branch information
semantic-release-bot committed Dec 27, 2022
1 parent eb6e45b commit 28c5121
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# 1.0.0 (2022-12-27)


### Bug Fixes

* add missing files for commitzen ([018ba8b](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/018ba8bde81b0f6cc60230fe4668b149ac3b2e6a))
* add npx before percy command line ([4824e98](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/4824e98a4d621684494fe2c7e8c3351551e52845))
* add sitemap file in gitignore, it shouldn't commit to git ([344b731](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/344b7312df2f7e12e642a6346ef05ad9a7ca766c))
* add steps in update-deps.yml file, syntax error ([b5de445](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/b5de445f1f927a5a7c2b0c85746b8fd07629cb55))
* change matching regex for Cypress files ([861d545](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/861d54596b61b7706cfbb681df334d73b34a378e))
* code styling in blog component pages ([f4a55c4](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/f4a55c4234fc03ed719859c12f13bffabd120c6d))
* Eslint comment update ([8baa5d1](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/8baa5d160734a3cadb419534509cc6edaac57456))
* just rebuild sitemap ([831bae9](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/831bae93831eb5c4f259c4a0fa9ec3012ede8927))
* move getStaticPaths at the top of blog page ([83892ea](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/83892ea865459f59da824c9358fbf4ccea6475e6))
* remove generated files by next-sitemap ([c5d93bf](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/c5d93bf9fe67a6737b536edf4d50d56cd4c8af2c))
* rename from mjs to js next-sitemap file ([7d450ff](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/7d450ffce77f0be4c533cb1aab757f7fb1f13596))
* resolve merge conflict ([276f57a](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/276f57aeb0d4a346f8e19ad81ce4703458d9f41c))
* retrive PERCY_TOKEN and set token for percy cli ([afe00f2](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/afe00f2e47b5dbc5fb701dd2e46756f4b7e498fd))
* update package-lock.json ([fba016d](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/fba016dec202d5748e30804b1bf50e30c00ef120))
* update README file for next-sitemap ([9496217](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/94962171a35a07e84319374500f28a76f264a266))
* use npx npm-check-updates ([e530193](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/e5301939a5ff98c598899ff49bee1ad351759292))
* wait until the link rendered instead a wrong heading tag ([e38655b](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/e38655b853b39fdcb9bccd3a84e99dd5caa1681d))


### Features

* add auto-update GitHub Actions ([364168f](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/364168f3407c7cdd21da7cd1de6d9d930f89d99a))
* add blog page ([89c4ec7](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/89c4ec79db48f4ae09af3e8ddb3ce5a980ed8ee6))
* add commit script in package.json ([8f4719e](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/8f4719ec550ab0dbffa93ca1d278aa9e370a773a))
* add commitlint with config-conventional ([97a9ac7](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/97a9ac7dbbca3f8d4fad22a9e4a481c029cd2cb5))
* add coverage for vscode-jest and configure jest autoRun ([ad8a030](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/ad8a03019010577bfb8e8ed850e8d45ca274dbe9))
* add cypress and cypress eslint plugin ([5657ee6](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/5657ee6dab03b11020bb2ce80083669785edd6ce))
* add sitemap.xml and robots.txt from build ([545d133](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/545d133decee4f7d42c228049ef3bde2b9a94b0a))
* add TypeScript support for Tailwind CSS configuration ([41f1918](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/41f19189655abe3941485363e057812a5fcd6c02))
* add visual testing with Percy ([b0a39f5](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/b0a39f58e1bd0934158b0bab8ab7e4c9215e88f0))
* add vscode jest extension ([49ab935](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/49ab935a03f5a9d1074a155331107737fd7dad13))
* automatically format the whole codebase with npm run format ([9299209](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/92992096ede4d2b3e77c3e0c96b75e5e6b84067d))
* change 'powered by' text to 'built' with ([fe0a29f](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/fe0a29f8fbab14c7e8c8e98a75ce488ac157e509))
* disable Husky for release ([f20c595](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/f20c5951e018c99421e833eef6ce14bd9632838f))
* rename from master to main ([10920ec](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/10920ece4892ca73639388116af59fdd3e077d5f))
* run github release only on completed CI workflow ([dd4de76](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/dd4de76b6ea013190a6ea18d69eb3764e1b915f9))
* update footer message and comment ([4f74176](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/4f74176b05528666fd8b92a8becdc7e3c2f0db4a))
* update TypeScript to 4.9.x ([471dc70](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/471dc70306c69ecb524af40aa76403daa83597e2))


### Reverts

* update dependencies and remove commitzen ([d136e02](https://github.com/gsphamnguyen/nextjs-nboilerplate/commit/d136e02678c5dac2e8d64c388bcfe6d48f9e2ad9))

# [3.6.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.5.4...v3.6.0) (2022-12-03)


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": "next-js-boilerplate",
"version": "3.6.0",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

1 comment on commit 28c5121

@vercel
Copy link

@vercel vercel bot commented on 28c5121 Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.