@giwonn/claude-daily-review 0.3.5 → 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": "5bb643e083c2447f7feabec1705e8c2865e0ebc6"
16
+ "ref": "v0.3.7"
17
17
  },
18
18
  "description": "Auto-capture conversations for daily review and career documentation",
19
- "version": "0.3.0",
20
19
  "author": {
21
20
  "name": "giwonn"
22
21
  },
@@ -44,26 +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 in marketplace.json
59
- run: |
60
- SHA=$(git rev-parse HEAD)
61
- sed -i "s/\"sha\": \"[a-f0-9]*\"/\"sha\": \"$SHA\"/" .claude-plugin/marketplace.json
62
- cat .claude-plugin/marketplace.json
63
-
64
- - name: Commit and push
65
- run: |
66
- git config user.name "github-actions[bot]"
67
- git config user.email "github-actions[bot]@users.noreply.github.com"
68
- git add .claude-plugin/marketplace.json
69
- 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.5",
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": {