Skip to content

Commit 27c9fb0

Browse files
chore(release): publish [skip ci]
- @vtex/[email protected] - @vtex/[email protected] - @vtex/[email protected] - @vtex/[email protected] - @vtex/[email protected]
1 parent 5c62619 commit 27c9fb0

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.0.94](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-27)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-css
9+
10+
11+
12+
13+
614
## [1.0.93](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-12)
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.0.93",
3+
"version": "1.0.94",
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.11.24](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-27)
7+
8+
**Note:** Version bump only for package @vtex/shoreline
9+
10+
11+
12+
13+
614
## [1.11.23](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-12)
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.11.23",
3+
"version": "1.11.24",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -71,7 +71,7 @@
7171
"@react-stately/calendar": "3.5.5",
7272
"@react-stately/datepicker": "3.10.3",
7373
"@react-stately/toggle": "3.7.4",
74-
"@vtex/shoreline-utils": "^1.0.93",
74+
"@vtex/shoreline-utils": "^1.0.94",
7575
"react-hot-toast": "2.4.1",
7676
"vaul": "0.9.4"
7777
}

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.94](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-27)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-test-utils
9+
10+
11+
12+
13+
614
## [1.0.93](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-12)
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.93",
3+
"version": "1.0.94",
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.94](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-27)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-ts-table
9+
10+
11+
12+
13+
614
## [1.0.93](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-12)
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.93",
4+
"version": "1.0.94",
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.93"
55+
"@vtex/shoreline-utils": "^1.0.94"
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.94](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-27)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-utils
9+
10+
11+
12+
13+
614
## [1.0.93](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2025-03-12)
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.93",
3+
"version": "1.0.94",
44
"description": "Shoreline utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)