Skip to content

Commit

Permalink
chore(release): publish new release(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2023
1 parent ee0967d commit bb73a6f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react-mnt/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.1.0](https://github.com/tonyghiani/mnt/compare/[email protected]@1.1.0) (2023-11-07)

### Features

- **root:** 🎸 bump version ([ee0967d](https://github.com/tonyghiani/mnt/commit/ee0967dd4756d2926bf5beef93b583b732123ab5))

# 1.0.0 (2023-11-07)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/react-mnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mnt",
"version": "1.0.1",
"version": "1.1.0",
"description": "Create strongly typed React components, including essential features such as polymorphism and ref handling.",
"keywords": [
"components",
Expand Down Expand Up @@ -39,7 +39,7 @@
}
},
"dependencies": {
"react-props-check": "^1.0.0"
"react-props-check": "^1.1.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-props-check/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.1.0](https://github.com/tonyghiani/mnt/compare/[email protected]@1.1.0) (2023-11-07)

### Features

- **root:** 🎸 bump version ([ee0967d](https://github.com/tonyghiani/mnt/commit/ee0967dd4756d2926bf5beef93b583b732123ab5))

# 1.0.0 (2023-11-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react-props-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-props-check",
"version": "1.0.1",
"version": "1.1.0",
"description": "Validate React properties to keep the DOM semantic.",
"keywords": [
"attributes",
Expand Down

0 comments on commit bb73a6f

Please sign in to comment.