Skip to content

Commit a1da499

Browse files
committed
chore(release): publish [skip ci]
- @vtex/shoreline-css@1.1.9 - @vtex/shoreline@1.12.9 - @vtex/shoreline-test-utils@1.0.113 - @vtex/shoreline-ts-table@1.0.113 - @vtex/shoreline-utils@1.0.113
1 parent 67ad8e7 commit a1da499

File tree

11 files changed

+49
-9
lines changed

11 files changed

+49
-9
lines changed

packages/css/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.9](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.1.8...@vtex/shoreline-css@1.1.9) (2026-03-24)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-css
9+
10+
11+
12+
13+
614
## [1.1.8](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.1.7...@vtex/shoreline-css@1.1.8) (2026-03-24)
715

816
**Note:** Version bump only for package @vtex/shoreline-css

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/shoreline-css",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Shoreline css engine",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/shoreline/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.12.9](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.12.8...@vtex/shoreline@1.12.9) (2026-03-24)
7+
8+
**Note:** Version bump only for package @vtex/shoreline
9+
10+
11+
12+
13+
614
## [1.12.8](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.12.7...@vtex/shoreline@1.12.8) (2026-03-24)
715

816
**Note:** Version bump only for package @vtex/shoreline

packages/shoreline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/shoreline",
3-
"version": "1.12.8",
3+
"version": "1.12.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -87,7 +87,7 @@
8787
"@react-stately/calendar": "3.5.5",
8888
"@react-stately/datepicker": "3.10.3",
8989
"@react-stately/toggle": "3.7.4",
90-
"@vtex/shoreline-utils": "^1.0.112",
90+
"@vtex/shoreline-utils": "^1.0.113",
9191
"react-hot-toast": "2.6.0",
9292
"vaul": "1.1.2"
9393
}

packages/test-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.113](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.112...@vtex/shoreline-test-utils@1.0.113) (2026-03-24)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-test-utils
9+
10+
11+
12+
13+
614
## [1.0.112](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.111...@vtex/shoreline-test-utils@1.0.112) (2026-03-24)
715

816
**Note:** Version bump only for package @vtex/shoreline-test-utils

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/shoreline-test-utils",
3-
"version": "1.0.112",
3+
"version": "1.0.113",
44
"description": "Shoreline test utilities",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/ts-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.113](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.112...@vtex/shoreline-ts-table@1.0.113) (2026-03-24)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-ts-table
9+
10+
11+
12+
13+
614
## [1.0.112](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.111...@vtex/shoreline-ts-table@1.0.112) (2026-03-24)
715

816
**Note:** Version bump only for package @vtex/shoreline-ts-table

packages/ts-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vtex/shoreline-ts-table",
33
"description": "Shoreline implementation of @tanstack/react-table",
4-
"version": "1.0.112",
4+
"version": "1.0.113",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",
@@ -52,6 +52,6 @@
5252
"dependencies": {
5353
"@tanstack/react-table": "8.17.3",
5454
"@tanstack/react-virtual": "3.13.22",
55-
"@vtex/shoreline-utils": "^1.0.112"
55+
"@vtex/shoreline-utils": "^1.0.113"
5656
}
5757
}

packages/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.113](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.112...@vtex/shoreline-utils@1.0.113) (2026-03-24)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-utils
9+
10+
11+
12+
13+
614
## [1.0.112](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.111...@vtex/shoreline-utils@1.0.112) (2026-03-24)
715

816
**Note:** Version bump only for package @vtex/shoreline-utils

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/shoreline-utils",
3-
"version": "1.0.112",
3+
"version": "1.0.113",
44
"description": "Shoreline utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)