Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jan 6, 2019
1 parent 2a1eff6 commit b80031b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "webpack-dev-server"
Expand All @@ -11,7 +11,7 @@
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"cloudinary-core": "^2.5.0",
"css-customs-loader": "^0.2.2",
"css-customs-loader": "^0.2.3",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/css-customs-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-customs-loader",
"version": "0.2.2",
"version": "0.2.3",
"description": "Exposes custom properties, custom media queries and custom selectors to JavaScript",
"main": "index.js",
"repository": "https://github.com/silvenon/css-customs",
Expand Down
5 changes: 2 additions & 3 deletions packages/gatsby-plugin-css-customs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-css-customs",
"version": "0.2.2",
"version": "0.2.3",
"description": "Gatsby plugin that implements css-customs-loader",
"main": "index.js",
"repository": "https://github.com/silvenon/css-customs",
Expand All @@ -19,9 +19,8 @@
"engines": {
"node": ">= 8.9.0"
},
"peerDependencies": {},
"dependencies": {
"css-customs-loader": "^0.2.2",
"css-customs-loader": "^0.2.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0"
},
Expand Down

0 comments on commit b80031b

Please sign in to comment.