Skip to content

Commit bd58e0a

Browse files
authored
Merge pull request #404 from saasquatch/microsite-verify-fix
[Bug fix] Microsite verification fix
2 parents 3ae8bc5 + d3f8525 commit bd58e0a

20 files changed

Lines changed: 375 additions & 281 deletions

File tree

packages/bedrock-components/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.5] - 2024-05-30
11+
12+
### Updated
13+
14+
- `@saasquatch/component-boilerplate` package bump
15+
- `dom-context` package bump
16+
- `dom-context-hooks` package bump
17+
1018
## [1.4.4] - 2023-05-07
1119

1220
### Updated
@@ -160,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160168
- \<sqb-conditional-section>
161169
- \<sqb-program-section>
162170

163-
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.4...HEAD
171+
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.5...HEAD
172+
[1.4.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.5
164173
[1.4.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.4
165174
[1.4.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.3
166175
[1.4.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.2

packages/bedrock-components/package-lock.json

Lines changed: 39 additions & 39 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: 4 additions & 4 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.4",
4+
"version": "1.4.5",
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,14 +36,14 @@
3636
},
3737
"dependencies": {
3838
"@raisins/stencil-docs-target": "^1.0.0",
39-
"@saasquatch/component-boilerplate": "^1.6.4",
40-
"@saasquatch/dom-context-hooks": "^1.0.3",
39+
"@saasquatch/component-boilerplate": "^1.6.5",
40+
"@saasquatch/dom-context-hooks": "^1.0.5",
4141
"@saasquatch/stencil-hooks": "^2.0.2",
4242
"@saasquatch/stencilbook": "^1.0.0",
4343
"@saasquatch/universal-hooks": "^1.0.0",
4444
"@stencil/core": "^2.8.1",
4545
"deepmerge": "^4.2.2",
46-
"dom-context": "^1.2.0",
46+
"dom-context": "^1.3.1",
4747
"graphql-request": "^4.3.0",
4848
"highlight.js": "^11.2.0",
4949
"jsonata": "^1.8.4"

packages/component-boilerplate/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.5] - 2024-05-30
9+
10+
### Changed
11+
12+
- `@saasquatch/component-environment` package bump
13+
- `dom-context` package bump
14+
- `dom-context-hooks` package bump
15+
816
## [1.6.4] - 2024-05-07
917

1018
### Changed
@@ -183,7 +191,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183191
- useShareEvent
184192
useForm
185193

186-
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD
194+
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.5...HEAD
195+
[1.6.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.5
187196
[1.6.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.4
188197
[1.6.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.3
189198
[1.6.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.2

packages/component-boilerplate/package-lock.json

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

packages/component-boilerplate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saasquatch/component-boilerplate",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"private": false,
55
"description": "Boilerplate for writing web components for the SaaSquatch widget environments",
66
"source": "src/index.ts",
@@ -40,13 +40,13 @@
4040
},
4141
"dependencies": {
4242
"@formatjs/intl": "^1.8.2",
43-
"@saasquatch/component-environment": "^1.0.6",
44-
"@saasquatch/dom-context-hooks": "^1.0.3",
43+
"@saasquatch/component-environment": "^1.0.8",
44+
"@saasquatch/dom-context-hooks": "^1.0.5",
4545
"@saasquatch/stencil-hooks": "^2.0.2",
4646
"@saasquatch/universal-hooks": "^1.0.0",
4747
"@wry/equality": "^0.5.2",
4848
"debounce": "^1.2.0",
49-
"dom-context": "^1.2.0",
49+
"dom-context": "^1.3.1",
5050
"fast-equals": "^5.0.1",
5151
"fast-memoize": "^2.5.2",
5252
"graphql": "^15.5.0",

0 commit comments

Comments
 (0)