@builder.io/sdk 1.1.36-0 → 1.1.36-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk",
3
- "version": "1.1.36-0",
3
+ "version": "1.1.36-1",
4
4
  "unpkg": "./dist/index.browser.js",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -20,7 +20,7 @@
20
20
  "watch": "rollup -cw",
21
21
  "start": "yarn run watch",
22
22
  "tsc": "tsc --module commonjs",
23
- "release": "yarn run build && npm publish",
23
+ "release": "yarn run build && npm publish --tag backport-v1.1.x",
24
24
  "release:patch": "yarn run build && yarn version patch && yarn npm publish",
25
25
  "release:patch:nightly": "yarn run build && yarn version patch && yarn npm publish",
26
26
  "release:dev": "yarn run build && yarn version prerelease --no-git-tag-version && yarn npm publish --tag dev",