Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @vtex/shoreline-css@1.0.53
 - @vtex/shoreline-next@1.0.53
 - @vtex/shoreline@1.9.0
 - @vtex/shoreline-stylelint@1.0.53
 - @vtex/shoreline-test-utils@1.0.53
 - @vtex/shoreline-ts-table@1.0.53
 - @vtex/shoreline-utils@1.0.53
  • Loading branch information
matheusps committed Sep 16, 2024
1 parent ca13b32 commit 5226786
Show file tree
Hide file tree
Showing 15 changed files with 15,753 additions and 8,183 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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.0.52...@vtex/shoreline-css@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-css@1.0.51...@vtex/shoreline-css@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.52...@vtex/shoreline-next@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.51...@vtex/shoreline-next@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"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.0](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.8.6...@vtex/shoreline@1.9.0) (2024-09-16)

### Bug Fixes

- **drawer:** positioning ([0195cf5](https://github.com/vtex/shoreline/commit/0195cf59a2ad84a8d7d7db67ff3aef043f7b7e2a))
- **drawer:** remove unused css rules ([005f877](https://github.com/vtex/shoreline/commit/005f87774ecd1a94535b0b1af18c3b37c9345475))
- **drawer:** reproduce figma design ([67a55c1](https://github.com/vtex/shoreline/commit/67a55c1105798817b4ac25c8d390110d728349a0))
- **drawer:** use rems instead of px ([bf9c3dc](https://github.com/vtex/shoreline/commit/bf9c3dcb10a935062c4ea7f7a410873d843cf03b))

### Features

- **drawer:** create component ([f4990d7](https://github.com/vtex/shoreline/commit/f4990d71c7db9a3099d3af97dad6625a7c754592))

## [1.8.6](https://github.com/vtex/shoreline/compare/@vtex/shoreline@1.8.5...@vtex/shoreline@1.8.6) (2024-09-11)

**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.8.6",
"version": "1.9.0",
"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.52",
"@vtex/shoreline-utils": "^1.0.53",
"react-hot-toast": "2.4.1",
"vaul": "0.9.2"
}
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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-stylelint@1.0.52...@vtex/shoreline-stylelint@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-stylelint@1.0.51...@vtex/shoreline-stylelint@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.52...@vtex/shoreline-test-utils@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-test-utils@1.0.51...@vtex/shoreline-test-utils@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.52...@vtex/shoreline-ts-table@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-ts-table@1.0.51...@vtex/shoreline-ts-table@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"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.52"
"@vtex/shoreline-utils": "^1.0.53"
}
}
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.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.52...@vtex/shoreline-utils@1.0.53) (2024-09-16)

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

## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-utils@1.0.51...@vtex/shoreline-utils@1.0.52) (2024-09-11)

**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.52",
"version": "1.0.53",
"description": "Shoreline utilities",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit 5226786

Please sign in to comment.