Skip to content

Commit 2d25314

Browse files
chore(release): set package.json to 3.4.4 [skip ci]
## [3.4.4](v3.4.3...v3.4.4) (2022-04-20) ### Bug Fixes * updated npm packages ([0eb174e](0eb174e))
1 parent ddcdc65 commit 2d25314

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.4](https://github.com/kouts/vue-dataset/compare/v3.4.3...v3.4.4) (2022-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* updated npm packages ([0eb174e](https://github.com/kouts/vue-dataset/commit/0eb174ef2bf32d1c0c21c848da7752598a1bca27))
7+
18
## [3.4.3](https://github.com/kouts/vue-dataset/compare/v3.4.2...v3.4.3) (2022-01-22)
29

310

dist/vue-dataset.es.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ function findAny(dsSearchIn, dsSearchAs, rowData, str) {
134134
return false;
135135
}
136136
var _export_sfc = (sfc, props) => {
137+
const target = sfc.__vccOpts || sfc;
137138
for (const [key, val] of props) {
138-
sfc[key] = val;
139+
target[key] = val;
139140
}
140-
return sfc;
141+
return target;
141142
};
142143
const _sfc_main$5 = {
143144
props: {

dist/vue-dataset.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)