@luminati-io/uikit 1.8.3-beta.2 → 1.8.4-beta.0

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": "@luminati-io/uikit",
3
- "version": "1.8.3-beta.2",
3
+ "version": "1.8.4-beta.0",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -83,6 +83,6 @@
83
83
  "prepublishOnly": "npm run build",
84
84
  "minify-svg": "svgo -i ./assets/icons --final-newline",
85
85
  "dry-publish": "npm run prepublishOnly && npm pack && rm *uikit*.tgz",
86
- "publish-beta": "npm version prerelease --preid beta&&cvs ci -m 'bump version' package.json package-lock.json&&npm publish --tag beta"
86
+ "publish-beta": "npm version prerelease --preid beta&&cvs ci -m 'bump version' package.json package-lock.json&&npm publish --tag beta --access public"
87
87
  }
88
88
  }