File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 },
4141 "dependencies" : {
4242 "@formatjs/intl" : " ^1.8.2" ,
43- "@saasquatch/component-environment" : " ^1.0.7 " ,
44- "@saasquatch/dom-context-hooks" : " ^1.0.4 " ,
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.3.0 " ,
49+ "dom-context" : " ^1.3.1 " ,
5050 "fast-equals" : " ^5.0.1" ,
5151 "fast-memoize" : " ^2.5.2" ,
5252 "graphql" : " ^15.5.0" ,
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.0.8] - 2024-05-31
9+
10+ ### Changed
11+
12+ - ` dom-context ` package bump
13+
814## [ 1.0.7] - 2024-05-30
915
1016### Changed
@@ -54,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5460
5561Initial version.
5662
57- [ unreleased ] : https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-environment%401.0.7...HEAD
63+ [ unreleased ] : https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-environment%401.0.8...HEAD
64+ [ 1.0.8 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.8
5865[ 1.0.7 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.7
5966[ 1.0.6 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.6
6067[ 1.0.5 ] : https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.5
Original file line number Diff line number Diff line change 11{
22 "name" : " @saasquatch/component-environment" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.8 " ,
44 "description" : " Environment and contexts for SaaSquatch components" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
3232 },
3333 "dependencies" : {
3434 "@wry/equality" : " ^0.5.2" ,
35- "dom-context" : " ^1.3.0 " ,
35+ "dom-context" : " ^1.3.1 " ,
3636 "jwt-decode" : " ^3.1.2"
3737 }
3838}
Original file line number Diff line number Diff line change 7272 "dependencies" : {
7373 "@raisins/stencil-docs-target" : " ^1.0.0" ,
7474 "@saasquatch/component-boilerplate" : " ^1.6.5" ,
75- "@saasquatch/dom-context-hooks" : " ^1.0.4 " ,
75+ "@saasquatch/dom-context-hooks" : " ^1.0.5 " ,
7676 "@saasquatch/shoelace" : " ^1.0.0" ,
7777 "@saasquatch/stencil-hooks" : " ^2.0.2" ,
7878 "@saasquatch/stencilbook" : " ^1.1.0" ,
8181 "canvas-confetti" : " ^1.4.0" ,
8282 "color2k" : " ^1.2.4" ,
8383 "deepmerge" : " ^4.2.2" ,
84- "dom-context" : " ^1.3.0 " ,
84+ "dom-context" : " ^1.3.1 " ,
8585 "fast-equals" : " ^4.0.3" ,
8686 "graphql" : " ^15.5.0" ,
8787 "graphql-request" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments