-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7acdac2
commit ff3eebe
Showing
3 changed files
with
196 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.1 (2020-07-17) | ||
|
||
### ✨ Features | ||
|
||
- :see_no_evil: add new gitignores | ||
([ff5f888](https://github.com/navin-moorthy/navinmoorthy.me/commit/ff5f8880421ca8202d6d3e15623202498b884467)) | ||
- :sparkles: add chakra theme | ||
([fbea918](https://github.com/navin-moorthy/navinmoorthy.me/commit/fbea9182ae1241055c2f71bfa04998f794bae956)) | ||
- :sparkles: add icons and logo | ||
([d306395](https://github.com/navin-moorthy/navinmoorthy.me/commit/d3063951614d1f477bf1cb0e248dc1599a19fb0f)) | ||
- :sparkles: add new single page index | ||
([5947bb2](https://github.com/navin-moorthy/navinmoorthy.me/commit/5947bb24baf2641c1695670ac3202e752db3fb52)) | ||
- :sparkles: add next js and chakra ui | ||
([c78538f](https://github.com/navin-moorthy/navinmoorthy.me/commit/c78538f8dc0dc12e952b56763f507d2d13f367d5)) | ||
- :sparkles: add og image default | ||
([d9bf36c](https://github.com/navin-moorthy/navinmoorthy.me/commit/d9bf36c8da517cd9380e8d89ef1a265d101adcfd)) | ||
- :sparkles: add prettier & eslint | ||
([1b18cc2](https://github.com/navin-moorthy/navinmoorthy.me/commit/1b18cc231b360523de9c4935273e23032957f0e3)) | ||
- :sparkles: add sitemap to the project | ||
([94e8f02](https://github.com/navin-moorthy/navinmoorthy.me/commit/94e8f020348cbe36f0fb6db168db48b32bc25dde)) | ||
- :sparkles: check og titles | ||
([8d3d7f4](https://github.com/navin-moorthy/navinmoorthy.me/commit/8d3d7f4a0dbe50eeca5dda4b31d1f008613fd6cc)) | ||
- :sparkles: convert to Chakra UI from vanilla CSS | ||
([57fc036](https://github.com/navin-moorthy/navinmoorthy.me/commit/57fc0365a1a81463d9555ecfd0d07e650af44150)) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- :ambulance: fix full image on og image | ||
([f24f74d](https://github.com/navin-moorthy/navinmoorthy.me/commit/f24f74d35120a64c1b04991884a61940b6d94f09)) | ||
- :ambulance: remove cloudinary og image | ||
([a1c861d](https://github.com/navin-moorthy/navinmoorthy.me/commit/a1c861d2ff3dcba30dd697afcd361822e1eb878b)) | ||
- :bug: add badge back for variants | ||
([d1a8899](https://github.com/navin-moorthy/navinmoorthy.me/commit/d1a8899909e9db3b710ade9095676ac459cddbcc)) | ||
- :bug: og image for all platform | ||
([1976f6a](https://github.com/navin-moorthy/navinmoorthy.me/commit/1976f6ac0fb496b582c1347960e47f0385cc2d28)) | ||
- :bug: og-image path | ||
([502098c](https://github.com/navin-moorthy/navinmoorthy.me/commit/502098cfa14a69de75c5e84f4aeb2ae79b388479)) | ||
- :fire: remove console.log | ||
([8645a6c](https://github.com/navin-moorthy/navinmoorthy.me/commit/8645a6ce59a0c2504348c05cf47fab6b0bbc87cd)) | ||
- :lipstick: fix layout issue in main tag | ||
([dd9ad54](https://github.com/navin-moorthy/navinmoorthy.me/commit/dd9ad54ed7a20cc08364a1b9b65f801c7fc6a78b)) | ||
|
||
### 🚀 Performance Improvements | ||
|
||
- :wheelchair: adding lang attribute to html tag | ||
([915c82b](https://github.com/navin-moorthy/navinmoorthy.me/commit/915c82bb5b9ad2250b203109a5f0d4204b3601cc)) | ||
- :zap: remove color mode and unused codes | ||
([32e6823](https://github.com/navin-moorthy/navinmoorthy.me/commit/32e68236af7cfe13624a4319aa194f71f3d05cb2)) | ||
- :zap: remove core chakra and install targetted packages | ||
([d66ec00](https://github.com/navin-moorthy/navinmoorthy.me/commit/d66ec008f1da2909175eece84612737206bfa049)) | ||
- :zap: remove unused component theme styles | ||
([5ee9a55](https://github.com/navin-moorthy/navinmoorthy.me/commit/5ee9a55fda015875ac34b420a06503e3eedea896)) | ||
|
||
### 🛠 Builds | ||
|
||
- :building_construction: add source maps to production | ||
([2d42669](https://github.com/navin-moorthy/navinmoorthy.me/commit/2d426694ae8930e7a9d66941978a9373bed9e163)) | ||
- :green_heart: trigger a build in vercel | ||
([9bc5278](https://github.com/navin-moorthy/navinmoorthy.me/commit/9bc5278ccb1598fe30f9e760592b6193d184a93a)) | ||
|
||
### 📦 Code Refactoring | ||
|
||
- :fire: Move to Next JS and Chakra UI | ||
([f194944](https://github.com/navin-moorthy/navinmoorthy.me/commit/f1949440de6473b5d25ee4b7acff859ad3e3f8a5)) | ||
- :recycle: Html to chakra start | ||
([9670eec](https://github.com/navin-moorthy/navinmoorthy.me/commit/9670eecd43b700d7b0a83095267170ffe62362cf)) | ||
- :recycle: import react | ||
([ede964c](https://github.com/navin-moorthy/navinmoorthy.me/commit/ede964cf9d2014c4fcb6cec3936cb5b55a30460a)) | ||
- :recycle: move head to \_app from \_document | ||
([e264c02](https://github.com/navin-moorthy/navinmoorthy.me/commit/e264c02d778423b1893b1a6b64fc058bfd0ff996)) | ||
- :recycle: remove chakra theme tools and move imports | ||
([cda6130](https://github.com/navin-moorthy/navinmoorthy.me/commit/cda61309fbcd956190899b24a86da71f225baf17)) | ||
- :recycle: sort package.json | ||
([4b62b3a](https://github.com/navin-moorthy/navinmoorthy.me/commit/4b62b3a178e43ffe6a935916a10d70df6faec146)) | ||
- spacing styles | ||
([390f1fa](https://github.com/navin-moorthy/navinmoorthy.me/commit/390f1fa4ac8e8ebd7ddcb31290d051c7aff1cb4f)) | ||
|
||
### ⚙️ Continuous Integrations | ||
|
||
- :construction_worker: add lighthouse ci | ||
([910c7a1](https://github.com/navin-moorthy/navinmoorthy.me/commit/910c7a1d5fe6886c6c9e2640135ae222b9d47b40)) | ||
- :green_heart: remove lighthouse ci build | ||
([ceba8c7](https://github.com/navin-moorthy/navinmoorthy.me/commit/ceba8c7e5951daccce369b99e6b9ec5a9d900beb)) | ||
|
||
### ♻️ Chores | ||
|
||
- **commit-pipeline:** 🔧 add dependencies for commit pipeline | ||
([64ea55e](https://github.com/navin-moorthy/navinmoorthy.me/commit/64ea55e523a414854adf71a382f2b0018d201080)) | ||
- **deps:** ⬆️ update existing deps | ||
([5fb4bbf](https://github.com/navin-moorthy/navinmoorthy.me/commit/5fb4bbf70308d7d05cea841650a59a43b7660836)) | ||
- **lintstaged:** 🔧 change husky precommit config | ||
([da6983e](https://github.com/navin-moorthy/navinmoorthy.me/commit/da6983e15bef73a45017aa5fde0fa8645b7bcbe3)) | ||
- **release:** 🔧 add lerna to push tags and create github releases | ||
([7acdac2](https://github.com/navin-moorthy/navinmoorthy.me/commit/7acdac224896a0397614d410dfddc914a35f5338)) | ||
|
||
## 0.0.1 (2020-07-17) | ||
|
||
### ✨ Features | ||
|
||
- :see_no_evil: add new gitignores | ||
([ff5f888](https://github.com/navin-moorthy/navinmoorthy.me/commit/ff5f8880421ca8202d6d3e15623202498b884467)) | ||
- :sparkles: add chakra theme | ||
([fbea918](https://github.com/navin-moorthy/navinmoorthy.me/commit/fbea9182ae1241055c2f71bfa04998f794bae956)) | ||
- :sparkles: add icons and logo | ||
([d306395](https://github.com/navin-moorthy/navinmoorthy.me/commit/d3063951614d1f477bf1cb0e248dc1599a19fb0f)) | ||
- :sparkles: add new single page index | ||
([5947bb2](https://github.com/navin-moorthy/navinmoorthy.me/commit/5947bb24baf2641c1695670ac3202e752db3fb52)) | ||
- :sparkles: add next js and chakra ui | ||
([c78538f](https://github.com/navin-moorthy/navinmoorthy.me/commit/c78538f8dc0dc12e952b56763f507d2d13f367d5)) | ||
- :sparkles: add og image default | ||
([d9bf36c](https://github.com/navin-moorthy/navinmoorthy.me/commit/d9bf36c8da517cd9380e8d89ef1a265d101adcfd)) | ||
- :sparkles: add prettier & eslint | ||
([1b18cc2](https://github.com/navin-moorthy/navinmoorthy.me/commit/1b18cc231b360523de9c4935273e23032957f0e3)) | ||
- :sparkles: add sitemap to the project | ||
([94e8f02](https://github.com/navin-moorthy/navinmoorthy.me/commit/94e8f020348cbe36f0fb6db168db48b32bc25dde)) | ||
- :sparkles: check og titles | ||
([8d3d7f4](https://github.com/navin-moorthy/navinmoorthy.me/commit/8d3d7f4a0dbe50eeca5dda4b31d1f008613fd6cc)) | ||
- :sparkles: convert to Chakra UI from vanilla CSS | ||
([57fc036](https://github.com/navin-moorthy/navinmoorthy.me/commit/57fc0365a1a81463d9555ecfd0d07e650af44150)) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- :ambulance: fix full image on og image | ||
([f24f74d](https://github.com/navin-moorthy/navinmoorthy.me/commit/f24f74d35120a64c1b04991884a61940b6d94f09)) | ||
- :ambulance: remove cloudinary og image | ||
([a1c861d](https://github.com/navin-moorthy/navinmoorthy.me/commit/a1c861d2ff3dcba30dd697afcd361822e1eb878b)) | ||
- :bug: add badge back for variants | ||
([d1a8899](https://github.com/navin-moorthy/navinmoorthy.me/commit/d1a8899909e9db3b710ade9095676ac459cddbcc)) | ||
- :bug: og image for all platform | ||
([1976f6a](https://github.com/navin-moorthy/navinmoorthy.me/commit/1976f6ac0fb496b582c1347960e47f0385cc2d28)) | ||
- :bug: og-image path | ||
([502098c](https://github.com/navin-moorthy/navinmoorthy.me/commit/502098cfa14a69de75c5e84f4aeb2ae79b388479)) | ||
- :fire: remove console.log | ||
([8645a6c](https://github.com/navin-moorthy/navinmoorthy.me/commit/8645a6ce59a0c2504348c05cf47fab6b0bbc87cd)) | ||
- :lipstick: fix layout issue in main tag | ||
([dd9ad54](https://github.com/navin-moorthy/navinmoorthy.me/commit/dd9ad54ed7a20cc08364a1b9b65f801c7fc6a78b)) | ||
|
||
### 🚀 Performance Improvements | ||
|
||
- :wheelchair: adding lang attribute to html tag | ||
([915c82b](https://github.com/navin-moorthy/navinmoorthy.me/commit/915c82bb5b9ad2250b203109a5f0d4204b3601cc)) | ||
- :zap: remove color mode and unused codes | ||
([32e6823](https://github.com/navin-moorthy/navinmoorthy.me/commit/32e68236af7cfe13624a4319aa194f71f3d05cb2)) | ||
- :zap: remove core chakra and install targetted packages | ||
([d66ec00](https://github.com/navin-moorthy/navinmoorthy.me/commit/d66ec008f1da2909175eece84612737206bfa049)) | ||
- :zap: remove unused component theme styles | ||
([5ee9a55](https://github.com/navin-moorthy/navinmoorthy.me/commit/5ee9a55fda015875ac34b420a06503e3eedea896)) | ||
|
||
### 🛠 Builds | ||
|
||
- :building_construction: add source maps to production | ||
([2d42669](https://github.com/navin-moorthy/navinmoorthy.me/commit/2d426694ae8930e7a9d66941978a9373bed9e163)) | ||
- :green_heart: trigger a build in vercel | ||
([9bc5278](https://github.com/navin-moorthy/navinmoorthy.me/commit/9bc5278ccb1598fe30f9e760592b6193d184a93a)) | ||
|
||
### 📦 Code Refactoring | ||
|
||
- :fire: Move to Next JS and Chakra UI | ||
([f194944](https://github.com/navin-moorthy/navinmoorthy.me/commit/f1949440de6473b5d25ee4b7acff859ad3e3f8a5)) | ||
- :recycle: Html to chakra start | ||
([9670eec](https://github.com/navin-moorthy/navinmoorthy.me/commit/9670eecd43b700d7b0a83095267170ffe62362cf)) | ||
- :recycle: import react | ||
([ede964c](https://github.com/navin-moorthy/navinmoorthy.me/commit/ede964cf9d2014c4fcb6cec3936cb5b55a30460a)) | ||
- :recycle: move head to \_app from \_document | ||
([e264c02](https://github.com/navin-moorthy/navinmoorthy.me/commit/e264c02d778423b1893b1a6b64fc058bfd0ff996)) | ||
- :recycle: remove chakra theme tools and move imports | ||
([cda6130](https://github.com/navin-moorthy/navinmoorthy.me/commit/cda61309fbcd956190899b24a86da71f225baf17)) | ||
- :recycle: sort package.json | ||
([4b62b3a](https://github.com/navin-moorthy/navinmoorthy.me/commit/4b62b3a178e43ffe6a935916a10d70df6faec146)) | ||
- spacing styles | ||
([390f1fa](https://github.com/navin-moorthy/navinmoorthy.me/commit/390f1fa4ac8e8ebd7ddcb31290d051c7aff1cb4f)) | ||
|
||
### ⚙️ Continuous Integrations | ||
|
||
- :construction_worker: add lighthouse ci | ||
([910c7a1](https://github.com/navin-moorthy/navinmoorthy.me/commit/910c7a1d5fe6886c6c9e2640135ae222b9d47b40)) | ||
- :green_heart: remove lighthouse ci build | ||
([ceba8c7](https://github.com/navin-moorthy/navinmoorthy.me/commit/ceba8c7e5951daccce369b99e6b9ec5a9d900beb)) | ||
|
||
### ♻️ Chores | ||
|
||
- **commit-pipeline:** 🔧 add dependencies for commit pipeline | ||
([64ea55e](https://github.com/navin-moorthy/navinmoorthy.me/commit/64ea55e523a414854adf71a382f2b0018d201080)) | ||
- **deps:** ⬆️ update existing deps | ||
([5fb4bbf](https://github.com/navin-moorthy/navinmoorthy.me/commit/5fb4bbf70308d7d05cea841650a59a43b7660836)) | ||
- **lintstaged:** 🔧 change husky precommit config | ||
([da6983e](https://github.com/navin-moorthy/navinmoorthy.me/commit/da6983e15bef73a45017aa5fde0fa8645b7bcbe3)) | ||
- **release:** 🔧 add lerna to push tags and create github releases | ||
([7acdac2](https://github.com/navin-moorthy/navinmoorthy.me/commit/7acdac224896a0397614d410dfddc914a35f5338)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "navinmoorthy.me", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"keywords": [ | ||
"learn in public" | ||
], | ||
|
ff3eebe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: