1
0
Fork 0
mirror of synced 2025-04-05 14:23:31 +03:00

Compare commits

...

3 commits

Author SHA1 Message Date
Kirill Zaytsev
a4375f0a22 chore(release): 0.8.3 2024-12-06 17:39:32 +04:00
Kirill Zaytsev
119286a524 chore: Removed dist from git 2024-12-06 17:38:46 +04:00
Kirill Zaytsev
cbe80e3de4 feat: Updated package.json manifest 2024-12-06 17:38:03 +04:00
6 changed files with 23 additions and 3006 deletions

11
.gitignore vendored
View file

@ -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

View file

@ -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

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

1497
dist/formulario.umd.js vendored

File diff suppressed because it is too large Load diff

View file

@ -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",