Skip to content

Commit 87a0c8e

Browse files
committed
v2.0.0
1 parent b801555 commit 87a0c8e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

benchmarks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "benchmarks",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"scripts": {
66
"compile": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
77
"copy": "cp -r dist/ ../website/public/benchmarks"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.2",
2+
"version": "2.0.0",
33
"npmClient": "pnpm"
44
}

packages/brandeur-plugin-debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-plugin-debug",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Brandeur plugin to debug layouts",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur-plugin-enforce-longhand/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-plugin-enforce-longhand",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Brandeur plugin that enforces longhand properties over shorthand properties",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur-plugin-prefixer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-plugin-prefixer",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Brandeur plugin that adds vendor prefixes",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur-plugin-responsive-value/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-plugin-responsive-value",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Brandeur plugin to resolve responsive array values",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur-plugin-sort-property/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-plugin-sort-property",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Brandeur plugin that sorts properties according a priority map",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur-primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur-primitives",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Primitive components for brandeur",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

packages/brandeur/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brandeur",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Styling tool belt on top of css-hooks and fela plugins",
55
"repository": "https://github.com/robinweser/brandeur.git",
66
"author": "Robin Weser",

0 commit comments

Comments
 (0)