@giwonn/claude-daily-review 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,10 +13,9 @@
13
13
  "source": {
14
14
  "source": "url",
15
15
  "url": "https://github.com/giwonn/claude-daily-review.git",
16
- "sha": "8e0826d12fafb2d0439b77ce7f83d34d3904bcd9"
16
+ "ref": "v0.3.7"
17
17
  },
18
18
  "description": "Auto-capture conversations for daily review and career documentation",
19
- "version": "0.3.6",
20
19
  "author": {
21
20
  "name": "giwonn"
22
21
  },
@@ -44,28 +44,3 @@ jobs:
44
44
  - run: npm install -g npm@latest
45
45
 
46
46
  - run: npm publish --access public --provenance
47
-
48
- update-marketplace:
49
- needs: release
50
- runs-on: ubuntu-latest
51
- permissions:
52
- contents: write
53
- steps:
54
- - uses: actions/checkout@v4
55
- with:
56
- ref: master
57
-
58
- - name: Update SHA and version in marketplace.json
59
- run: |
60
- SHA=$(git rev-parse HEAD)
61
- VERSION=$(node -p "require('./package.json').version")
62
- sed -i "s/\"sha\": \"[a-f0-9]*\"/\"sha\": \"$SHA\"/" .claude-plugin/marketplace.json
63
- sed -i "s/\"version\": \"[0-9.]*\"/\"version\": \"$VERSION\"/" .claude-plugin/marketplace.json
64
- cat .claude-plugin/marketplace.json
65
-
66
- - name: Commit and push
67
- run: |
68
- git config user.name "github-actions[bot]"
69
- git config user.email "github-actions[bot]@users.noreply.github.com"
70
- git add .claude-plugin/marketplace.json
71
- git diff --cached --quiet && echo "No changes" || (git commit -m "chore: update marketplace SHA [skip ci]" && git push)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giwonn/claude-daily-review",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "description": "Claude Code plugin that auto-captures conversations for daily review and career documentation",
6
6
  "repository": {