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]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @bedrock-layout/[email protected]
 - @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 Mar 8, 2022
1 parent 51b2920 commit 62412d7
Show file tree
Hide file tree
Showing 34 changed files with 241 additions and 52 deletions.
11 changes: 11 additions & 0 deletions packages/appboundary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* **appboundary:** make Appboundary accept number or CSSLength ([5a9af41](https://github.com/Bedrock-Layouts/Bedrock/commit/5a9af41d16c94620c21267160f23a204afbc7022))





# 2.4.0 (2022-03-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/appboundary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/appboundary",
"version": "2.4.0",
"version": "2.5.0",
"description": "bedrock-layout appboundary",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/center": "^2.5.0",
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/center": "^2.6.0",
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/bedrock-layout-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.5.4 (2022-03-08)

**Note:** Version bump only for package @bedrock-layout/bedrock-layout-css





## [1.5.3](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-23)


Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.5.4",
"description": "bedrock-layout css version",
"sideEffects": false,
"private": false,
Expand All @@ -27,7 +27,7 @@
"lib"
],
"devDependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/center/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* **column-drop:** make gutter open to any number of csslength ([e25de64](https://github.com/Bedrock-Layouts/Bedrock/commit/e25de64dd912fa32b6a2d51e02f2fcc3914e3196))





# 2.5.0 (2022-03-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/center",
"version": "2.5.0",
"version": "2.6.0",
"description": "bedrock-layout center",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
12 changes: 12 additions & 0 deletions packages/column-drop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2022-03-08)


### Features

* **column-drop:** make gutter open to any number of csslength ([e25de64](https://github.com/Bedrock-Layouts/Bedrock/commit/e25de64dd912fa32b6a2d51e02f2fcc3914e3196))
* **cover:** change cover to use number or CSSlength as Gutter as well ([6768cc4](https://github.com/Bedrock-Layouts/Bedrock/commit/6768cc4662d315989a07ad2a7586167f67a783bb))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "1.4.0",
"description": "bedrock-layout column-drop",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
13 changes: 13 additions & 0 deletions packages/columns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* add number and CSSLength as valid gutter options for stack, split, and columns components ([2d4b6a9](https://github.com/Bedrock-Layouts/Bedrock/commit/2d4b6a94d8aac2b3a842feca2959cb6b0535405b))
* **appboundary:** make Appboundary accept number or CSSLength ([5a9af41](https://github.com/Bedrock-Layouts/Bedrock/commit/5a9af41d16c94620c21267160f23a204afbc7022))
* **cover:** change cover to use number or CSSlength as Gutter as well ([6768cc4](https://github.com/Bedrock-Layouts/Bedrock/commit/6768cc4662d315989a07ad2a7586167f67a783bb))





# 2.4.0 (2022-03-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/columns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/columns",
"version": "2.4.0",
"version": "2.5.0",
"description": "bedrock-layout columns",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0",
"@bedrock-layout/stack": "^2.3.9",
"@bedrock-layout/spacing-constants": "^2.8.0",
"@bedrock-layout/stack": "^2.4.0",
"@bedrock-layout/type-utils": "^0.0.14",
"@bedrock-layout/use-container-query": "^1.4.0",
"@bedrock-layout/use-forwarded-ref": "^1.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/cover/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.4.0 (2022-03-08)


### Features

* **cover:** change cover to use number or CSSlength as Gutter as well ([6768cc4](https://github.com/Bedrock-Layouts/Bedrock/commit/6768cc4662d315989a07ad2a7586167f67a783bb))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/cover",
"version": "2.3.2",
"version": "2.4.0",
"description": "bedrock-layout cover",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/frame/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.4.1 (2022-03-08)

**Note:** Version bump only for package @bedrock-layout/frame





# 2.4.0 (2022-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/frame",
"version": "2.4.0",
"version": "2.4.1",
"description": "bedrock-layout frame",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
11 changes: 11 additions & 0 deletions packages/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.4.0 (2022-03-08)


### Features

* **grid:** align the gutter usage for Grid ([932dd80](https://github.com/Bedrock-Layouts/Bedrock/commit/932dd80021640cffc917589734f7ea480a7ae2e7))





## 2.3.2 (2022-02-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/grid",
"version": "2.3.2",
"version": "2.4.0",
"description": "bedrock-layout grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
11 changes: 11 additions & 0 deletions packages/inline-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* **inline:** make inline and inline-cluster accept and valid gutter length ([4e68d03](https://github.com/Bedrock-Layouts/Bedrock/commit/4e68d03969ebc4aeb317e05dd199ac6095a0bf9d))





# 2.5.0 (2022-03-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/inline-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/inline-cluster",
"version": "2.5.0",
"version": "2.6.0",
"description": "bedrock-layout inline-cluster",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
11 changes: 11 additions & 0 deletions packages/inline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* **inline:** make inline and inline-cluster accept and valid gutter length ([4e68d03](https://github.com/Bedrock-Layouts/Bedrock/commit/4e68d03969ebc4aeb317e05dd199ac6095a0bf9d))





# 2.4.0 (2022-03-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/inline",
"version": "2.4.0",
"version": "2.5.0",
"description": "bedrock-layout inline",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,8 +36,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/inline-cluster": "^2.5.0",
"@bedrock-layout/spacing-constants": "^2.7.0"
"@bedrock-layout/inline-cluster": "^2.6.0",
"@bedrock-layout/spacing-constants": "^2.8.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
11 changes: 11 additions & 0 deletions packages/masonry-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-03-08)


### Features

* **grid:** align the gutter usage for Grid ([932dd80](https://github.com/Bedrock-Layouts/Bedrock/commit/932dd80021640cffc917589734f7ea480a7ae2e7))





# 2.5.0 (2022-03-03)


Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "2.6.0",
"description": "bedrock-layout masonry-grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/grid": "^2.3.2",
"@bedrock-layout/spacing-constants": "^2.7.0",
"@bedrock-layout/grid": "^2.4.0",
"@bedrock-layout/spacing-constants": "^2.8.0",
"@bedrock-layout/use-resize-observer": "^1.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 62412d7

Please sign in to comment.