Skip to content

Commit f470ee2

Browse files
committed
chore(release): publish [skip ci]
- @vtex/shoreline-css@1.0.77 - @vtex/shoreline@1.11.7 - @vtex/shoreline-test-utils@1.0.77 - @vtex/shoreline-ts-table@1.0.77 - @vtex/shoreline-utils@1.0.77
1 parent 18ad89b commit f470ee2

11 files changed

+49
-9
lines changed

packages/css/CHANGELOG.md

+8
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.77](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.0.76...@vtex/shoreline-css@1.0.77) (2024-10-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-css
9+
10+
11+
12+
13+
614
## [1.0.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.0.75...@vtex/shoreline-css@1.0.76) (2024-10-22)
715

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

packages/css/package.json

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

packages/shoreline/CHANGELOG.md

+8
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.7](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.11.6...@vtex/shoreline@1.11.7) (2024-10-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline
9+
10+
11+
12+
13+
614
## [1.11.6](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.11.5...@vtex/shoreline@1.11.6) (2024-10-22)
715

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

packages/shoreline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/shoreline",
3-
"version": "1.11.6",
3+
"version": "1.11.7",
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.76",
74+
"@vtex/shoreline-utils": "^1.0.77",
7575
"react-hot-toast": "2.4.1",
7676
"vaul": "0.9.4"
7777
}

packages/test-utils/CHANGELOG.md

+8
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.77](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.76...@vtex/shoreline-test-utils@1.0.77) (2024-10-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-test-utils
9+
10+
11+
12+
13+
614
## [1.0.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.75...@vtex/shoreline-test-utils@1.0.76) (2024-10-22)
715

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

packages/test-utils/package.json

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

packages/ts-table/CHANGELOG.md

+8
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.77](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.76...@vtex/shoreline-ts-table@1.0.77) (2024-10-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-ts-table
9+
10+
11+
12+
13+
614
## [1.0.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.75...@vtex/shoreline-ts-table@1.0.76) (2024-10-22)
715

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

packages/ts-table/package.json

+2-2
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.76",
4+
"version": "1.0.77",
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.76"
55+
"@vtex/shoreline-utils": "^1.0.77"
5656
}
5757
}

packages/utils/CHANGELOG.md

+8
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.77](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.76...@vtex/shoreline-utils@1.0.77) (2024-10-23)
7+
8+
**Note:** Version bump only for package @vtex/shoreline-utils
9+
10+
11+
12+
13+
614
## [1.0.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.75...@vtex/shoreline-utils@1.0.76) (2024-10-22)
715

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

packages/utils/package.json

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

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)