Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit cd095f9

Browse files
Version Packages (#172)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 92e225d commit cd095f9

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.changeset/blue-shoes-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/gatsby-plugin-treat-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"babel-preset-gatsby": "^0.2.26",
88
"gatsby": "^2.18.11",
99
"gatsby-plugin-treat": "^1.6.2",
10-
"treat": "^2.0.2"
10+
"treat": "^2.0.3"
1111
},
1212
"scripts": {
1313
"clean": "gatsby clean && rm -rf node_modules/.cache",

examples/next-treat-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"next-treat": "^1.3.0",
99
"react": "^16.13.1",
1010
"react-dom": "^16.13.1",
11-
"treat": "^2.0.2"
11+
"treat": "^2.0.3"
1212
},
1313
"scripts": {
1414
"build": "next build",

packages/gatsby-plugin-treat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "index.js",
1212
"peerDependencies": {
1313
"gatsby": "^2.18.11",
14-
"treat": "^2.0.2"
14+
"treat": "^2.0.3"
1515
},
1616
"dependencies": {
1717
"babel-plugin-treat": "^1.6.2"

packages/next-treat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": "MIT",
1616
"peerDependencies": {
17-
"treat": "^2.0.2"
17+
"treat": "^2.0.3"
1818
},
1919
"devDependencies": {
2020
"treat": "*",

packages/treat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [`92e225d`](https://github.com/seek-oss/treat/commit/92e225dc05a3035245f7676cd8e85aefb428e2e5) [#164](https://github.com/seek-oss/treat/pull/164) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix webpack 5 deprecation warnings
8+
39
## 2.0.2
410

511
### Patch Changes

packages/treat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treat",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Themeable, statically extracted CSS-in-JS with near-zero runtime",
55
"main": "dist/treat.cjs.js",
66
"module": "dist/treat.esm.js",

0 commit comments

Comments
 (0)