File tree Expand file tree Collapse file tree
packages/component-boilerplate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.4] - 2024-05-07
9+
10+ ### Changed
11+
12+ - ` @saasquatch/component-environment ` package bump
13+
814## [ 1.6.3] - 2024-04-01
915
1016### Added
@@ -177,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177183 - useShareEvent
178184 useForm
179185
180- [ unreleased ] : https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.2...HEAD
186+ [ unreleased ] : https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD
187+ [ 1.6.4 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.4
181188[ 1.6.3 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.3
182189[ 1.6.2 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.2
183190[ 1.6.1 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @saasquatch/component-boilerplate" ,
3- "version" : " 1.6.3 " ,
3+ "version" : " 1.6.4 " ,
44 "private" : false ,
55 "description" : " Boilerplate for writing web components for the SaaSquatch widget environments" ,
66 "source" : " src/index.ts" ,
4040 },
4141 "dependencies" : {
4242 "@formatjs/intl" : " ^1.8.2" ,
43- "@saasquatch/component-environment" : " ^1.0.4 " ,
43+ "@saasquatch/component-environment" : " ^1.0.6 " ,
4444 "@saasquatch/dom-context-hooks" : " ^1.0.3" ,
4545 "@saasquatch/stencil-hooks" : " ^2.0.2" ,
4646 "@saasquatch/universal-hooks" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments