Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: surveyjs/custom-widgets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.39
Choose a base ref
...
head repository: surveyjs/custom-widgets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.40
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 10, 2021

  1. Bump elliptic from 6.5.2 to 6.5.4

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.2...v6.5.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ae39dca View commit details

Commits on Mar 31, 2021

  1. Bump y18n from 3.2.1 to 3.2.2

    Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 31, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1685ebf View commit details

Commits on Apr 1, 2021

  1. Copy the full SHA
    7cb7f77 View commit details
  2. Copy the full SHA
    67341bb View commit details

Commits on Apr 5, 2021

  1. Copy the full SHA
    00c130c View commit details
Showing with 27 additions and 17 deletions.
  1. +2 −0 CHANGELOG.md
  2. +24 −16 package-lock.json
  3. +1 −1 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.

### [1.8.40](https://github.com/surveyjs/custom-widgets/compare/v1.8.39...v1.8.40) (2021-04-05)

### [1.8.39](https://github.com/surveyjs/custom-widgets/compare/v1.8.38...v1.8.39) (2021-03-31)

### [1.8.38](https://github.com/surveyjs/custom-widgets/compare/v1.8.37...v1.8.38) (2021-03-29)
40 changes: 24 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
"version": "1.8.39",
"version": "1.8.40",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",