Skip to content

Commit 6e9b766

Browse files
authored
Merge pull request #403 from saasquatch/bedrock-environment-bump
[Bedrock] bump component-boilerplate
2 parents 96c4a47 + 0d130d5 commit 6e9b766

3 files changed

Lines changed: 27 additions & 20 deletions

File tree

packages/bedrock-components/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.4] - 2023-05-07
11+
12+
### Updated
13+
14+
- `@saasquatch/component-boilerplate` package bump
15+
1016
## [1.4.3] - 2023-04-02
1117

1218
### Updated
@@ -154,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154160
- \<sqb-conditional-section>
155161
- \<sqb-program-section>
156162

157-
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.3...HEAD
163+
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.4...HEAD
164+
[1.4.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.4
158165
[1.4.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.3
159166
[1.4.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.2
160167
[1.4.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.1

packages/bedrock-components/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bedrock-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saasquatch/bedrock-components",
33
"title": "Bedrock Components",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"description": "Component library that adds advanced logic to your widgets and pages. Built and maintained by Saasquatch.",
66
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Bedrock.svg",
77
"main": "dist/index.cjs.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@raisins/stencil-docs-target": "^1.0.0",
39-
"@saasquatch/component-boilerplate": "^1.6.3",
39+
"@saasquatch/component-boilerplate": "^1.6.4",
4040
"@saasquatch/dom-context-hooks": "^1.0.3",
4141
"@saasquatch/stencil-hooks": "^2.0.2",
4242
"@saasquatch/stencilbook": "^1.0.0",

0 commit comments

Comments
 (0)