@gnist/design-system 0.1.13 → 1.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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@0.1.13...@gnist/design-system@1.0.0) (2025-01-13)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * Enables use of gnist for projects running on react 19.
11
+
12
+ ### Features
13
+
14
+ * enable react 19 as peer dependency ([3b5ef98](https://github.com/mollerdigital/design-system-design-system/commit/3b5ef981e698776cf36130882a0d359a063b7975))
15
+
6
16
  ## [0.1.13](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@0.1.12...@gnist/design-system@0.1.13) (2025-01-10)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "0.1.13",
3
+ "version": "1.0.0",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@formkit/auto-animate": "^0.7.0",
51
51
  "@gnist/component-utils": "2.0.0",
52
- "@gnist/themes": "^0.2.0",
52
+ "@gnist/themes": "^1.0.0",
53
53
  "@mui/base": "^5.0.0-beta.36",
54
54
  "@vanilla-extract/css": "^1.14.1",
55
55
  "@vanilla-extract/css-utils": "^0.1.3",
@@ -61,10 +61,10 @@
61
61
  "react-content-loader": "^6.2.1"
62
62
  },
63
63
  "peerDependencies": {
64
- "@types/react": "^17.0.45 || ^18.0.0",
65
- "@types/react-dom": "^17.0.0 || ^18.0.0",
66
- "react": "^17.0.0 || ^18.0.0",
67
- "react-dom": "^17.0.0 || ^18.0.0"
64
+ "@types/react": "^17.0.45 || ^18.0.0 || ^19.0.0",
65
+ "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
66
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
67
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@gnist/eslint-config": "0.0.0",
@@ -113,5 +113,5 @@
113
113
  "optional": true
114
114
  }
115
115
  },
116
- "gitHead": "7131a4e7b1e740edeb18fa56edaf6b88f7f3aba8"
116
+ "gitHead": "d5b06c9737d445bf712602cbc59e23201b56e57d"
117
117
  }