Skip to content

Commit fe2987e

Browse files
committed
🔧 Fix @trousers/theme version
1 parent 5141ce5 commit fe2987e

File tree

4 files changed

+1055
-1044
lines changed

4 files changed

+1055
-1044
lines changed

.changeset/rare-elephants-admire.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@precursor/theme': patch
3+
---
4+
5+
Correct trousers/theme version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@testing-library/react": "^10.0.0",
4646
"@trousers/collector": "^3.0.2",
4747
"@trousers/core": "^3.0.2",
48-
"@trousers/theme": "^3.0.2",
48+
"@trousers/theme": "^3.0.0",
4949
"@types/jest": "^25.2.0",
5050
"@types/jsdom": "^12.2.3",
5151
"@types/react": "^16.8.1",

packages/theming/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@trousers/core": "^3.0.2",
11-
"@trousers/theme": "^3.0.2"
11+
"@trousers/theme": "^3.0.0"
1212
},
1313
"devDependencies": {
1414
"react": "^16.8.1"

0 commit comments

Comments
 (0)