@dartcom/ui-kit 10.0.3 → 10.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartcom/ui-kit",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Кастомная библиотека комопнентов Dartcom",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,6 +28,7 @@
28
28
  "lint:fix": "eslint src --ext .ts,.tsx --fix",
29
29
  "format": "prettier --write src/**/*.{ts,tsx}",
30
30
  "prepare": "husky",
31
+ "push:develop": "git push gitlab develop && git push origin develop",
31
32
  "prepublishOnly": "npm run lint && npm test && npm run build",
32
33
  "library:publish": "npm publish --access public",
33
34
  "version:patch": "npm version patch",