Skip to content

Commit

Permalink
Release v9.146.9 (#1442)
Browse files Browse the repository at this point in the history
#### What is the purpose of this pull request?

<!--- Describe your changes in detail. -->

#### What problem is this solving?

[Running workspace](http://link)

<!--- What is the motivation and context for this change? -->

#### How should this be manually tested?

<!-- Add the code that is necessary to test your change in the
Playground-->
<details>
<summary>Add this code in
<code>react/playground/Playground.tsx</code>:</summary>

```jsx
import React from 'react'
import PageHeader from '../PageHeader'
import Layout from '../Layout'
const Playground = () => (
  <Layout fullWidth pageHeader={<PageHeader title="Playground" />}>
    {/* Add your code here, don't forget to delete after */}
  </Layout>
)
export default Playground
```

</details>

#### Screenshots or example usage

#### Types of changes

- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Requires change to documentation, which has been updated
accordingly.
  • Loading branch information
emersonlaurentino authored Jun 7, 2023
1 parent 9496cd7 commit 60f4cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [9.146.9] - 2023-06-07

## [9.146.8] - 2023-06-01

## [9.146.7] - 2023-06-01
Expand Down Expand Up @@ -4179,9 +4181,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **Dropdown** and **Input** props `short` and `long`. Their widths should be defined by their parents.


[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.8...HEAD
[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.9...HEAD
[9.146.1]: https://github.com/vtex/styleguide/compare/v9.146.0...v9.146.1

[9.146.9]: https://github.com/vtex/styleguide/compare/v9.146.8...v9.146.9
[9.146.8]: https://github.com/vtex/styleguide/compare/v9.146.7...v9.146.8
[9.146.7]: https://github.com/vtex/styleguide/compare/v9.146.6...v9.146.7
[9.146.6]: https://github.com/vtex/styleguide/compare/v9.146.5...v9.146.6
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "vtex",
"name": "styleguide",
"title": "VTEX Styleguide",
"version": "9.146.8",
"version": "9.146.9",
"description": "The VTEX Styleguide components for the Render framework",
"builders": {
"react": "3.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/styleguide",
"version": "9.146.8",
"version": "9.146.9",
"scripts": {
"lint": "eslint react --ext js,jsx,ts,tsx",
"test": "node config/test.js",
Expand Down

0 comments on commit 60f4cd1

Please sign in to comment.