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 Apr 24, 2024
1 parent c33d776 commit 0a4a75f
Show file tree
Hide file tree
Showing 37 changed files with 13,665 additions and 4,733 deletions.
6 changes: 6 additions & 0 deletions examples/next-14x/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/vtex/shoreline/compare/[email protected]@0.3.0) (2024-04-24)

### Features

- **page:** replace slot by page-header-row ([2ddd50a](https://github.com/vtex/shoreline/commit/2ddd50a5250f6c1b84a874cc0d4b1092465a418d))

## [0.2.38](https://github.com/vtex/shoreline/compare/[email protected]@0.2.38) (2024-04-24)

**Note:** Version bump only for package next-14x
Expand Down
8 changes: 4 additions & 4 deletions examples/next-14x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-14x",
"version": "0.2.38",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-table": "8.13.2",
"@vtex/shoreline": "^1.0.0-rc.55",
"@vtex/shoreline-next": "^1.0.0-rc.55",
"@vtex/shoreline-ts-table": "^1.0.0-rc.55",
"@vtex/shoreline": "^1.0.0-rc.56",
"@vtex/shoreline-next": "^1.0.0-rc.56",
"@vtex/shoreline-ts-table": "^1.0.0-rc.56",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18"
Expand Down
6 changes: 6 additions & 0 deletions examples/shoreline-nextjs-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/[email protected]@1.0.0-rc.56) (2024-04-24)

### Features

- **page:** replace slot by page-header-row ([2ddd50a](https://github.com/vtex/shoreline/commit/2ddd50a5250f6c1b84a874cc0d4b1092465a418d))

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/[email protected]@1.0.0-rc.55) (2024-04-24)

**Note:** Version bump only for package example
Expand Down
2 changes: 1 addition & 1 deletion examples/shoreline-nextjs-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"private": true,
"scripts": {
"dev": "concurrently -p [{name}] -n nextjs,vtex \"next dev\" \"vtex link\"",
Expand Down
4 changes: 4 additions & 0 deletions examples/shoreline-nextjs-integration/react/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.0-rc.56](https://github.com/vtex/shoreline/compare/[email protected]@1.0.0-rc.56) (2024-04-24)

**Note:** Version bump only for package a-vtex-app

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/[email protected]@1.0.0-rc.55) (2024-04-24)

**Note:** Version bump only for package a-vtex-app
Expand Down
2 changes: 1 addition & 1 deletion examples/shoreline-nextjs-integration/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a-vtex-app",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"scripts": {
"test": "vtex-test-tools test"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-cli",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"description": "Shoreline cli",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node": "20.4.5"
},
"dependencies": {
"@vtex/shoreline-css": "^1.0.0-rc.55",
"@vtex/shoreline-css": "^1.0.0-rc.56",
"commander": "11.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/codemod/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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-codemod
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-codemod",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"description": "Shoreline codemod scripts",
"license": "MIT",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

### Bug Fixes

- **theme-sunrise:** plain modifier usage ([10597d5](https://github.com/vtex/shoreline/commit/10597d5e7b7e34a88ea1a600bf994c6c6ac4d04f))

### Features

- **page:** replace slot by page-header-row ([2ddd50a](https://github.com/vtex/shoreline/commit/2ddd50a5250f6c1b84a874cc0d4b1092465a418d))
- **sunrise:** replace border-radius token by radius ([5b30d50](https://github.com/vtex/shoreline/commit/5b30d5035bfd51c7715d2151e7d4a70772e329b2))

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-components
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-components",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,9 +52,9 @@
"@react-aria/i18n": "3.9.0",
"@react-aria/interactions": "3.20.0",
"@react-stately/toggle": "3.7.0",
"@vtex/shoreline-icons": "^1.0.0-rc.55",
"@vtex/shoreline-primitives": "^1.0.0-rc.55",
"@vtex/shoreline-utils": "^1.0.0-rc.55",
"@vtex/shoreline-icons": "^1.0.0-rc.56",
"@vtex/shoreline-primitives": "^1.0.0-rc.56",
"@vtex/shoreline-utils": "^1.0.0-rc.56",
"react-hot-toast": "2.4.1"
}
}
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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**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.0-rc.55",
"version": "1.0.0-rc.56",
"description": "Shoreline css engine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/date/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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-date
Expand Down
6 changes: 3 additions & 3 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-date",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@react-aria/datepicker": "3.9.0",
"@react-stately/calendar": "3.4.2",
"@react-stately/datepicker": "3.9.0",
"@vtex/shoreline-icons": "^1.0.0-rc.55",
"@vtex/shoreline-utils": "^1.0.0-rc.55"
"@vtex/shoreline-icons": "^1.0.0-rc.56",
"@vtex/shoreline-utils": "^1.0.0-rc.56"
}
}
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/@shoreline/[email protected]...@shoreline/[email protected]) (2024-04-24)

### Features

- **sunrise:** replace border-radius token by radius ([5b30d50](https://github.com/vtex/shoreline/commit/5b30d5035bfd51c7715d2151e7d4a70772e329b2))

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@shoreline/[email protected]...@shoreline/[email protected]) (2024-04-24)

**Note:** Version bump only for package @shoreline/docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoreline/docs",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"private": true,
"scripts": {
"dev": "npm run gen:examples && npm run gen:props && next dev",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-icons",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-next
Expand Down
4 changes: 2 additions & 2 deletions 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.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"react-dom": ">=18"
},
"devDependencies": {
"@vtex/shoreline": "^1.0.0-rc.55",
"@vtex/shoreline": "^1.0.0-rc.56",
"next": "14.1.3"
}
}
10 changes: 10 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

### Bug Fixes

- **theme-sunrise:** plain modifier usage ([10597d5](https://github.com/vtex/shoreline/commit/10597d5e7b7e34a88ea1a600bf994c6c6ac4d04f))

### Features

- **sunrise:** replace border-radius token by radius ([5b30d50](https://github.com/vtex/shoreline/commit/5b30d5035bfd51c7715d2151e7d4a70772e329b2))

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline-primitives
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-primitives",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@ariakit/react": "0.4.5",
"@react-aria/i18n": "3.9.0",
"@vtex/shoreline-icons": "^1.0.0-rc.55",
"@vtex/shoreline-utils": "^1.0.0-rc.55"
"@vtex/shoreline-icons": "^1.0.0-rc.56",
"@vtex/shoreline-utils": "^1.0.0-rc.56"
}
}
6 changes: 6 additions & 0 deletions packages/shoreline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

### Features

- **page:** replace slot by page-header-row ([2ddd50a](https://github.com/vtex/shoreline/commit/2ddd50a5250f6c1b84a874cc0d4b1092465a418d))

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**Note:** Version bump only for package @vtex/shoreline
Expand Down
16 changes: 8 additions & 8 deletions packages/shoreline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline",
"version": "1.0.0-rc.55",
"version": "1.0.0-rc.56",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -54,12 +54,12 @@
"postcss-preset-env": "9.3.0"
},
"dependencies": {
"@vtex/shoreline-components": "^1.0.0-rc.55",
"@vtex/shoreline-css": "^1.0.0-rc.55",
"@vtex/shoreline-date": "^1.0.0-rc.55",
"@vtex/shoreline-icons": "^1.0.0-rc.55",
"@vtex/shoreline-primitives": "^1.0.0-rc.55",
"@vtex/shoreline-theme-sunrise": "^1.0.0-rc.55",
"@vtex/shoreline-utils": "^1.0.0-rc.55"
"@vtex/shoreline-components": "^1.0.0-rc.56",
"@vtex/shoreline-css": "^1.0.0-rc.56",
"@vtex/shoreline-date": "^1.0.0-rc.56",
"@vtex/shoreline-icons": "^1.0.0-rc.56",
"@vtex/shoreline-primitives": "^1.0.0-rc.56",
"@vtex/shoreline-theme-sunrise": "^1.0.0-rc.56",
"@vtex/shoreline-utils": "^1.0.0-rc.56"
}
}
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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**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.0-rc.55",
"version": "1.0.0-rc.56",
"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.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

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

# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2024-04-24)

**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.0-rc.55",
"version": "1.0.0-rc.56",
"description": "Shoreline test utilities",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit 0a4a75f

Please sign in to comment.