Skip to content

Commit ee3f27a

Browse files
Release: 2.0.3 [azurepipelines skip]
1 parent a704095 commit ee3f27a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/survey-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [2.0.3](https://github.com/surveyjs/surveyjs/compare/v2.0.2...v2.0.3) (2025-04-02)

packages/survey-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "survey-core",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"scripts": {
55
"build": "webpack --env buildType=dev --env emitDeclarations --env emitNonSourceFiles && webpack --env buildType=prod && rollup -c",
66
"build:i18n": "webpack --config ./webpack.i18n.config.js --env buildType=dev && webpack --config ./webpack.i18n.config.js --env buildType=prod && rollup -c rollup.i18n.config.js",
@@ -72,4 +72,4 @@
7272
"package.json"
7373
]
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)