Skip to content

Commit 43adad0

Browse files
chore: release main (#210)
Co-authored-by: pleaseai-bot[bot] <239696668+pleaseai-bot[bot]@users.noreply.github.com>
1 parent 87132d8 commit 43adad0

57 files changed

Lines changed: 173 additions & 56 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
".": "1.0.0",
3-
"plugins/skillopt-sleep": "0.2.0",
3+
"plugins/skillopt-sleep": "0.3.0",
44
"apps/web": "1.5.0",
55
"packages/eslint-config": "0.0.0",
66
"packages/typescript-config": "0.0.0",
77
"packages/vitest-config": "0.0.0",
8-
"plugins/gatekeeper": "1.4.0",
8+
"plugins/gatekeeper": "1.5.0",
99
"plugins/antfu": "1.1.1",
1010
"plugins/nuxt": "1.2.1",
1111
"plugins/pinia": "1.1.1",
1212
"plugins/pnpm": "1.1.1",
1313
"plugins/slidev": "1.2.1",
14-
"plugins/tsdown": "1.3.1",
14+
"plugins/tsdown": "1.3.2",
1515
"plugins/turborepo": "1.2.1",
1616
"plugins/unocss": "1.1.1",
1717
"plugins/vite": "1.1.1",
@@ -20,23 +20,23 @@
2020
"plugins/vue": "1.2.1",
2121
"plugins/vueuse": "1.2.1",
2222
"plugins/web-design": "1.3.0",
23-
"plugins/mastra": "1.6.1",
24-
"plugins/nuxt-ui": "1.4.1",
23+
"plugins/mastra": "1.6.2",
24+
"plugins/nuxt-ui": "1.5.0",
2525
"plugins/supabase": "1.2.1",
26-
"plugins/prisma": "1.2.1",
27-
"plugins/better-auth": "1.5.1",
26+
"plugins/prisma": "1.2.2",
27+
"plugins/better-auth": "1.5.2",
2828
"plugins/agent-browser": "1.2.1",
2929
"plugins/ai-sdk": "1.2.1",
3030
"plugins/slack-agent": "1.1.1",
3131
"plugins/neo4j": "1.1.0",
32-
"plugins/google-workspace": "1.2.0",
32+
"plugins/google-workspace": "1.3.0",
3333
"plugins/nuxt-i18n": "1.3.0",
3434
"plugins/nuxt-seo": "1.1.1",
35-
"plugins/markitdown": "1.4.0",
36-
"plugins/ast-grep": "1.1.1",
37-
"plugins/chat-sdk": "1.1.1",
35+
"plugins/markitdown": "1.5.0",
36+
"plugins/ast-grep": "1.2.0",
37+
"plugins/chat-sdk": "1.1.2",
3838
"plugins/docus": "1.1.1",
39-
"plugins/please-plugins": "1.5.0",
39+
"plugins/please-plugins": "1.6.0",
4040
"plugins/wordpress": "1.1.1",
4141
"plugins/vinext": "1.1.1",
4242
"plugins/next": "1.1.1",
@@ -46,15 +46,15 @@
4646
"plugins/emulate": "1.1.1",
4747
"plugins/edgeparse": "1.1.0",
4848
"plugins/git-ai": "1.1.1",
49-
"plugins/workflow": "1.1.1",
50-
"plugins/portless": "1.1.1",
49+
"plugins/workflow": "1.1.2",
50+
"plugins/portless": "1.1.2",
5151
"plugins/zod": "1.2.0",
52-
"plugins/graphite": "2.1.0",
52+
"plugins/graphite": "2.2.0",
5353
"plugins/bun": "1.3.0",
5454
"plugins/portone": "1.2.0",
5555
"plugins/claude-md-management": "1.0.0",
5656
"plugins/cubic": "1.0.0",
57-
"plugins/fetch": "1.0.0",
57+
"plugins/fetch": "1.1.0",
5858
"plugins/java-development": "1.0.0",
5959
"plugins/mcp-dev": "1.0.0"
6060
}

plugins/ast-grep/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ast-grep",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.",
55
"author": {
66
"name": "Herrington Darkholme"

plugins/ast-grep/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/ast-grep-v1.1.1...ast-grep-v1.2.0) (2026-06-15)
4+
5+
6+
### Features
7+
8+
* **graphify:** add graphify knowledge-graph plugin ([#211](https://github.com/pleaseai/claude-code-plugins/issues/211)) ([b6470b3](https://github.com/pleaseai/claude-code-plugins/commit/b6470b39edb377d36f76c4e9a31a7053dc96d657))
9+
310
## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/ast-grep-v1.1.0...ast-grep-v1.1.1) (2026-06-09)
411

512

plugins/better-auth/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",

plugins/better-auth/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",

plugins/better-auth/.tessl-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pleaseai/better-auth",
33
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"author": {
66
"name": "Better Auth",
77
"url": "https://github.com/better-auth"

plugins/better-auth/CHANGELOG.md

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

3+
## [1.5.2](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.5.1...better-auth-v1.5.2) (2026-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update vendored skills to latest versions ([#209](https://github.com/pleaseai/claude-code-plugins/issues/209)) ([2007e59](https://github.com/pleaseai/claude-code-plugins/commit/2007e59c04dfd5f701fac19cbeab9d67e88225d6))
9+
310
## [1.5.1](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.5.0...better-auth-v1.5.1) (2026-06-09)
411

512

plugins/better-auth/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",

plugins/chat-sdk/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat-sdk",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Build multi-platform chat bots with Chat SDK — unified TypeScript SDK for Slack, Teams, Google Chat, Discord, GitHub, and Linear",
55
"license": "MIT",
66
"author": {

plugins/chat-sdk/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/pleaseai/claude-code-plugins/compare/chat-sdk-v1.1.1...chat-sdk-v1.1.2) (2026-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update vendored skills to latest versions ([#209](https://github.com/pleaseai/claude-code-plugins/issues/209)) ([2007e59](https://github.com/pleaseai/claude-code-plugins/commit/2007e59c04dfd5f701fac19cbeab9d67e88225d6))
9+
310
## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/chat-sdk-v1.1.0...chat-sdk-v1.1.1) (2026-06-09)
411

512

0 commit comments

Comments
 (0)