Skip to content
Open
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
Expand Up @@ -71,5 +71,5 @@
"plugins/shadcn-ui": "1.1.1",
"plugins/tanstack": "0.2.0",
"plugins/orpc": "1.1.0",
"plugins/deno": "1.0.0"
"plugins/deno": "1.1.0"
}
2 changes: 1 addition & 1 deletion plugins/deno/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deno",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deno/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deno",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deno/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deno",
"displayName": "Deno",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Deno Land"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.0.0...deno-v1.1.0) (2026-09-15)


### Features

* **deno:** add deno plugin bundling official denoland/skills ([#276](https://github.com/pleaseai/claude-code-plugins/issues/276)) ([5ca20d5](https://github.com/pleaseai/claude-code-plugins/commit/5ca20d5ff5a60539c9ac47e0742d48baa88dfbc3))
2 changes: 1 addition & 1 deletion plugins/deno/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "deno",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.",
"author": {
"name": "Deno Land",
Expand Down
Loading