@rocketui/vue 0.0.5 → 0.0.7

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # Rocket UI Vue
1
+ ![Logo](./resources/rocket-ui-logo-light.svg#gh-light-mode-only)
2
+ ![Logo](./resources/rocket-ui-logo-dark.svg#gh-dark-mode-only)
2
3
 
3
4
  ## Installation
4
5
 
@@ -85,7 +86,6 @@ yarn lint
85
86
 
86
87
  ## Contribution
87
88
 
88
- Contribution
89
89
  We welcome contributions of any kind including documentation, bug reports, bug fixes, feature requests, feature implementations, and pull requests. If you're interested in contributing to this project, please follow these guidelines:
90
90
 
91
91
  - Fork this repository to your own GitHub account and then clone it to your local device.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketui/vue",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "A set of customizable UI components for Vue 3, built with TypeScript",
5
5
  "type": "module",
6
6
  "main": "dist/rocket-ui-vue.umd.cjs",