pro-gallery 4.1.181 → 4.1.182

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ Blazing fast & beautiful galleries built with React. [try it out](https://pro-ga
12
12
 
13
13
  ## Gettings Started
14
14
  The best way to get started is using the [Playground](https://pro-gallery.surge.sh). Use the sidebar to configure the gallery layout you need for your site and click on `Generate Gallery Code` to get the code for your gallery.
15
- After that you will only need to add your items list and your gallery is ready!
15
+ After that you will only need to add your items list and your gallery is ready!!
16
16
 
17
17
  ### Installation
18
18
  Install with `npm`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "pro-gallery",
4
- "version": "4.1.181",
4
+ "version": "4.1.182",
5
5
  "sideEffects": [
6
6
  "./src/components/styles/gallery.scss"
7
7
  ],
@@ -106,5 +106,5 @@
106
106
  "<rootDir>/tests/drivers/mocks/jest-setup.js"
107
107
  ]
108
108
  },
109
- "gitHead": "2f388719ef0b22df363ed5fec7eec4e92e5f37bc"
109
+ "gitHead": "9db15bb01d4c77d6bf1f7e6d806be098f11a1284"
110
110
  }