Skip to content

Commit

Permalink
Dependencies: Notiflix has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
furcan committed Nov 8, 2021
1 parent 9d0932a commit 0a0fdef
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@1.1.1
* **Changed:** Notiflix: v3.2.2

-----

@1.1.0
* **Added:** Confirm Page: `prompt()` method has been added. (Notiflix v3.2.0)
* **Added:** Loading Page, Documentation Page: `customSvgCode` option and usage has been added. (Notiflix v3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This application is the documentation project of [Notiflix](https://github.com/n

### Current Version

1.1.0 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")
1.1.1 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")


---------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"next": "12.0.3",
"notiflix": "^3.2.1",
"notiflix": "^3.2.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
16 changes: 8 additions & 8 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<url>
<loc>https://notiflix.github.io</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -15,7 +15,7 @@

<url>
<loc>https://notiflix.github.io/notify</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -26,7 +26,7 @@

<url>
<loc>https://notiflix.github.io/report</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -37,7 +37,7 @@

<url>
<loc>https://notiflix.github.io/confirm</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -48,7 +48,7 @@

<url>
<loc>https://notiflix.github.io/loading</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -59,7 +59,7 @@

<url>
<loc>https://notiflix.github.io/block</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
Expand All @@ -70,7 +70,7 @@

<url>
<loc>https://notiflix.github.io/download</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
<image:image>
Expand All @@ -81,7 +81,7 @@

<url>
<loc>https://notiflix.github.io/documentation</loc>
<lastmod>2021-10-03</lastmod>
<lastmod>2021-11-08</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
<image:image>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3051,10 +3051,10 @@ normalize-selector@^0.2.0:
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=

notiflix@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.1.tgz#1a1bbc9082641d00f78abb22405d38a517ba1e72"
integrity sha512-GtBdhdhV2BGsLR6LlQPFhpUBWise3Br10G28aR2thdchHrfYWc3IrGh4xG9D7qUHNxQzsJ0BU34jjEnNRDpZuw==
notiflix@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/notiflix/-/notiflix-3.2.2.tgz#85becd576763f73b6d76433f360b2c9eb5e393cd"
integrity sha512-m1TdfVf0pU3W3BDGhyW3GuGKan2x8xmQ0gPJlVmkqW9yo7yc/ftOYrPO0zFCfwxCpg0JVeT5CVHUfDxsPilRtQ==

num2fraction@^1.2.2:
version "1.2.2"
Expand Down

0 comments on commit 0a0fdef

Please sign in to comment.