Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Apr 25, 2024
1 parent 71cb39c commit 0977fb9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.0.7",
"version": "0.0.8",
"scripts": {
"compile": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"copy": "cp -r dist/ ../website/public/benchmarks"
Expand All @@ -10,8 +10,8 @@
"@css-hooks/react": "^1.8.1",
"@emotion/css": "^11.7.1",
"aphrodite": "^2.4.0",
"brandeur": "^0.0.7",
"brandeur-plugin-prefixer": "^0.0.7",
"brandeur": "^0.0.8",
"brandeur-plugin-prefixer": "^0.0.8",
"classnames": "^2.2.6",
"d3-scale-chromatic": "1.2.0",
"fela": "^12.2.1",
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.0.7",
"version": "0.0.8",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/brandeur-plugin-enforce-longhands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-enforce-longhands",
"version": "0.0.7",
"version": "0.0.8",
"description": "Brandeur plugin that enforces longhand properties over shorthand properties",
"typings": "index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/preset-env": "^7.23.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"brandeur-plugin-sort-properties": "^0.0.7",
"brandeur-plugin-sort-properties": "^0.0.8",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"rimraf": "^5.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/brandeur-plugin-prefixer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-prefixer",
"version": "0.0.7",
"version": "0.0.8",
"description": "Brandeur plugin that adds vendor prefixes",
"typings": "index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/preset-env": "^7.23.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"brandeur": "^0.0.7",
"brandeur": "^0.0.8",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"rimraf": "^5.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/brandeur-plugin-responsive-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-responsive-values",
"version": "0.0.7",
"version": "0.0.8",
"description": "Brandeur plugin to resolve responsive array values",
"typings": "index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@babel/preset-env": "^7.23.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"brandeur-plugin-sort-properties": "^0.0.7",
"brandeur-plugin-sort-properties": "^0.0.8",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"rimraf": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur-plugin-sort-properties/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-sort-properties",
"version": "0.0.7",
"version": "0.0.8",
"description": "Brandeur plugin that sorts properties according a priority map",
"typings": "index.d.ts",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur",
"version": "0.0.7",
"version": "0.0.8",
"description": "Convenience layer and tool belt for css-hooks",
"typings": "index.d.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 0977fb9

Please sign in to comment.