react-achievements 4.4.0 → 4.4.1

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 +5 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,13 +7,11 @@
7
7
  [![npm version](https://img.shields.io/npm/v/react-achievements.svg)](https://www.npmjs.com/package/react-achievements) [![License](https://img.shields.io/badge/license-Dual%20(MIT%20%2B%20Commercial)-blue.svg)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
8
8
 
9
9
  <p align="center">
10
- <a href="https://github.com/dave-b-b/react-achievements/raw/main/assets/Demo-v4-3.mov">
11
- <img
12
- src="https://raw.githubusercontent.com/dave-b-b/react-achievements/main/assets/demo-v4-3.gif"
13
- alt="React Achievements 4.3 demo showing achievement progress, unlock notifications, and a compact LearnQuest achievements modal"
14
- width="900"
15
- />
16
- </a>
10
+ <img
11
+ src="https://raw.githubusercontent.com/dave-b-b/react-achievements/main/assets/demo-v4-4.gif"
12
+ alt="React Achievements 4.4 demo showing achievement progress, unlock notifications, configurable confetti, and a compact LearnQuest achievements modal"
13
+ width="900"
14
+ />
17
15
  </p>
18
16
 
19
17
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-achievements",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Drop-in achievement and gamification system for React applications",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.esm.js",