Skip to content

Commit

Permalink
Merge pull request #404 from saasquatch/microsite-verify-fix
Browse files Browse the repository at this point in the history
[Bug fix] Microsite verification fix
  • Loading branch information
Locrian24 committed Jun 3, 2024
2 parents 3ae8bc5 + d3f8525 commit bd58e0a
Show file tree
Hide file tree
Showing 20 changed files with 375 additions and 281 deletions.
11 changes: 10 additions & 1 deletion packages/bedrock-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.5] - 2024-05-30

### Updated

- `@saasquatch/component-boilerplate` package bump
- `dom-context` package bump
- `dom-context-hooks` package bump

## [1.4.4] - 2023-05-07

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

[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.4...HEAD
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.4.5...HEAD
[1.4.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.5
[1.4.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.4
[1.4.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.3
[1.4.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.4.2
Expand Down
78 changes: 39 additions & 39 deletions packages/bedrock-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/bedrock-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saasquatch/bedrock-components",
"title": "Bedrock Components",
"version": "1.4.4",
"version": "1.4.5",
"description": "Component library that adds advanced logic to your widgets and pages. Built and maintained by Saasquatch.",
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Bedrock.svg",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@raisins/stencil-docs-target": "^1.0.0",
"@saasquatch/component-boilerplate": "^1.6.4",
"@saasquatch/dom-context-hooks": "^1.0.3",
"@saasquatch/component-boilerplate": "^1.6.5",
"@saasquatch/dom-context-hooks": "^1.0.5",
"@saasquatch/stencil-hooks": "^2.0.2",
"@saasquatch/stencilbook": "^1.0.0",
"@saasquatch/universal-hooks": "^1.0.0",
"@stencil/core": "^2.8.1",
"deepmerge": "^4.2.2",
"dom-context": "^1.2.0",
"dom-context": "^1.3.1",
"graphql-request": "^4.3.0",
"highlight.js": "^11.2.0",
"jsonata": "^1.8.4"
Expand Down
11 changes: 10 additions & 1 deletion packages/component-boilerplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.5] - 2024-05-30

### Changed

- `@saasquatch/component-environment` package bump
- `dom-context` package bump
- `dom-context-hooks` package bump

## [1.6.4] - 2024-05-07

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

[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.5...HEAD
[1.6.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.5
[1.6.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.4
[1.6.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.3
[1.6.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.2
Expand Down
54 changes: 27 additions & 27 deletions packages/component-boilerplate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/component-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saasquatch/component-boilerplate",
"version": "1.6.4",
"version": "1.6.5",
"private": false,
"description": "Boilerplate for writing web components for the SaaSquatch widget environments",
"source": "src/index.ts",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"dependencies": {
"@formatjs/intl": "^1.8.2",
"@saasquatch/component-environment": "^1.0.6",
"@saasquatch/dom-context-hooks": "^1.0.3",
"@saasquatch/component-environment": "^1.0.8",
"@saasquatch/dom-context-hooks": "^1.0.5",
"@saasquatch/stencil-hooks": "^2.0.2",
"@saasquatch/universal-hooks": "^1.0.0",
"@wry/equality": "^0.5.2",
"debounce": "^1.2.0",
"dom-context": "^1.2.0",
"dom-context": "^1.3.1",
"fast-equals": "^5.0.1",
"fast-memoize": "^2.5.2",
"graphql": "^15.5.0",
Expand Down
Loading

0 comments on commit bd58e0a

Please sign in to comment.