Skip to content

Commit 443bbe8

Browse files
krzysztofzurawtypeofweb
authored andcommitted
Remove dry run and rollback to 0.50.0 version
1 parent 2ff1576 commit 443bbe8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @saleor/app-sdk
22

3-
## 0.50.1
4-
5-
### Patch Changes
6-
7-
- c1710c3: Fix process saleor webhook test
8-
93
## 0.50.0
104

115
### Minor Changes

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saleor/app-sdk",
3-
"version": "0.50.1",
3+
"version": "0.50.0",
44
"description": "SDK for building great Saleor Apps",
55
"scripts": {
66
"prepublishOnly": "pnpm build",
@@ -13,8 +13,8 @@
1313
"check-types": "tsc --noEmit",
1414
"lint": "prettier --loglevel warn --write . && eslint --fix .",
1515
"copy-readme": "cp README.md dist/README.md",
16-
"publish:ci-prod": "pnpm publish --dry-run",
17-
"publish:ci-dev": "pnpm publish --dry-run --tag dev --no-git-checks",
16+
"publish:ci-prod": "pnpm publish && pnpm exec changeset tag && git push --follow-tags",
17+
"publish:ci-dev": "pnpm exec changeset version --snapshot pr && pnpm publish --tag dev --no-git-checks",
1818
"lint-staged": "lint-staged"
1919
},
2020
"keywords": [],

0 commit comments

Comments
 (0)