Skip to content

Commit

Permalink
Merge pull request #356 from saleor/remove-dry-runs
Browse files Browse the repository at this point in the history
Remove dry run and rollback to 0.50.0 version
  • Loading branch information
krzysztofzuraw authored Mar 1, 2024
2 parents 529276b + 7fc0fba commit 3bba0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @saleor/app-sdk

## 0.50.1

### Patch Changes

- c1710c3: Fix process saleor webhook test

## 0.50.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/app-sdk",
"version": "0.50.1",
"version": "0.50.0",
"description": "SDK for building great Saleor Apps",
"scripts": {
"prepublishOnly": "pnpm build",
Expand All @@ -13,8 +13,8 @@
"check-types": "tsc --noEmit",
"lint": "prettier --loglevel warn --write . && eslint --fix .",
"copy-readme": "cp README.md dist/README.md",
"publish:ci-prod": "pnpm publish --dry-run",
"publish:ci-dev": "pnpm publish --dry-run --tag dev --no-git-checks",
"publish:ci-prod": "pnpm publish && pnpm exec changeset tag && git push --follow-tags",
"publish:ci-dev": "pnpm exec changeset version --snapshot pr && pnpm publish --tag dev --no-git-checks",
"lint-staged": "lint-staged"
},
"keywords": [],
Expand Down

0 comments on commit 3bba0f1

Please sign in to comment.