ydb-embedded-ui 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v2.2.0...v2.2.1) (2022-10-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * revert prettier config, fix build ([c47dddf](https://github.com/ydb-platform/ydb-embedded-ui/commit/c47dddf834eadfd5642af62e0cc94f7567ec68fd))
9
+
3
10
  ## [2.2.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v2.1.0...v2.2.0) (2022-10-14)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -57,9 +57,6 @@
57
57
  ],
58
58
  "*.{js,jsx,ts,tsx}": [
59
59
  "eslint --fix --quiet"
60
- ],
61
- "*.{json}": [
62
- "prettier --write"
63
60
  ]
64
61
  },
65
62
  "jest": {