react-lgpd-consent 0.9.2 → 0.9.3

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e567094`](https://github.com/lucianoedipo/react-lgpd-consent/commit/e567094c999a9727cdbf6c31362d14759f7eba2e) Thanks [@lucianoedipo](https://github.com/lucianoedipo)! - chore: atualização de dependências
8
+
9
+ - Updated dependencies [[`e567094`](https://github.com/lucianoedipo/react-lgpd-consent/commit/e567094c999a9727cdbf6c31362d14759f7eba2e)]:
10
+ - @react-lgpd-consent/core@0.9.3
11
+ - @react-lgpd-consent/mui@0.9.3
12
+
3
13
  ## 0.9.2
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-lgpd-consent",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Biblioteca de consentimento LGPD, integrações nativas e sistema extensível para React.",
5
5
  "keywords": [
6
6
  "lgpd",
@@ -82,8 +82,8 @@
82
82
  "peerDependencies": {
83
83
  "@mui/icons-material": "^7.3.7",
84
84
  "@mui/material": "^7.3.7",
85
- "react": "^18.2.0 || ^19.0.0",
86
- "react-dom": "^18.2.0 || ^19.0.0"
85
+ "react": "^19.2.4",
86
+ "react-dom": "^19.2.4"
87
87
  },
88
88
  "peerDependenciesMeta": {
89
89
  "@mui/icons-material": {
@@ -94,8 +94,8 @@
94
94
  }
95
95
  },
96
96
  "dependencies": {
97
- "@react-lgpd-consent/core": "^0.9.2",
98
- "@react-lgpd-consent/mui": "^0.9.2"
97
+ "@react-lgpd-consent/core": "^0.9.3",
98
+ "@react-lgpd-consent/mui": "^0.9.3"
99
99
  },
100
100
  "size-limit": [
101
101
  {