Skip to content

Commit

Permalink
chore: versioning package
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Feb 16, 2024
1 parent 7677894 commit ee23a04
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
5 changes: 0 additions & 5 deletions .changeset/lazy-buttons-rule.md

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Release Package

on:
workflow_dispatch:
pull_request:
types:
- closed
Expand All @@ -14,7 +15,7 @@ permissions:

jobs:
release-package:
if: github.event.pull_request.merged
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -34,3 +35,5 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: npx changeset publish
commit: "chore: versioning package"
title: "chore:versioning package"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# circular-dependency-scanner

## 2.2.0

### Minor Changes

- 7426bc6: feat: use @ast-grep/napi to simplify imports extraction logic
- fix: progress is gone

# 2.1.0

- feat(cli): parse tsconfig/jsconfig to get alias.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circular-dependency-scanner",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "Out-of-box and zero configuration circular dependencies detector, with both JavaScript API and Command Line Tool.",
"author": "秦旭洋 <qinxuyang@bytedance.com>",
Expand Down

0 comments on commit ee23a04

Please sign in to comment.