Skip to content

Commit

Permalink
Merge pull request #4 from kintaman-co/release/0.1.5-1721048128
Browse files Browse the repository at this point in the history
v0.1.5
  • Loading branch information
yuki-js authored Jul 15, 2024
2 parents 3cfcb92 + 65b1038 commit 1348cb1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.4",
"packages": ["packages/*"]
}
"version": "0.1.5",
"packages": [
"packages/*"
]
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintaman-co/nfigure-examples",
"version": "0.1.2",
"version": "0.1.5",
"private": true,
"scripts": {},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/nfigure-typebox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintaman-co/nfigure-typebox",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"test": "jest",
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/nfigure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintaman-co/nfigure",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"test": "jest",
"build": "tsc"
Expand Down

0 comments on commit 1348cb1

Please sign in to comment.