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]
  • Loading branch information
Jarvis1010 committed Feb 10, 2022
1 parent 50963c2 commit b657e3b
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 23 deletions.
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.11](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-10)

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





## [2.3.10](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/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.10",
"version": "2.3.11",
"description": "bedrock-layout columns",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -38,8 +38,8 @@
"@bedrock-layout/spacing-constants": "^2.7.0",
"@bedrock-layout/stack": "^2.3.8",
"@bedrock-layout/type-utils": "^0.0.14",
"@bedrock-layout/use-container-query": "^1.3.1",
"@bedrock-layout/use-forwarded-ref": "^1.1.11"
"@bedrock-layout/use-container-query": "^1.3.2",
"@bedrock-layout/use-forwarded-ref": "^1.1.12"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/masonry-grid/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.2](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-10)

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





## [2.4.1](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/masonry-grid
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.4.1",
"version": "2.4.2",
"description": "bedrock-layout masonry-grid",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@bedrock-layout/grid": "^2.3.1",
"@bedrock-layout/spacing-constants": "^2.7.0",
"@bedrock-layout/use-resize-observer": "^1.1.1"
"@bedrock-layout/use-resize-observer": "^1.1.2"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
11 changes: 11 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2022-02-10)


### Features

* **primitives:** add the primitives package ([d70628a](https://github.com/Bedrock-Layouts/Bedrock/commit/d70628ad84b1b995b17c223f510c6ab4303d8a3b))
16 changes: 8 additions & 8 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.0.0",
"version": "1.1.0",
"description": "bedrock-layout primitives",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -42,24 +42,24 @@
"@bedrock-layout/appboundary": "^2.1.0",
"@bedrock-layout/center": "^2.1.0",
"@bedrock-layout/column-drop": "^1.0.0",
"@bedrock-layout/columns": "^2.1.15",
"@bedrock-layout/columns": "^2.3.11",
"@bedrock-layout/cover": "^2.0.13",
"@bedrock-layout/css-reset": "^1.0.15",
"@bedrock-layout/frame": "^2.1.14",
"@bedrock-layout/grid": "^2.1.0",
"@bedrock-layout/inline": "^2.0.16",
"@bedrock-layout/inline-cluster": "^2.0.13",
"@bedrock-layout/masonry-grid": "^2.1.0",
"@bedrock-layout/masonry-grid": "^2.4.2",
"@bedrock-layout/padbox": "^2.0.13",
"@bedrock-layout/reel": "^1.0.1",
"@bedrock-layout/spacing-constants": "^2.3.0",
"@bedrock-layout/split": "^2.1.16",
"@bedrock-layout/split": "^2.3.12",
"@bedrock-layout/stack": "^2.1.9",
"@bedrock-layout/type-utils": "^0.0.12",
"@bedrock-layout/use-container-query": "^1.2.6",
"@bedrock-layout/use-forwarded-ref": "^1.1.8",
"@bedrock-layout/use-resize-observer": "^1.0.0",
"@bedrock-layout/use-stateful-ref": "^1.1.8"
"@bedrock-layout/use-container-query": "^1.3.2",
"@bedrock-layout/use-forwarded-ref": "^1.1.12",
"@bedrock-layout/use-resize-observer": "^1.1.2",
"@bedrock-layout/use-stateful-ref": "^1.2.0"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/split/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.12](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-02-10)

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





## [2.3.11](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/split
Expand Down
6 changes: 3 additions & 3 deletions packages/split/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/split",
"version": "2.3.11",
"version": "2.3.12",
"description": "bedrock-layout split",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -38,8 +38,8 @@
"@bedrock-layout/spacing-constants": "^2.7.0",
"@bedrock-layout/stack": "^2.3.8",
"@bedrock-layout/type-utils": "^0.0.14",
"@bedrock-layout/use-container-query": "^1.3.1",
"@bedrock-layout/use-forwarded-ref": "^1.1.11"
"@bedrock-layout/use-container-query": "^1.3.2",
"@bedrock-layout/use-forwarded-ref": "^1.1.12"
},
"peerDependencies": {
"react": "^16.8 || ^17",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-container-query/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.3.2 (2022-02-10)

**Note:** Version bump only for package @bedrock-layout/use-container-query





## [1.3.1](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-01-26)

**Note:** Version bump only for package @bedrock-layout/use-container-query
Expand Down
4 changes: 2 additions & 2 deletions packages/use-container-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/use-container-query",
"version": "1.3.1",
"version": "1.3.2",
"description": "bedrock-layout useContainerQuery",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"react": "^16.8 || ^17"
},
"dependencies": {
"@bedrock-layout/use-resize-observer": "^1.1.1"
"@bedrock-layout/use-resize-observer": "^1.1.2"
},
"gitHead": "1ac6f1bbee09a2fae8ca4fd3b3a2b1086b3b64ec"
}
8 changes: 8 additions & 0 deletions packages/use-forwarded-ref/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.1.12 (2022-02-10)

**Note:** Version bump only for package @bedrock-layout/use-forwarded-ref





## 1.1.11 (2021-11-06)

**Note:** Version bump only for package @bedrock-layout/use-forwarded-ref
Expand Down
4 changes: 2 additions & 2 deletions packages/use-forwarded-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/use-forwarded-ref",
"version": "1.1.11",
"version": "1.1.12",
"description": "bedrock-layout useForwardedRef",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"react": "^16.8 || ^17"
},
"dependencies": {
"@bedrock-layout/use-stateful-ref": "^1.1.11"
"@bedrock-layout/use-stateful-ref": "^1.2.0"
},
"gitHead": "1ac6f1bbee09a2fae8ca4fd3b3a2b1086b3b64ec"
}
8 changes: 8 additions & 0 deletions packages/use-resize-observer/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.1.2 (2022-02-10)

**Note:** Version bump only for package @bedrock-layout/use-resize-observer





## [1.1.1](https://github.com/Bedrock-Layouts/Bedrock/compare/@bedrock-layout/[email protected]...@bedrock-layout/[email protected]) (2022-01-26)

**Note:** Version bump only for package @bedrock-layout/use-resize-observer
Expand Down
4 changes: 2 additions & 2 deletions packages/use-resize-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/use-resize-observer",
"version": "1.1.1",
"version": "1.1.2",
"description": "bedrock-layout useResizeObserver",
"sideEffects": false,
"private": false,
Expand Down Expand Up @@ -57,7 +57,7 @@
"react": "^16.8 || ^17"
},
"dependencies": {
"@bedrock-layout/use-stateful-ref": "^1.1.8"
"@bedrock-layout/use-stateful-ref": "^1.2.0"
},
"gitHead": "1ac6f1bbee09a2fae8ca4fd3b3a2b1086b3b64ec"
}
11 changes: 11 additions & 0 deletions packages/use-stateful-ref/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.

# 1.2.0 (2022-02-10)


### Features

* **primitives:** add the primitives package ([d70628a](https://github.com/Bedrock-Layouts/Bedrock/commit/d70628ad84b1b995b17c223f510c6ab4303d8a3b))





## 1.1.11 (2021-11-06)

**Note:** Version bump only for package @bedrock-layout/use-stateful-ref
Expand Down
2 changes: 1 addition & 1 deletion packages/use-stateful-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-layout/use-stateful-ref",
"version": "1.1.11",
"version": "1.2.0",
"description": "bedrock-layout useStatefulRef",
"sideEffects": false,
"private": false,
Expand Down

0 comments on commit b657e3b

Please sign in to comment.