Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.0.0",
"apps/web": "0.0.0",
"apps/web": "1.0.0",
"packages/eslint-config": "0.0.0",
"packages/typescript-config": "0.0.0",
"packages/vitest-config": "0.0.0"
Expand Down
17 changes: 17 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2025-10-15)


### Features

* add author badges for Google and Anthropic plugins ([#5](https://github.com/pleaseai/claude-code-plugins/issues/5)) ([bf6b6fa](https://github.com/pleaseai/claude-code-plugins/commit/bf6b6fab9e26de10fd2bcf0b417df02e41343d59))
* add context file support and MCP/Context badges ([#3](https://github.com/pleaseai/claude-code-plugins/issues/3)) ([1f938b8](https://github.com/pleaseai/claude-code-plugins/commit/1f938b8d91d55c180a5ce6a4caf72f3075cb1303))
* **web:** 2단계 설치 안내를 위한 InstallModal 추가 ([#2](https://github.com/pleaseai/claude-code-plugins/issues/2)) ([d6c7e0e](https://github.com/pleaseai/claude-code-plugins/commit/d6c7e0e746c102784dadb8d2de4e8ca399b57c61))
* **web:** add URL parameter support for auto-opening plugin install modal ([#8](https://github.com/pleaseai/claude-code-plugins/issues/8)) ([4c1e4f9](https://github.com/pleaseai/claude-code-plugins/commit/4c1e4f94b0c0aa4f83e8539fb71d11fa5d81d8cd))
* **web:** Claude Code Plugin Marketplace App ([#1](https://github.com/pleaseai/claude-code-plugins/issues/1)) ([2a66f60](https://github.com/pleaseai/claude-code-plugins/commit/2a66f60cff40484c1de14b6ce3496cb1439a3842))


### Bug Fixes

* **web:** prevent version badge truncation in PluginCard ([#4](https://github.com/pleaseai/claude-code-plugins/issues/4)) ([c59032b](https://github.com/pleaseai/claude-code-plugins/commit/c59032bc3fa87356b84fa09969d0538829e0b170))
3 changes: 1 addition & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"engines": {
"node": "22.x"
Expand All @@ -23,7 +23,6 @@
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},

"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^1.9.0",
Expand Down