Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
a4375f0a22 | ||
|
119286a524 | ||
|
cbe80e3de4 |
6 changed files with 23 additions and 3006 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,11 +1,16 @@
|
|||
node_modules
|
||||
coverage
|
||||
.cache
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
coverage
|
||||
dist/
|
||||
node_modules
|
||||
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.dev.tale.vue
|
||||
*.dev.stories.js
|
||||
storybook-static
|
||||
|
||||
storybook-static
|
||||
.npmrc
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.8.3](https://github.com/retailcrm/vue-formulario/compare/v0.8.2...v0.8.3) (2024-12-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Updated package.json manifest ([cbe80e3](https://github.com/retailcrm/vue-formulario/commit/cbe80e3de498732af8db34f0846cc92d977d9420))
|
||||
|
||||
### [0.8.2](https://github.com/retailcrm/vue-formulario/compare/v0.8.1...v0.8.2) (2023-12-28)
|
||||
|
||||
|
||||
|
|
1485
dist/formulario.esm.js
vendored
1485
dist/formulario.esm.js
vendored
File diff suppressed because it is too large
Load diff
20
dist/formulario.min.js
vendored
20
dist/formulario.min.js
vendored
File diff suppressed because one or more lines are too long
1497
dist/formulario.umd.js
vendored
1497
dist/formulario.umd.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@retailcrm/vue-formulario",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"license": "MIT",
|
||||
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
||||
"main": "dist/formulario.umd.js",
|
||||
|
@ -10,6 +10,13 @@
|
|||
},
|
||||
"unpkg": "dist/formulario.min.js",
|
||||
"web-types": "web-types.json",
|
||||
"files": [
|
||||
"dist",
|
||||
"types",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE.txt",
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"is-url": "^1.2.4",
|
||||
"vue-class-component": "^7.2.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue