Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
tutods committed Aug 26, 2023
1 parent f7a6c18 commit bf10382
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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.2.0](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2023-08-26)

### Features

- **conditional container:** add forward ref as possible render element ([f7a6c18](https://github.com/tutods/lib/commit/f7a6c18c0134f28a5808619515c4e8c288f5f559))

## [0.1.1](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2023-08-26)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.1",
"version": "0.2.0",
"description": "React generic components that can be used in any scenario",
"keywords": [
"react",
Expand Down Expand Up @@ -37,10 +37,10 @@
"lint": "eslint --ignore-path ../../.gitignore"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
Expand Down

0 comments on commit bf10382

Please sign in to comment.