@evercam/ui 0.0.58-preview-evercam-ui-ci-eab44c7c1 → 0.0.59

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/README.md CHANGED
@@ -45,3 +45,4 @@ You can preview the components and their stories by running the [Histoire](https
45
45
 
46
46
  `yarn story:dev`
47
47
  ..........
48
+ //
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "0.0.58-preview-evercam-ui-ci-eab44c7c1",
5
+ "version": "0.0.59",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.58-preview-evercam-ui-ci-eab44c7c1",
3
+ "version": "0.0.59",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",
@@ -37,8 +37,7 @@
37
37
  "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
38
38
  "generate-ide-docs": "node scripts/generateVetur.mjs && node scripts/generateWebTypes.mjs",
39
39
  "ci": "(cd ../..; yarn ci)",
40
- "publish-ci": "cd ../.. && yarn publish-ci",
41
- "release-it": "release-it --no-increment --no-changelog --no-git --ci"
40
+ "publish-ci": "cd ../.. && yarn publish-ci"
42
41
  },
43
42
  "devDependencies": {
44
43
  "@fontsource-variable/inter": "^5.0.8",