Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix authored Sep 25, 2023
2 parents 9b01cae + 3e0f0b1 commit 4b983ed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 1.0.0 (2023-08-31)


### Bug Fixes

* **eslint:** fixed all shadcn warnings ([52eefe8](https://github.com/napse-invest/Napse/commit/52eefe8424d65843df7b929cfd2bebe5ebd90a91))
* **gitignore:** removed next-env.d.ts ([e22d0ae](https://github.com/napse-invest/Napse/commit/e22d0aebb885ab42327f5c2b9833fdc9f73bc582))
* **merge:** fixed conflict ([5142c1a](https://github.com/napse-invest/Napse/commit/5142c1a36f6f206810e87a3cbf8b19eb62ec9c07))
* **release:** add missing config files for release ([c936622](https://github.com/napse-invest/Napse/commit/c9366224fe33fc156c487071a5b34545ea324aad))
* **shadcn:** config fixed ([c37330f](https://github.com/napse-invest/Napse/commit/c37330ff4a3f50b138167cf552dabd426244e3fc))
* **start-command:** replace npm run by yarn ([e0602fd](https://github.com/napse-invest/Napse/commit/e0602fd0869d7fbb3eaa52d861af8a823d6034cb))


### Features

* **ci:** add base nextron ci ([96f773a](https://github.com/napse-invest/Napse/commit/96f773a10d9ace84a9133c72a1bd0ea82c1c4098))
* **ci:** base ci check ([16c46a4](https://github.com/napse-invest/Napse/commit/16c46a4c334186cceca775186d7aebd258bb7805))
* **electron:** base view of electron app ([585dc5f](https://github.com/napse-invest/Napse/commit/585dc5f523d96ece0a65949219d80bb8f0c893d7))
* **frontend:** setup front ([18c7429](https://github.com/napse-invest/Napse/commit/18c74290da117a65d31ba54dc20fbea83f81d29d))
* **header:** setup header for providers ([38cd2e9](https://github.com/napse-invest/Napse/commit/38cd2e98b49a59bf8f303ba7835a58dfff12184d))
* **init:** shadcn ([3aefdac](https://github.com/napse-invest/Napse/commit/3aefdac0d401450e5a5c8c03f37a7fd4bb0f9501))
* **nextron:** initialized app ([d929250](https://github.com/napse-invest/Napse/commit/d9292507b85ce24cd896c10154a188a7680598d9))
* **Panel:** PanelCard & ValuePanelCard ([e264c30](https://github.com/napse-invest/Napse/commit/e264c30eb83d393d7c91592ee7095839421de84a))
* **panel:** panels are now composants ([099ac8b](https://github.com/napse-invest/Napse/commit/099ac8ba6ac6c7b435c72d01b1ff0a3245c38997))
* **secret:** add secret generator ([bba7d1c](https://github.com/napse-invest/Napse/commit/bba7d1cfc56ba780f9f26d2c849b069d49c17697))
* **spaces:** build card to display informations on spaces ([c4cdd27](https://github.com/napse-invest/Napse/commit/c4cdd2796b8982df665e29fff151e92fe221e140))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.4",
"semantic-release": "^21.0.9"
"semantic-release": "^21.1.1"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 4b983ed

Please sign in to comment.