bukazu-portal-react 2.0.20 → 2.1.3

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/CHANGELOG.MD CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Next release
4
4
 
5
+
6
+ ## 2.1.3
7
+ - Fix issue with regions and city selects
8
+
9
+ ## 2.1.2
10
+ - Update react-intl
11
+ - Show actual prices for searched period instead of min_weekprice
12
+
5
13
  ## 2.0.12
6
14
 
7
15
  - Fix bug in required extra_booking field
package/build/index.html CHANGED
@@ -8,7 +8,8 @@
8
8
  <body>
9
9
  <h1>Bukazu Test Portal</h1>
10
10
 
11
- <div class="bukazu-app" id="bukazu-app" portal-code="3cbe4f75" language='nl'></div>
11
+ <!-- <div class="bukazu-app" id="bukazu-app" portal-code="3cbe4f75" language='nl'></div> -->
12
+ <div class="bukazu-app" id="bukazu-app" portal-code="47be6192" language='nl'></div>
12
13
 
13
14
  <script src="./index.js"></script>
14
15
  </body>