Skip to content

Commit 319d2b9

Browse files
authored
Merge pull request #391 from eccenca/maintain/mergeReleaseTag-v25.2.0
Release process changes from v25.2.0
2 parents cb75fef + 56fdb69 commit 319d2b9

3 files changed

Lines changed: 217 additions & 234 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [25.2.0] - 2026-04-30
10+
911
### Added
1012

1113
- `<CodeAutocompleteField />`

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eccenca/gui-elements",
33
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
4-
"version": "25.1.0",
4+
"version": "25.2.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/eccenca/gui-elements",
77
"bugs": "https://github.com/eccenca/gui-elements/issues",
@@ -122,15 +122,15 @@
122122
"@eslint/eslintrc": "^3.3.1",
123123
"@eslint/js": "^9.39.1",
124124
"@storybook/addon-actions": "^8.6.14",
125-
"@storybook/addon-essentials": "^8.6.14",
125+
"@storybook/addon-essentials": "^8.6.18",
126126
"@storybook/addon-jest": "^8.6.14",
127127
"@storybook/addon-links": "^8.6.14",
128128
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
129-
"@storybook/cli": "^8.6.14",
129+
"@storybook/cli": "^8.6.18",
130130
"@storybook/preset-scss": "^1.0.3",
131-
"@storybook/react": "^8.6.14",
132-
"@storybook/react-webpack5": "^8.6.14",
133-
"@storybook/test": "^8.6.14",
131+
"@storybook/react": "^8.6.18",
132+
"@storybook/react-webpack5": "^8.6.18",
133+
"@storybook/test": "^8.6.18",
134134
"@testing-library/jest-dom": "^6.9.1",
135135
"@testing-library/react": "^12.1.5",
136136
"@types/color": "^3.0.6",
@@ -164,7 +164,7 @@
164164
"rimraf": "^6.1.3",
165165
"sass": "1.62.1",
166166
"sass-loader": "10.3.1",
167-
"storybook": "^8.6.14",
167+
"storybook": "^8.6.18",
168168
"stylelint": "^17.6.0",
169169
"stylelint-config-recess-order": "^7.7.0",
170170
"stylelint-config-standard-scss": "^17.0.0",
@@ -187,7 +187,10 @@
187187
"hast-util-from-parse5": "8.0.0",
188188
"**/picomatch": "^2.3.2",
189189
"**/minimatch": "^3.1.4",
190-
"**/lodash": "^4.18.0"
190+
"**/lodash": "^4.18.0",
191+
"**/serialize-javascript": "^7.0.3",
192+
"**/tar": "^7.5.11",
193+
"**/immutable": "^4.3.8"
191194
},
192195
"husky": {
193196
"hooks": {

0 commit comments

Comments
 (0)