Skip to content

Commit

Permalink
chore: bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyeon committed Apr 7, 2023
1 parent 4adc3cc commit 33d758d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# dependencies
**/node_modules

# IDE - VSCode
.vscode/*

# misc
lerna-debug.log
yarn-error.log
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.5",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dulgi/eslint-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "Shareable eslint configs file for TypeScript based React app project",
"repository": "https://github.com/STHyeon/react-simple-toolkit/tree/main/packages/eslint-config",
"homepage": "https://github.com/STHyeon/react-simple-toolkit/",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dulgi/prettier-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "Shareable prettier configs for web apps and libraries",
"repository": "https://github.com/STHyeon/react-simple-toolkit/tree/main/packages/prettier-config",
"homepage": "https://github.com/STHyeon/react-simple-toolkit/",
Expand Down

0 comments on commit 33d758d

Please sign in to comment.