Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 7, 2024
1 parent 4d18cf7 commit d97d702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Sprig Core

## 3.3.0 - Unreleased
## 3.3.0 - 2024-08-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/variables/SprigVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public function getComponent(string $value, array $variables = [], array $attrib
}

/**
* Returns the value for the out-of-band swap from a rendered template if it exists, otherwise a rendered string
* Returns the value for the out-of-band swap from a rendered template if it exists, otherwise a rendered string.
*/
private function getOobSwapValue(string $selector, string $template, array $variables = []): ?string
{
Expand Down

0 comments on commit d97d702

Please sign in to comment.