@interactiveplatform/movika-manifest 1.0.2-beta.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,13 +32,11 @@ it("should update control label", () => {
32
32
  ### Публикация версии
33
33
 
34
34
  - dev/beta:
35
-
36
35
  ```
37
36
  npm run validate-all
38
37
  npm version 1.1.1-beta.1 --no-git-tag-version
39
38
  npm run clean-publish
40
39
  ```
41
-
42
40
  - стабильная:
43
41
  ```
44
42
  git chechout -b release/X.X.X
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@interactiveplatform/movika-manifest",
3
3
  "author": "interactiveplatform",
4
- "version": "1.0.2-beta.0",
4
+ "version": "1.0.2",
5
5
  "license": "ISC",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",