Skip to content

Commit

Permalink
Merge pull request #23 from LeleDallas/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--release-please-action

chore(main): release 1.0.0
  • Loading branch information
LeleDallas authored Aug 14, 2023
2 parents cac6a75 + f7fac4a commit 25d09a2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## 1.0.0 (2023-08-14)


### Features

* add pr checks ([4c97065](https://github.com/LeleDallas/skillsfolio/commit/4c97065e070d87debe179ef30d67a6659d33ec1d))
* **assets:** images and svg ([b940cfc](https://github.com/LeleDallas/skillsfolio/commit/b940cfc65f8fb8bb2a1b82667d3f84cf8e50f927))
* **ci/cd:** release please ([4fd755c](https://github.com/LeleDallas/skillsfolio/commit/4fd755cb4007d3cbca8f1b6f2d442c8ce5b71915))
* Create README.md ([3e9c53c](https://github.com/LeleDallas/skillsfolio/commit/3e9c53c5a33cb9ecb0dc3b1c2be9730ea5b8526c))
* filter ([6fcacb5](https://github.com/LeleDallas/skillsfolio/commit/6fcacb5c98972248ff0f52cbe4bcc5c7bc8f5163))
* **iconfont:** define icons ([2687790](https://github.com/LeleDallas/skillsfolio/commit/2687790fcb569ada58f2c40c318ac200ea8317de))
* integration ([01eb816](https://github.com/LeleDallas/skillsfolio/commit/01eb81672fb7d7b42ae7d84a7ce516116629df07))
* **navigator:** Aside ([ae5b694](https://github.com/LeleDallas/skillsfolio/commit/ae5b694a91ef1fd0e71ddca7a47ee3640c42082a))
* **navigator:** Navbar ([2918e71](https://github.com/LeleDallas/skillsfolio/commit/2918e71aa7398192d5619c9eda199592a04e0620))
* **screens:** upload screens ([a38c8ca](https://github.com/LeleDallas/skillsfolio/commit/a38c8cabe9e980975a4d7203393a8b2f49e6e4bc))
* types ([f85a48e](https://github.com/LeleDallas/skillsfolio/commit/f85a48e52c6ee3f595698361baba489526b5388a))
* utils ([78b9315](https://github.com/LeleDallas/skillsfolio/commit/78b93153cf44d8a827ddba08cfd399d72f1fa0df))
* **utils:** global variables ([71a4e03](https://github.com/LeleDallas/skillsfolio/commit/71a4e037945a9082a98c78dc694ed4277ec5cfed))


### Bug Fixes

* **ci/cd:** files in different location ([d324c2b](https://github.com/LeleDallas/skillsfolio/commit/d324c2bb0bcdde457ee23bee725952ee77a5abc8))
* **deps:** update dependency @ant-design/icons to v5.2.5 ([c5e0b09](https://github.com/LeleDallas/skillsfolio/commit/c5e0b098ad9651ef8a7b0e307eb5c046e7e7e7db))
* **description:** update text ([1ec9967](https://github.com/LeleDallas/skillsfolio/commit/1ec9967a48c019426099a43ca2562a1d206c13a3))
* **images:** missing dot ([289186a](https://github.com/LeleDallas/skillsfolio/commit/289186a89243af06e066f3bebe3a8815f6982ec8))
* missing data ([8d5d27a](https://github.com/LeleDallas/skillsfolio/commit/8d5d27a4f267197434db7a2cc08a052a0e3faec1))
* missing icon, scroll on change ([5cc75f0](https://github.com/LeleDallas/skillsfolio/commit/5cc75f048cf3e1bbf5723d3f97008eda0e643e8d))
* missing permission ([4bbc825](https://github.com/LeleDallas/skillsfolio/commit/4bbc8258c99b5639f0e7bf09e917bf9b4a4fc444))
* mobile select ([ec363ff](https://github.com/LeleDallas/skillsfolio/commit/ec363ffc2e96a10f27e071b812e293b2a5ea3934))
* **React:** remove import ([404c9a5](https://github.com/LeleDallas/skillsfolio/commit/404c9a5149013e13469d55868f72400a26c8926c))
* tab ([4038835](https://github.com/LeleDallas/skillsfolio/commit/4038835c65a312b0110a452c4ab9542781243a75))
* typo ([78aacfb](https://github.com/LeleDallas/skillsfolio/commit/78aacfb38733a26b9af0700e8a5a3405e5c1a8fc))
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,7 +1,7 @@
{
"name": "skillsfolio",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 25d09a2

Please sign in to comment.