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.9.102
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.9.103
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 15, 2023

  1. Copy the full SHA
    7737877 View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 CHANGELOG.md
  2. +1 −1 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.9.103](https://github.com/surveyjs/custom-widgets/compare/v1.9.102...v1.9.103) (2023-08-15)

### [1.9.102](https://github.com/surveyjs/custom-widgets/compare/v1.9.101...v1.9.102) (2023-08-08)

### [1.9.101](https://github.com/surveyjs/custom-widgets/compare/v1.9.100...v1.9.101) (2023-08-02)
2 changes: 1 addition & 1 deletion 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.9.102",
"version": "1.9.103",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env buildType=dev --watch",