Skip to content

Commit 90ba03b

Browse files
committed
chore: update pkg version
1 parent 071d0c3 commit 90ba03b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @valorem-labs-inc/sdk
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 3536739: chore: update release process
8+
drop tsup for parcel
9+
update workflow to deploy to npm and github packages

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valorem-labs-inc/sdk",
3-
"version": "0.0.2-alpha.1",
3+
"version": "0.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/valorem-labs-inc/typescript-sdk.git"
@@ -13,8 +13,7 @@
1313
"types": "dist/types.d.ts",
1414
"scripts": {
1515
"build": "pnpm codegen && pnpm parcel build --no-cache",
16-
"ci:release": "pnpm clean && pnpm build && pnpm changeset version && pnpm changeset publish",
17-
"ci:version": "pnpm changeset version",
16+
"ci:release": "pnpm clean && pnpm build && pnpm changeset publish",
1817
"clean": "rm -rf ./dist",
1918
"codegen": "rm -rf ./src/lib/codegen && npx buf generate",
2019
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",

0 commit comments

Comments
 (0)