@uniquedj95/vform 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,19 +5,16 @@
5
5
  <img src="https://img.icons8.com/color/96/000000/form.png" alt="vForm Logo"/>
6
6
 
7
7
  A dynamic form builder for Vue.js with Ionic components
8
- </div>
9
8
 
10
- [![npm version](https://img.shields.io/npm/v/@uniquedj95/vform.svg)](https://www.npmjs.com/package/@uniquedj95/vform)
11
- [![Version](https://img.shields.io/badge/version-2.0.1-blue.svg)](https://github.com/uniquedj95/vform/releases)
9
+ [![Version](https://img.shields.io/badge/version-2.0.2-blue.svg)](https://github.com/uniquedj95/vform/releases)
12
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
13
11
  [![Vue Version](https://img.shields.io/badge/vue-3.5+-brightgreen.svg)](https://vuejs.org/)
14
12
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.5-blue)](https://www.typescriptlang.org/)
15
13
  [![Downloads](https://img.shields.io/npm/dt/@uniquedj95/vform.svg)](https://www.npmjs.com/package/@uniquedj95/vform)
16
14
  [![Ionic Vue](https://img.shields.io/badge/Ionic-8.2-blue)](https://ionicframework.com/)
17
- [![Status](https://img.shields.io/badge/status-active-success.svg)]()
18
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/uniquedj95/vform/pulls)
19
15
  [![Bundle Size](https://img.shields.io/bundlephobia/min/@uniquedj95/vform)](https://bundlephobia.com/package/@uniquedj95/vform)
20
- [![Demo](https://img.shields.io/badge/demo-online-brightgreen.svg)](https://github.com/uniquedj95/vform)
16
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/uniquedj95/vform/pulls)
17
+ </div>
21
18
 
22
19
  ## Table of Contents
23
20
  - [Overview](#overview)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniquedj95/vform",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A simplified ionic vue desktop form builder",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",