@vchasno/ui-kit 0.4.51 → 0.4.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.4.52] - 2025-05-19
11
+
12
+ ## Changed
13
+
14
+ - support for React@19
15
+
10
16
  ## [0.4.50] - 2025-04-07
11
17
 
12
18
  ## Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vchasno/ui-kit",
3
- "version": "0.4.51",
3
+ "version": "0.4.52",
4
4
  "description": "React UI components for Vchasno applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "lint:css": "stylelint \"src/**/*.css\"",
21
21
  "lint:css:fix": "stylelint \"src/**/*.css\" --fix",
22
22
  "build": "rollup -c",
23
- "pub": "npm run build && npm login && npm publish --access public --scope=@vchasno",
23
+ "pub": "npm run build && npm publish --access public --scope=@vchasno",
24
24
  "storybook": "storybook dev -p 6006",
25
25
  "build-storybook": "storybook build",
26
26
  "test": "jest --ci --coverage --collectCoverageFrom=src/components/**/*.{ts,tsx}",
@@ -93,8 +93,8 @@
93
93
  "webpack": "5.97.1"
94
94
  },
95
95
  "peerDependencies": {
96
- "react": "^16.8.0 || ^17 || ^18",
97
- "react-dom": "^16.8.0 || ^17 || ^18"
96
+ "react": "^16.8.0 || ^17 || ^18 || ^19",
97
+ "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
98
98
  },
99
99
  "dependencies": {
100
100
  "@emotion/react": "11.13.3",