@allsorter/ui-components 0.0.327 → 0.0.328

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.
@@ -86,7 +86,7 @@ pipelines:
86
86
  - cd allsorter/dist/fast-forward
87
87
  - echo "//registry.npmjs.org/:_authToken=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" > ~/.npmrc
88
88
  - npm version patch -m "Release new version [skip ci]"
89
- - npm publish --access public
89
+ - npm publish
90
90
 
91
91
  pull-requests:
92
92
  '**':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allsorter/ui-components",
3
- "version": "0.0.327",
3
+ "version": "0.0.328",
4
4
  "description": "Starter template to get up and running quickly with Angular and Storybook",
5
5
  "author": "Chromatic <https://chromatic.com/>",
6
6
  "repository": {