Skip to content

Commit

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

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

**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.62",
"version": "1.0.63",
"description": "Shoreline css engine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

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

## [1.9.10](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

### Bug Fixes

- **contextual-help:** change popover z index to z-10 ([ef008e7](https://github.com/vtex/shoreline/commit/ef008e70b5d38b7f82d0a1cca20ea005aa7cda7c)), closes [#1970](https://github.com/vtex/shoreline/issues/1970)
- **drawer:** change z index to z-3 ([ad85d3b](https://github.com/vtex/shoreline/commit/ad85d3bcb141d3f57f59a20dc071543046af6338)), closes [#1971](https://github.com/vtex/shoreline/issues/1971)
- **menu:** change popover z index to z-6 ([1821fc1](https://github.com/vtex/shoreline/commit/1821fc1235bacc81bc0b27c4c1c0ab08db805b11)), closes [#1935](https://github.com/vtex/shoreline/issues/1935)
- **modal:** change modal z index to z-5 and modal backdrop z index to z-4 ([57e6027](https://github.com/vtex/shoreline/commit/57e6027ff24e2db8b4cb9ffd63ab044ca22c820d)), closes [#1971](https://github.com/vtex/shoreline/issues/1971)
- **radio/checkbox:** remove unecessary position=relative ([7a58546](https://github.com/vtex/shoreline/commit/7a5854643bf7d4268726bcba71e5dbff38b98667)), closes [#1839](https://github.com/vtex/shoreline/issues/1839)
- **select:** change popover z index to z-6 ([8c6b78d](https://github.com/vtex/shoreline/commit/8c6b78d8b92d54e299b53de2cf46ccb72490f495)), closes [#1971](https://github.com/vtex/shoreline/issues/1971) [#1839](https://github.com/vtex/shoreline/issues/1839)
- **toast:** change z index to z-7 ([82bb7a9](https://github.com/vtex/shoreline/commit/82bb7a9b561c57a5536f00a7b0b45375e69e8964)), closes [#1971](https://github.com/vtex/shoreline/issues/1971) [#1925](https://github.com/vtex/shoreline/issues/1925)
- **tooltip:** change tooltipo popover z index to z-9 ([cd2acb2](https://github.com/vtex/shoreline/commit/cd2acb2cdec96fbcd2a08166450d2c9f8675d7fb)), closes [#1971](https://github.com/vtex/shoreline/issues/1971)

## [1.9.9](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

**Note:** Version bump only for package @vtex/shoreline
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.9.9",
"version": "1.9.10",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@react-stately/calendar": "3.5.1",
"@react-stately/datepicker": "3.9.4",
"@react-stately/toggle": "3.7.4",
"@vtex/shoreline-utils": "^1.0.62",
"@vtex/shoreline-utils": "^1.0.63",
"react-hot-toast": "2.4.1",
"vaul": "0.9.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/stylelint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

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

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

**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.62",
"version": "1.0.63",
"description": "Shoreline test utilities",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/ts-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

**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.62",
"version": "1.0.63",
"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.62"
"@vtex/shoreline-utils": "^1.0.63"
}
}
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-26)

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

## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-09-25)

**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.62",
"version": "1.0.63",
"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 9de7332

Please sign in to comment.