Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anitavincent committed Nov 7, 2024
1 parent 7e731c4 commit 287b560
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.82](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

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





## [1.0.81](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

**Note:** Version bump only for package @vtex/shoreline-css
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-css",
"version": "1.0.81",
"version": "1.0.82",
"description": "Shoreline css engine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/shoreline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.12](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)


### Bug Fixes

* **data-picker:** change to id from groupProps not override id from field context ([dc00550](https://github.com/vtex/shoreline/commit/dc00550d17d8d3a41269d4f4d903c2b6722d657c)), closes [#2039](https://github.com/vtex/shoreline/issues/2039)
* **data-range-picker:** change to id from groupProps not override id from field context ([1c78e6f](https://github.com/vtex/shoreline/commit/1c78e6fcf75afa45ff7b47008ca8d953d278bfd3)), closes [#2039](https://github.com/vtex/shoreline/issues/2039)





## [1.11.11](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/shoreline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline",
"version": "1.11.11",
"version": "1.11.12",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@react-stately/calendar": "3.5.5",
"@react-stately/datepicker": "3.10.3",
"@react-stately/toggle": "3.7.4",
"@vtex/shoreline-utils": "^1.0.81",
"@vtex/shoreline-utils": "^1.0.82",
"react-hot-toast": "2.4.1",
"vaul": "0.9.4"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.82](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

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





## [1.0.81](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

**Note:** Version bump only for package @vtex/shoreline-test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-test-utils",
"version": "1.0.81",
"version": "1.0.82",
"description": "Shoreline test utilities",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.82](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

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





## [1.0.81](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

**Note:** Version bump only for package @vtex/shoreline-ts-table
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vtex/shoreline-ts-table",
"description": "Shoreline implementation of @tanstack/react-table",
"version": "1.0.81",
"version": "1.0.82",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,6 +52,6 @@
"dependencies": {
"@tanstack/react-table": "8.17.3",
"@tanstack/react-virtual": "3.0.1",
"@vtex/shoreline-utils": "^1.0.81"
"@vtex/shoreline-utils": "^1.0.82"
}
}
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.82](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

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





## [1.0.81](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-11-07)

**Note:** Version bump only for package @vtex/shoreline-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-utils",
"version": "1.0.81",
"version": "1.0.82",
"description": "Shoreline utilities",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 287b560

Please sign in to comment.