Skip to content

Commit 2cea34d

Browse files
committed
chore(release): publish [skip ci]
- @vtex/shoreline-css@1.1.6 - @vtex/shoreline@1.12.6 - @vtex/shoreline-test-utils@1.0.110 - @vtex/shoreline-ts-table@1.0.110 - @vtex/shoreline-utils@1.0.110
1 parent 7b76f7e commit 2cea34d

File tree

11 files changed

+54
-11
lines changed

11 files changed

+54
-11
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.6](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.1.5...@vtex/shoreline-css@1.1.6) (2026-02-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-css
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.1.4...@vtex/shoreline-css@1.1.5) (2026-01-15)
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.5",
3+
"version": "1.1.6",
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.6](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.12.5...@vtex/shoreline@1.12.6) (2026-02-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline
9+
10+
11+
12+
13+
614
## [1.12.5](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.12.4...@vtex/shoreline@1.12.5) (2026-01-15)
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.5",
3+
"version": "1.12.6",
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.109",
90+
"@vtex/shoreline-utils": "^1.0.110",
9191
"react-hot-toast": "2.4.1",
9292
"vaul": "0.9.4"
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.110](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.109...@vtex/shoreline-test-utils@1.0.110) (2026-02-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-test-utils
9+
10+
11+
12+
13+
614
## [1.0.109](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.108...@vtex/shoreline-test-utils@1.0.109) (2026-01-15)
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.109",
3+
"version": "1.0.110",
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.110](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.109...@vtex/shoreline-ts-table@1.0.110) (2026-02-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-ts-table
9+
10+
11+
12+
13+
614
## [1.0.109](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.108...@vtex/shoreline-ts-table@1.0.109) (2026-01-15)
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.109",
4+
"version": "1.0.110",
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.0.1",
55-
"@vtex/shoreline-utils": "^1.0.109"
55+
"@vtex/shoreline-utils": "^1.0.110"
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.110](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.109...@vtex/shoreline-utils@1.0.110) (2026-02-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-utils
9+
10+
11+
12+
13+
614
## [1.0.109](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.108...@vtex/shoreline-utils@1.0.109) (2026-01-15)
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.109",
3+
"version": "1.0.110",
44
"description": "Shoreline utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)