Skip to content

Commit 56f654c

Browse files
github-actions[bot]xwartz
authored andcommitted
Version Packages (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d79e120 commit 56f654c

8 files changed

Lines changed: 17 additions & 312 deletions

File tree

.changeset/brown-frogs-live.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"changeset": "changeset",
2525
"changeset:version": "changeset version",
2626
"changeset:publish": "changeset publish",
27-
"prerelease": "pnpm -r prerelease",
2827
"release": "pnpm build && pnpm changeset publish",
2928
"build": "pnpm -r build",
3029
"build:verify": "pnpm run build && pnpm run verify:build",

packages/cursor-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cursor-api
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 6281df4: refactor: restructure project for monorepo setup and update ESLint configuration

packages/cursor-api/docs/BUILD_QUALITY.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,6 @@ npm run test:all
4444
npm run ci
4545
```
4646

47-
### 2. Pre-release Check
48-
49-
#### Automated Pre-release Check
50-
51-
```bash
52-
npm run prerelease
53-
```
54-
55-
This command executes:
56-
57-
- Git status check
58-
- Version number verification
59-
- Complete test suite
60-
- Build verification
61-
- Package content check
62-
- Dependency security check
63-
- Documentation integrity verification
64-
6547
#### Manual Release Check
6648

6749
```bash
@@ -242,9 +224,6 @@ npm run test:e2e
242224

243225
# Full CI workflow
244226
npm run ci
245-
246-
# Pre-release check
247-
npm run prerelease
248227
```
249228

250229
### Verification Scripts

packages/cursor-api/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursor-api",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "TypeScript library for the Cursor API",
55
"keywords": [
66
"cursor",
@@ -47,8 +47,7 @@
4747
"test:watch": "jest --watch --detectOpenHandles",
4848
"test:coverage": "jest --coverage --detectOpenHandles --selectProjects unit",
4949
"test:e2e": "jest --detectOpenHandles --selectProjects e2e",
50-
"test:unit": "jest --detectOpenHandles --selectProjects unit",
51-
"prerelease": "tsx scripts/pre-release-check.ts"
50+
"test:unit": "jest --detectOpenHandles --selectProjects unit"
5251
},
5352
"dependencies": {
5453
"protobufjs": "^7.4.0",

packages/cursor-api/scripts/pre-release-check.ts

Lines changed: 0 additions & 280 deletions
This file was deleted.

packages/cursor-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cursor-cli
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 6281df4: refactor: restructure project for monorepo setup and update ESLint configuration

packages/cursor-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursor-cli",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "CLI tools for Cursor IDE",
55
"author": "xwartz",
66
"license": "MIT",

0 commit comments

Comments
 (0)