Skip to content

Commit

Permalink
✨ Update version to 3.0.1 πŸ”„πŸ“¦
Browse files Browse the repository at this point in the history
- Update package.json version to 3.0.1 to reflect the latest changes and updates.
  • Loading branch information
pooyagolchian committed Apr 6, 2024
1 parent b67614f commit f89a086
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
52 changes: 28 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
2.0.0
- Update the code
- Fix errors
- Remove fonts icon and improve code quality


1.5.1

- fix icon path
- add GitHub action
- fix style


1.0.1

- Add Documents
- Add License

1.0.8

- Add font-icon
- Fix bug after change routing in mounted
- Persisted an array for 3 constant colors
- Add new props for custom style
### Changelog

#### Version 3.0.0
- Refactored codebase for enhanced maintainability and readability.
- Revised and updated the README document to improve clarity and provide more comprehensive guidance.
- Addressed and resolved various bugs to ensure smoother operation.

#### Version 2.0.0
- Conducted extensive code updates to incorporate new features and optimizations.
- Resolved previously identified bugs to enhance the overall functionality.
- Discontinued the use of font icons in favor of improved code quality and efficiency.

#### Version 1.5.1
- Corrected the icon path to ensure accurate rendering.
- Implemented GitHub Actions for automated workflows and processes.
- Made stylistic adjustments to address and fix layout issues.

#### Version 1.0.8
- Introduced font icon support for enhanced visual elements.
- Fixed a bug that occurred after routing changes when the component is mounted.
- Established a persistent array to hold three constant color values for theme management.
- Added new properties to allow for custom styling configurations.

#### Version 1.0.1
- Expanded the documentation to provide users with detailed guidance on using the software.
- Included a license file to clarify the terms under which the software is distributed.

The revisions across these versions reflect continuous improvements in functionality, usability, and code quality, aligning with user feedback and technological advancements.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-multiple-themes",
"version": "3.0.0",
"version": "3.0.1",
"description": "Vue Multiple Themes",
"author": "Pooya Golchian(pooya.golchian@gmail.com)",
"main": "dist/vue-multiple-themes.ssr.js",
Expand Down

0 comments on commit f89a086

Please sign in to comment.