Skip to content

Commit 42165ad

Browse files
committed
Npm problem fixed
1 parent 3979fb7 commit 42165ad

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [1.0.2] 2022-05-16
4+
5+
### Update v1.0.2
6+
7+
- The problem with npm install/ building the project was fixed.
8+
9+
### Added dependencies
10+
11+
```
12+
chakra-ui/system 1.12.1
13+
```
14+
15+
### Updated dependencies
16+
17+
```
18+
chakra-ui/icons 1.0.14 → 1.1.5
19+
chakra-ui/react 1.6.5 → 1.8.8
20+
chakra-ui/theme-tools 1.1.9 → 1.3.6
21+
```
22+
323
## [1.0.1] 2022-03-20
424

525
### Update v1.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argon-dashboard-chakra",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"homepage": "https://demos.creative-tim.com/argon-dashboard-chakra/#/",
66
"dependencies": {

0 commit comments

Comments
 (0)