Skip to content

Commit a6bdd61

Browse files
author
Amr Wagdy
committed
chore: build v2.7.4
1 parent 4f3f8e1 commit a6bdd61

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 2.7.4 - 2022-01-26
29+
### Fixed
30+
- typo in documentation file
2831
## 2.7.3 - 2022-01-26
2932
### Fixed
3033
- typo in documentation file

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v2.7.3-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
1+
[![Release](https://img.shields.io/badge/release-v2.7.4-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
22
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
33
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
44
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home)
@@ -75,7 +75,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
7575
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag
7676

7777
```javascript
78-
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.3/js-cloudimage-360-view.min.js"></script>
78+
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.4/js-cloudimage-360-view.min.js"></script>
7979
```
8080

8181
## <a name="initialize"></a>Step 2: Initialize

build/js-cloudimage-360-view.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h2 class="text-center">Ready to get started?</h2>
489489
<p>Include the following script into your project after all content in body tag</p>
490490
<figure class="highlight">
491491
<pre><code class="javascript">
492-
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.3/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
492+
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.4/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
493493
</code></pre>
494494
</figure>
495495
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimage-360-view",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"main": "dist/index.js",
55
"description": "",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)