Skip to content

Commit

Permalink
chore: update pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Nov 17, 2023
1 parent 071d0c3 commit 90ba03b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @valorem-labs-inc/sdk

## 0.0.3

### Patch Changes

- 3536739: chore: update release process
drop tsup for parcel
update workflow to deploy to npm and github packages
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valorem-labs-inc/sdk",
"version": "0.0.2-alpha.1",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/valorem-labs-inc/typescript-sdk.git"
Expand All @@ -13,8 +13,7 @@
"types": "dist/types.d.ts",
"scripts": {
"build": "pnpm codegen && pnpm parcel build --no-cache",
"ci:release": "pnpm clean && pnpm build && pnpm changeset version && pnpm changeset publish",
"ci:version": "pnpm changeset version",
"ci:release": "pnpm clean && pnpm build && pnpm changeset publish",
"clean": "rm -rf ./dist",
"codegen": "rm -rf ./src/lib/codegen && npx buf generate",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
Expand Down

0 comments on commit 90ba03b

Please sign in to comment.