Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/component-boilerplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.4] - 2024-05-07

### Changed

- `@saasquatch/component-environment` package bump

## [1.6.3] - 2024-04-01

### Added
Expand Down Expand Up @@ -177,7 +183,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.2...HEAD
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD
[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
[1.6.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.1
Expand Down
18 changes: 9 additions & 9 deletions packages/component-boilerplate/package-lock.json

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

4 changes: 2 additions & 2 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.3",
"version": "1.6.4",
"private": false,
"description": "Boilerplate for writing web components for the SaaSquatch widget environments",
"source": "src/index.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@formatjs/intl": "^1.8.2",
"@saasquatch/component-environment": "^1.0.4",
"@saasquatch/component-environment": "^1.0.6",
"@saasquatch/dom-context-hooks": "^1.0.3",
"@saasquatch/stencil-hooks": "^2.0.2",
"@saasquatch/universal-hooks": "^1.0.0",
Expand Down