Skip to content

Commit

Permalink
🌈 Updating: [vest]: (1.0.10)
Browse files Browse the repository at this point in the history
1d826df build(deps): bump jest from 25.3.0 to 25.4.0 (dependabot-preview[bot])
da9b577 build(deps): bump semver from 7.3.0 to 7.3.2 (dependabot-preview[bot])
299564c build(deps): bump mocha from 3.5.3 to 7.1.1 (dependabot-preview[bot])
e734a43 build(deps): bump @ampproject/rollup-plugin-closure-compiler (dependabot-preview[bot])
121da6a build(deps): bump babel-jest from 25.3.0 to 25.4.0 (dependabot-preview[bot])
5772834 build(deps): bump prettier from 2.0.4 to 2.0.5 (dependabot-preview[bot])
24c48a6 build(deps): bump eslint-config-prettier from 6.10.1 to 6.11.0 (dependabot-preview[bot])
6830550 build(deps): bump onchange from 6.1.0 to 6.1.1 (dependabot-preview[bot])
65fe5cc build(deps): bump rollup from 2.6.1 to 2.7.1 (dependabot-preview[bot])
0ed9e3b build(deps): bump rollup from 2.7.1 to 2.7.2 (dependabot-preview[bot])
3c17e85 added: runWithContext interface (ealush)
1d1871b fix: use default values when field not found in output methods (ealush)
7ab684e build(deps): bump mocha from 7.1.1 to 7.1.2 (dependabot-preview[bot])
36c8c43 build(deps): bump onchange from 6.1.1 to 7.0.0 (dependabot-preview[bot])
fa7c92f build(deps): bump rollup from 2.7.2 to 2.7.3 (dependabot-preview[bot])
7faf8fb build(deps): bump onchange from 7.0.0 to 7.0.1 (dependabot-preview[bot])
9e888fb build(deps): bump jest-cli from 25.4.0 to 25.5.0 (dependabot-preview[bot])
489e7ff build(deps): bump babel-jest from 25.4.0 to 25.5.0 (dependabot-preview[bot])
737151a build(deps): bump jest from 25.4.0 to 25.5.0 (dependabot-preview[bot])
06459f0 build(deps): bump @babel/core from 7.9.0 to 7.9.6 (dependabot-preview[bot])
ddc3ff0 build(deps): bump onchange from 7.0.1 to 7.0.2 (dependabot-preview[bot])
8382d0d build(deps): bump babel-jest from 25.5.0 to 25.5.1 (dependabot-preview[bot])
743b80b build(deps): bump @babel/preset-env from 7.9.5 to 7.9.6 (dependabot-preview[bot])
562f3b4 build(deps): bump jest-cli from 25.5.0 to 25.5.2 (dependabot-preview[bot])
10d64cd build(deps): bump rollup from 2.7.3 to 2.7.5 (dependabot-preview[bot])
f4970a7 build(deps): bump jest-cli from 25.5.2 to 25.5.3 (dependabot-preview[bot])
7b9d247 build(deps): bump rollup from 2.7.5 to 2.7.6 (dependabot-preview[bot])
0ce350d build(deps): bump jest from 25.5.0 to 25.5.3 (dependabot-preview[bot])
8a48ab6 build(deps): bump jest-cli from 25.5.3 to 25.5.4 (dependabot-preview[bot])
4efcbfe build(deps): bump jest from 25.5.3 to 25.5.4 (dependabot-preview[bot])
e8b65d3 build(deps): bump jest-cli from 25.5.4 to 26.0.0 (dependabot-preview[bot])
b424bca build(deps): bump eslint-plugin-jest from 23.8.2 to 23.9.0 (dependabot-preview[bot])
47526de build(deps): bump jest from 25.5.4 to 26.0.0 (dependabot-preview[bot])
22f4efa build(deps): bump babel-jest from 25.5.1 to 26.0.0 (dependabot-preview[bot])
97c9739 build(deps): bump babel-jest from 26.0.0 to 26.0.1 (dependabot-preview[bot])
ae0e936 build(deps): bump jest from 26.0.0 to 26.0.1 (dependabot-preview[bot])
33d4551 build(deps): bump rollup from 2.7.6 to 2.8.0 (dependabot-preview[bot])
5d6809f build(deps): bump date-fns from 2.12.0 to 2.13.0 (dependabot-preview[bot])
89aaeff fix: Temporarily remove ts typings (ealush)
  • Loading branch information
ealush committed May 7, 2020
1 parent 89aaeff commit abb72e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## vest: [1.0.10] - 2020-05-07

### Fixed and improved
- 3c17e85 added: runWithContext interface (ealush)
- 1d1871b fix: use default values when field not found in output methods (ealush)
- 89aaeff fix: Temporarily remove ts typings (ealush)

## vest: [1.0.9] - 2020-04-14

2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "1.0.9",
"version": "1.0.10",
"description": "Validation Test",
"main": "./dist/vest.min.js",
"author": "ealush",
Expand Down

0 comments on commit abb72e0

Please sign in to comment.