globalfy-design-system 0.2.0 → 0.2.2

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.
@@ -14,21 +14,19 @@ definitions:
14
14
  cache:
15
15
  - node
16
16
  script:
17
- - yarn add -g typescript@5.0.2 vite@4.4.5
17
+ - yarn add -g typescript@5.0.2 vite@4.4.5 storybook@7.5.1
18
18
  - yarn build
19
19
  - step: &publish-npm
20
20
  name: Publish on NPM
21
21
  deployment: production
22
22
  script:
23
- - npm version minor -m "[skip ci] Upgrade to %s"
24
- - git push && git push --tags
25
23
  - pipe: atlassian/npm-publish:0.2.0
26
24
  variables:
27
25
  NPM_TOKEN: $NPM_TOKEN
28
26
  - step: &publish-storybook-chromatic
29
27
  name: Publish Storybook on Chromatic
30
28
  script:
31
- - yarn chromatic
29
+ - yarn chromatic --auto-accept-changes
32
30
 
33
31
  pipelines:
34
32
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Globalfy Design System",
5
5
  "type": "module",
6
6
  "scripts": {