Skip to content

Commit d257dcc

Browse files
authored
Merge branch 'main' into dev
2 parents dd0c1f6 + 26779a4 commit d257dcc

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-14)
4+
5+
6+
### Features
7+
8+
* add GitHub Actions workflow for pull request validation ([36bbb01](https://github.com/SpaceyaTech/colabs.v2/commit/36bbb017474c67de6735f97366d8c82a7f8ca049))
9+
* add GitHub integration hooks, organization dashboard/setup pages, and SonarCloud configuration ([1abc1b0](https://github.com/SpaceyaTech/colabs.v2/commit/1abc1b04a4fe4e4bdec75ecdc64aca614de26bd5))
10+
* add Header and InteractiveDemoSection components to landing page ([0326de8](https://github.com/SpaceyaTech/colabs.v2/commit/0326de85b3bc69c0b4c6ce44afee790baef1a1be))
11+
* add project documentation, agent configuration rules, and Supabase Edge Functions for GitHub integration ([6ff6515](https://github.com/SpaceyaTech/colabs.v2/commit/6ff65158db08b5be7bc518363cdccba28aea58c4))
12+
* dependency file ([1c829f0](https://github.com/SpaceyaTech/colabs.v2/commit/1c829f0766cffd18b38d2113bc56db30a3606c28))
13+
* dependency file-update on the formating issue ([ef3c105](https://github.com/SpaceyaTech/colabs.v2/commit/ef3c105e1282f206cd1b9930f8263a31f3ca9330))
14+
* integrate all-contributors and add community automation workflows ([425bc9f](https://github.com/SpaceyaTech/colabs.v2/commit/425bc9fc366b7db782dbecd2edd1fc677a6446d4))
15+
* integrate all-contributors and add community automation workflows ([0f630bd](https://github.com/SpaceyaTech/colabs.v2/commit/0f630bd52470f5eede0417c2f83c3ae74c99cbf5))
16+
17+
18+
### Bug Fixes
19+
20+
* added prettierrc to fix vercel deployment ([5995f9f](https://github.com/SpaceyaTech/colabs.v2/commit/5995f9f82ef540f435c25e20eb23e9ea69cb1978))
21+
* format linting fix ([93ce2fb](https://github.com/SpaceyaTech/colabs.v2/commit/93ce2fb944ed8c47ca1e02a1af45925cd56bfffb))
22+
* sha ushage in release workflow ([487c0bb](https://github.com/SpaceyaTech/colabs.v2/commit/487c0bb5c05e0e33578fc1b59f4e99bd0b30eac7))
23+
* **ui:** make sidebar skeleton width hydration-safe ([d594680](https://github.com/SpaceyaTech/colabs.v2/commit/d594680b05924f62737d2cb83433adad88cc42dc))
24+
* update format eslint ([8aa81f4](https://github.com/SpaceyaTech/colabs.v2/commit/8aa81f4779bd182e836c9c5aa666695dd14b4ecc))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite_react_shadcn_ts",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)