@mistertemp/libs-front-shared 2.0.0-alpha.0 → 2.0.0

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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/mistertemp/shared-libs-front/compare/@mistertemp/libs-front-shared@1.2.1...@mistertemp/libs-front-shared@2.0.0) (2025-09-05)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * upgrade to react 18 ([#598](https://github.com/mistertemp/shared-libs-front/issues/598))
9
+
10
+ ### Features
11
+
12
+ * upgrade to react 18 ([#598](https://github.com/mistertemp/shared-libs-front/issues/598)) ([1c99d25](https://github.com/mistertemp/shared-libs-front/commit/1c99d251f613727b4a701e9285ceedddd133c2ff))
13
+
3
14
  ## [1.2.1](https://github.com/mistertemp/shared-libs-front/compare/@mistertemp/libs-front-shared@1.2.0...@mistertemp/libs-front-shared@1.2.1) (2025-08-08)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mistertemp/libs-front-shared",
3
- "version": "2.0.0-alpha.0",
3
+ "version": "2.0.0",
4
4
  "main": "index.ts",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@axe-core/react": "4.10.0",
25
- "@mistertemp/design-system": "13.0.0-alpha.3",
25
+ "@mistertemp/design-system": "13.0.0",
26
26
  "@mistertemp/libs-work-environments": "0.8.1",
27
27
  "@mistertemp/types-shared": "2.7.0",
28
28
  "@testing-library/dom": "10.4.1",
@@ -57,11 +57,11 @@
57
57
  "prettier": "3.6.2",
58
58
  "react": "18.3.1",
59
59
  "react-dom": "18.3.1",
60
- "react-hook-form": "7.60.0",
60
+ "react-hook-form": "7.62.0",
61
61
  "react-i18next": "15.7.3",
62
62
  "react-router-dom": "7.8.2",
63
63
  "react-transition-group": "4.4.5",
64
- "sass": "1.91.0",
64
+ "sass": "1.92.0",
65
65
  "stylelint": "16.23.1",
66
66
  "stylelint-config-idiomatic-order": "10.0.0",
67
67
  "stylelint-config-standard-scss": "15.0.1",