Skip to content

Commit de1b703

Browse files
chore: release main
1 parent d2affb6 commit de1b703

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.0.0",
3-
"apps/web": "1.0.0",
3+
"apps/web": "1.1.0",
44
"packages/eslint-config": "0.0.0",
55
"packages/typescript-config": "0.0.0",
66
"packages/vitest-config": "0.0.0"

apps/web/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/web-v1.0.0...web-v1.1.0) (2025-10-16)
4+
5+
6+
### Features
7+
8+
* add community marketplaces and improve schema flexibility ([#17](https://github.com/pleaseai/claude-code-plugins/issues/17)) ([439bd48](https://github.com/pleaseai/claude-code-plugins/commit/439bd488212957b17caf49c39f1b9dfecaccc78b))
9+
* add GitHub stars display with ISR and optimized caching ([#19](https://github.com/pleaseai/claude-code-plugins/issues/19)) ([d2affb6](https://github.com/pleaseai/claude-code-plugins/commit/d2affb69c9ddfbd7eb9b673e19494a1721f2f1df))
10+
* add optimized system font stack for Korean and English ([#15](https://github.com/pleaseai/claude-code-plugins/issues/15)) ([24a985c](https://github.com/pleaseai/claude-code-plugins/commit/24a985ce7619d40bfbca980a653039b257e440e7))
11+
* implement multi-marketplace support for plugin distribution ([#11](https://github.com/pleaseai/claude-code-plugins/issues/11)) ([c22149e](https://github.com/pleaseai/claude-code-plugins/commit/c22149ea5139c632daeb1d3432f162e08c806cba))
12+
13+
14+
### Bug Fixes
15+
16+
* configure Vercel preset and fix marketplace config loading ([#16](https://github.com/pleaseai/claude-code-plugins/issues/16)) ([c7865eb](https://github.com/pleaseai/claude-code-plugins/commit/c7865ebd4fc2be36418acc6cbb54cd456ff844ba))
17+
* move marketplace-sources.json to public directory for Vercel deployment ([#13](https://github.com/pleaseai/claude-code-plugins/issues/13)) ([da7a27d](https://github.com/pleaseai/claude-code-plugins/commit/da7a27da5ab3e7716f92005b6888ac669422c6c7))
18+
319
## 1.0.0 (2025-10-15)
420

521

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"private": true,
66
"engines": {
77
"node": "22.x"

0 commit comments

Comments
 (0)