Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Jul 25, 2024
1 parent a6bdd45 commit e5ce6f9
Show file tree
Hide file tree
Showing 9 changed files with 693 additions and 741 deletions.
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "1.0.0",
"version": "1.0.1",
"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 Down
2 changes: 1 addition & 1 deletion packages/brandeur-plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-debug",
"version": "1.0.0",
"version": "1.0.1",
"description": "Brandeur plugin to debug layouts",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur-plugin-enforce-longhand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-enforce-longhand",
"version": "1.0.0",
"version": "1.0.1",
"description": "Brandeur plugin that enforces longhand properties over shorthand properties",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.0.1",
"description": "Brandeur plugin that adds vendor prefixes",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur-plugin-responsive-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-responsive-value",
"version": "1.0.0",
"version": "1.0.1",
"description": "Brandeur plugin to resolve responsive array values",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur-plugin-sort-property/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-plugin-sort-property",
"version": "1.0.0",
"version": "1.0.1",
"description": "Brandeur plugin that sorts properties according a priority map",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandeur-primitives",
"version": "1.0.0",
"version": "1.0.1",
"description": "Primitive components for brandeur",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
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": "1.0.0",
"version": "1.0.1",
"description": "Styling tool belt on top of css-hooks and fela plugins",
"repository": "https://github.com/robinweser/brandeur.git",
"author": "Robin Weser",
Expand Down
Loading

0 comments on commit e5ce6f9

Please sign in to comment.