Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Sep 17, 2024
1 parent 07ff39f commit 3038e0c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-cats-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pugs-cross.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: changesets/action@v1
with:
version: pnpm changeset version && pnpm changeset tag
version: pnpm ci:version
publish: pnpm publish -r
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions libs/ts-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @jacksonneal/ts-standard

## 0.0.1

### Patch Changes

- 07ff39f: test
- b8209cd: test
2 changes: 1 addition & 1 deletion libs/ts-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@jacksonneal/ts-standard",
"description": "TypeScript utilities",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "./dist/ts-standard.js",
"typings": "./dist/src/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint-fix": "eslint --fix .",
"docs-build": "typedoc",
"workspace": "pnpm -w",
"ts-standard": "pnpm --filter ts-standard"
"ts-standard": "pnpm --filter ts-standard",
"ci:version": "pnpm changeset version && pnpm changeset tag"
},
"engines": {
"node": ">=22.7.0",
Expand Down

0 comments on commit 3038e0c

Please sign in to comment.