smooth-components 1.1.10 → 1.1.11

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 +1 -1
package/README.md CHANGED
@@ -37,7 +37,7 @@ The `<Poster />` component is ideal for showcasing images like movie posters, ar
37
37
  ```tsx
38
38
  import { Poster } from 'smooth-components'
39
39
 
40
- ;<Poster
40
+ <Poster
41
41
  alt="Pulp Fiction"
42
42
  src="./pulp-fiction.jpg"
43
43
  hasGlintEffect={true}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smooth-components",
3
3
  "description": "A collection of smooth and elegant React components for building modern web applications.",
4
- "version": "1.1.10",
4
+ "version": "1.1.11",
5
5
  "type": "module",
6
6
  "author": "Jaime Torres",
7
7
  "license": "MIT",