Skip to content

Commit 58bb8fa

Browse files
Version Packages (#1407)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e06ada commit 58bb8fa

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/clean-tigers-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-cows-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/integration/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vanilla-extract/integration
22

3+
## 7.1.4
4+
5+
### Patch Changes
6+
7+
- [#1406](https://github.com/vanilla-extract-css/vanilla-extract/pull/1406) [`5e06ada9309c46b20d318051f80121886da4ff29`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5e06ada9309c46b20d318051f80121886da4ff29) Thanks [@askoufis](https://github.com/askoufis)! - `addFileScope`: Fixes a bug where non-template strings that contained a newline where being mangled
8+
9+
- [#1406](https://github.com/vanilla-extract-css/vanilla-extract/pull/1406) [`5e06ada9309c46b20d318051f80121886da4ff29`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5e06ada9309c46b20d318051f80121886da4ff29) Thanks [@askoufis](https://github.com/askoufis)! - Bump `dedent` dependency to `^1.5.3`
10+
311
## 7.1.3
412

513
### Patch Changes

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/integration",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [

tests/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vanilla-extract-private/tests
22

3+
## 0.0.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e06ada9309c46b20d318051f80121886da4ff29`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5e06ada9309c46b20d318051f80121886da4ff29), [`5e06ada9309c46b20d318051f80121886da4ff29`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5e06ada9309c46b20d318051f80121886da4ff29)]:
8+
- @vanilla-extract/integration@7.1.4
9+
310
## 0.0.50
411

512
### Patch Changes

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vanilla-extract-private/tests",
33
"private": true,
4-
"version": "0.0.50",
4+
"version": "0.0.51",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)