Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Dec 1, 2023
1 parent 9e7f301 commit 1ecfa5c
Show file tree
Hide file tree
Showing 7 changed files with 11,798 additions and 4,037 deletions.
6 changes: 6 additions & 0 deletions packages/components/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.32.3](https://github.com/vtex/admin-ui/compare/@vtex/[email protected]...@vtex/[email protected]) (2023-12-01)

### Bug Fixes

- **component:** lint issues ([ef3df40](https://github.com/vtex/admin-ui/commit/ef3df40d505db5c3cfbce3b84320b10f5cce5919))

## [0.32.2](https://github.com/vtex/admin-ui/compare/@vtex/[email protected]...@vtex/[email protected]) (2023-11-30)

**Note:** Version bump only for package @vtex/shoreline-components
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-components",
"version": "0.32.2",
"version": "0.32.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-12-01)

### Bug Fixes

- **component:** lint issues ([ef3df40](https://github.com/vtex/shoreline/commit/ef3df40d505db5c3cfbce3b84320b10f5cce5919))

### Features

- **date:** create package with date-field and date-segment ([3892886](https://github.com/vtex/shoreline/commit/389288640e2c7644ee9a3d9f24c45cbbe619dcbb))
10 changes: 5 additions & 5 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/shoreline-date",
"version": "0.0.0",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,19 +36,19 @@
"url": "https://github.com/vtex/shoreline/issues"
},
"peerDependencies": {
"@vtex/shoreline-components": "0.x",
"react": ">=18",
"react-dom": ">=18",
"@vtex/shoreline-components": "0.x"
"react-dom": ">=18"
},
"devDependencies": {
"@vtex/shoreline-components": "workspace",
"postcss": "8.4.31",
"postcss-preset-env": "9.3.0"
},
"dependencies": {
"@vtex/shoreline-utils": "workspace",
"@internationalized/date": "3.5.0",
"@react-aria/datepicker": "3.9.0",
"@react-stately/datepicker": "3.9.0"
"@react-stately/datepicker": "3.9.0",
"@vtex/shoreline-utils": "workspace"
}
}
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.

## [0.1.1](https://github.com/vtex/shoreline/compare/@vtex/[email protected]...@vtex/[email protected]) (2023-12-01)

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

# 0.1.0 (2023-11-29)

### Features
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": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 1ecfa5c

Please sign in to comment.