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

Commit

Permalink
Version Packages (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 27, 2021
1 parent aa82025 commit 1cb9e4d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-pots-judge.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/gatsby-plugin-treat-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"babel-preset-gatsby": "^0.2.26",
"gatsby": "^2.18.11",
"gatsby-plugin-treat": "^1.6.2",
"treat": "^2.0.3"
"treat": "^2.0.4"
},
"scripts": {
"clean": "gatsby clean && rm -rf node_modules/.cache",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-treat-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"next-treat": "^1.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"treat": "^2.0.3"
"treat": "^2.0.4"
},
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-treat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.18.11",
"treat": "^2.0.3"
"treat": "^2.0.4"
},
"dependencies": {
"babel-plugin-treat": "^1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-treat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"peerDependencies": {
"treat": "^2.0.3"
"treat": "^2.0.4"
},
"devDependencies": {
"treat": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/treat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.4

### Patch Changes

- [`aa82025`](https://github.com/seek-oss/treat/commit/aa82025c951f4cf270a9b9676ece791ba812332d) [#175](https://github.com/seek-oss/treat/pull/175) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Check all runtimes for usage before marking CSS for removals

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/treat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treat",
"version": "2.0.3",
"version": "2.0.4",
"description": "Themeable, statically extracted CSS-in-JS with near-zero runtime",
"main": "dist/treat.cjs.js",
"module": "dist/treat.esm.js",
Expand Down

0 comments on commit 1cb9e4d

Please sign in to comment.