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]
  • Loading branch information
Jarvis1010 committed Feb 9, 2022
1 parent 1d184d9 commit 6e06701
Show file tree
Hide file tree
Showing 32 changed files with 187 additions and 36 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.3.0 (2022-02-09)


### Features

* **center:** adopt CSSLength in center ([dccb9d8](https://github.com/Bedrock-Layouts/Bedrock/commit/dccb9d8598c3fe0a8e2942be3b23ad275dd6336e))





## 2.2.6 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/appboundary
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.2.6",
"version": "2.3.0",
"description": "bedrock-layout appboundary",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/center": "^2.2.6",
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/center": "^2.3.0",
"@bedrock-layout/spacing-constants": "^2.6.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.4.6](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-09)

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





## 1.4.5 (2022-02-03)


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.4.5",
"version": "1.4.6",
"description": "bedrock-layout css version",
"sideEffects": false,
"private": false,
Expand All @@ -27,7 +27,7 @@
"lib"
],
"devDependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.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.3.0 (2022-02-09)


### Features

* **center:** adopt CSSLength in center ([dccb9d8](https://github.com/Bedrock-Layouts/Bedrock/commit/dccb9d8598c3fe0a8e2942be3b23ad275dd6336e))





## 2.2.6 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/center
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.2.6",
"version": "2.3.0",
"description": "bedrock-layout center",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/column-drop/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.2.2 (2022-02-09)

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





## 1.2.1 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/column-drop
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.2.1",
"version": "1.2.2",
"description": "bedrock-layout column-drop",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/columns/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.3.9 (2022-02-09)

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





## 2.3.8 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/columns
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.3.8",
"version": "2.3.9",
"description": "bedrock-layout columns",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1",
"@bedrock-layout/stack": "^2.3.6",
"@bedrock-layout/spacing-constants": "^2.6.0",
"@bedrock-layout/stack": "^2.3.7",
"@bedrock-layout/type-utils": "^0.0.14",
"@bedrock-layout/use-container-query": "^1.3.1",
"@bedrock-layout/use-forwarded-ref": "^1.1.11"
Expand Down
8 changes: 8 additions & 0 deletions packages/cover/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.2.7 (2022-02-09)

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





## 2.2.6 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/cover
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.2.6",
"version": "2.2.7",
"description": "bedrock-layout cover",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.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.2.8](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-09)

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





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


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.2.7",
"version": "2.2.8",
"description": "bedrock-layout frame",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.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.3.0 (2022-02-09)


### Features

* **grid:** use CSSLength type in Grid and MasonryGrid ([d7a4df5](https://github.com/Bedrock-Layouts/Bedrock/commit/d7a4df5b4b367f02df9b133223e831e2fb09c826))





## 2.2.6 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/grid
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.2.6",
"version": "2.3.0",
"description": "bedrock-layout grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/inline-cluster/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.5 (2022-02-09)

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





## 2.4.4 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/inline-cluster
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.4.4",
"version": "2.4.5",
"description": "bedrock-layout inline-cluster",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib"
],
"dependencies": {
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/spacing-constants": "^2.6.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/inline/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.3.6 (2022-02-09)

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





## 2.3.5 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/inline
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.3.5",
"version": "2.3.6",
"description": "bedrock-layout inline",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -36,8 +36,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/inline-cluster": "^2.4.4",
"@bedrock-layout/spacing-constants": "^2.5.1"
"@bedrock-layout/inline-cluster": "^2.4.5",
"@bedrock-layout/spacing-constants": "^2.6.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.4.0 (2022-02-09)


### Features

* **grid:** use CSSLength type in Grid and MasonryGrid ([d7a4df5](https://github.com/Bedrock-Layouts/Bedrock/commit/d7a4df5b4b367f02df9b133223e831e2fb09c826))





## 2.3.2 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/masonry-grid
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.3.2",
"version": "2.4.0",
"description": "bedrock-layout masonry-grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"lib"
],
"dependencies": {
"@bedrock-layout/grid": "^2.2.6",
"@bedrock-layout/spacing-constants": "^2.5.1",
"@bedrock-layout/grid": "^2.3.0",
"@bedrock-layout/spacing-constants": "^2.6.0",
"@bedrock-layout/use-resize-observer": "^1.1.1"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/padbox/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.2.0 (2022-02-09)


### Features

* **spacing-option:** add CSSLength type checking ([b08e2cc](https://github.com/Bedrock-Layouts/Bedrock/commit/b08e2cc959aeeb6f3c4e0f68cd904e5a51eab8db))





## 2.1.6 (2022-01-28)

**Note:** Version bump only for package @bedrock-layout/padbox
Expand Down
Loading

0 comments on commit 6e06701

Please sign in to comment.