azion-theme 1.4.1 → 1.4.2
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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.4.2](https://github.com/aziontech/azion-theme/compare/v1.4.1...v1.4.2) (2024-08-01)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* text typo ([a1c28aa](https://github.com/aziontech/azion-theme/commit/a1c28aa79d11aad4bce50fdfacb2b70ac3880680))
|
|
6
|
+
|
|
1
7
|
## [1.4.1](https://github.com/aziontech/azion-theme/compare/v1.4.0...v1.4.1) (2024-08-01)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ including Azion Console Kit, Azion Site, Landing Pages, and all user interaction
|
|
|
9
9
|
## Easy to install
|
|
10
10
|
|
|
11
11
|
To install the azion-theme project, you need to follow the command.
|
|
12
|
-
|
|
12
|
+
Choice one of your preference: npm or yarn;
|
|
13
13
|
|
|
14
14
|
``` bash
|
|
15
15
|
npm install azion-theme --save
|