react-attendance-calendar 2.3.4 → 2.3.5

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,7 +107,6 @@ const attendanceData = [
107
107
  monthIndex: 1,
108
108
  presentDays: new Set([
109
109
  1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 26, 27, 28,
110
- 29,
111
110
  ]),
112
111
  absentDays: new Set([3, 10, 17, 24]),
113
112
  },
@@ -167,7 +166,6 @@ function App() {
167
166
  monthIndex: 1,
168
167
  presentDays: new Set([
169
168
  1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 26, 27, 28,
170
- 29,
171
169
  ]),
172
170
  absentDays: new Set([3, 10, 17, 24]),
173
171
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-attendance-calendar",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "A responsive React attendance calendar component with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",