@mzc-fe/design-system 0.0.1-rc.1 → 0.0.1-rc.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.
@@ -47,3 +47,4 @@ pipelines:
47
47
  variables:
48
48
  ACCESS: "public"
49
49
  NPM_TOKEN: $NPM_TOKEN
50
+ TAG: $NPM_TAG
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mzc-fe/design-system",
3
3
  "private": false,
4
- "version": "0.0.1-rc.1",
4
+ "version": "0.0.1-rc.2",
5
5
  "type": "module",
6
6
  "main": "./dist/design-system.umd.js",
7
7
  "module": "./dist/design-system.es.js",
@@ -14,7 +14,8 @@
14
14
  "test": "vitest run --coverage",
15
15
  "test:ui": "vitest --ui",
16
16
  "tsc": "tsc -b",
17
- "prepare": "husky"
17
+ "prepare": "husky",
18
+ "postversion": "git push && git push --tags"
18
19
  },
19
20
  "dependencies": {
20
21
  "@hookform/resolvers": "^5.2.2",