Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
  • Loading branch information
Jarvis1010 committed Jun 22, 2022
1 parent d9fe729 commit da7666b
Show file tree
Hide file tree
Showing 12 changed files with 122 additions and 11 deletions.
20 changes: 20 additions & 0 deletions packages/bedrock-layout-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **columndrop:** change basis prop to be minItemWidth ([68c2a0f](https://github.com/Bedrock-Layouts/Bedrock/commit/68c2a0fbd07f6ea218c1cfe1a4ee05db0f909184)), closes [#1178](https://github.com/Bedrock-Layouts/Bedrock/issues/1178)
* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case
* **columndrop:** basis will no longer be a valid prop for column-drop. From now on use
minItemWidth.





## [1.5.10](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-10)

**Note:** Version bump only for package @bedrock-layout/bedrock-layout-css
Expand Down
2 changes: 1 addition & 1 deletion packages/bedrock-layout-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/bedrock-layout-css",
"version": "1.5.10",
"version": "2.0.0",
"description": "bedrock-layout css version",
"sideEffects": false,
"private": false,
Expand Down
20 changes: 20 additions & 0 deletions packages/column-drop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **columndrop:** change basis prop to be minItemWidth ([68c2a0f](https://github.com/Bedrock-Layouts/Bedrock/commit/68c2a0fbd07f6ea218c1cfe1a4ee05db0f909184)), closes [#1178](https://github.com/Bedrock-Layouts/Bedrock/issues/1178)
* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case
* **columndrop:** basis will no longer be a valid prop for column-drop. From now on use
minItemWidth.





## 1.4.4 (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/column-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/column-drop",
"version": "1.4.4",
"version": "2.0.0",
"description": "bedrock-layout column-drop",
"sideEffects": false,
"private": false,
Expand Down
17 changes: 17 additions & 0 deletions packages/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case





## 2.4.4 (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/grid",
"version": "2.4.4",
"version": "3.0.0",
"description": "bedrock-layout grid",
"sideEffects": false,
"private": false,
Expand Down
17 changes: 17 additions & 0 deletions packages/inline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case





## 2.5.4 (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/inline",
"version": "2.5.4",
"version": "3.0.0",
"description": "bedrock-layout inline",
"sideEffects": false,
"private": false,
Expand Down
17 changes: 17 additions & 0 deletions packages/masonry-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case





## 2.6.6 (2022-06-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/masonry-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/masonry-grid",
"version": "2.6.6",
"version": "3.0.0",
"description": "bedrock-layout masonry-grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/grid": "^2.4.4",
"@bedrock-layout/grid": "^3.0.0",
"@bedrock-layout/spacing-constants": "^2.8.3",
"@bedrock-layout/use-resize-observer": "^1.2.3"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-22)


### Features

* **columndrop:** change basis prop to be minItemWidth ([68c2a0f](https://github.com/Bedrock-Layouts/Bedrock/commit/68c2a0fbd07f6ea218c1cfe1a4ee05db0f909184)), closes [#1178](https://github.com/Bedrock-Layouts/Bedrock/issues/1178)
* **inline:** add min item width to the inline component ([100a4b7](https://github.com/Bedrock-Layouts/Bedrock/commit/100a4b792b1d412c6939bb38c6a3cc7d26ee7fa8))


### BREAKING CHANGES

* **inline:** Previously the inline component would attempt to fit all the content when you did
the switchAt prop. This will no longer be the case
* **columndrop:** basis will no longer be a valid prop for column-drop. From now on use
minItemWidth.





## [1.4.9](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-06-10)


Expand Down
10 changes: 5 additions & 5 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/primitives",
"version": "1.4.9",
"version": "2.0.0",
"description": "bedrock-layout primitives",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@bedrock-layout/appboundary": "^2.5.4",
"@bedrock-layout/center": "^2.6.4",
"@bedrock-layout/column-drop": "^1.4.4",
"@bedrock-layout/column-drop": "^2.0.0",
"@bedrock-layout/columns": "^2.5.7",
"@bedrock-layout/cover": "^2.4.4",
"@bedrock-layout/css-reset": "^1.3.8",
"@bedrock-layout/frame": "^2.4.5",
"@bedrock-layout/grid": "^2.4.4",
"@bedrock-layout/inline": "^2.5.4",
"@bedrock-layout/grid": "^3.0.0",
"@bedrock-layout/inline": "^3.0.0",
"@bedrock-layout/inline-cluster": "^2.6.4",
"@bedrock-layout/masonry-grid": "^2.6.6",
"@bedrock-layout/masonry-grid": "^3.0.0",
"@bedrock-layout/padbox": "^2.3.4",
"@bedrock-layout/reel": "^1.3.4",
"@bedrock-layout/register-resize-callback": "^1.1.2",
Expand Down

0 comments on commit da7666b

Please sign in to comment.