@hapl/api-queries 0.1.186--canary.114.251bb9e.0 → 0.1.186

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/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.1.186 (Tue Sep 13 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FE-1409: добавлены вспомогательные ручки для формы юзера [#114](https://github.com/homeappcorporate/api-queries/pull/114) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
1
13
  # v0.1.185 (Thu Sep 01 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.186--canary.114.251bb9e.0",
2
+ "version": "0.1.186",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",