Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2023-05-12)

### Bug Fixes

* Dependencies ([7898227](7898227))
* Dependencies ([b793e95](b793e95))

### Features

* Prisma schema inspection and initial directory and file generation ([#2](#2)) ([4218db9](4218db9))
  • Loading branch information
semantic-release-bot committed May 12, 2023
1 parent 7898227 commit 1dd8203
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 29 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/bcanfield/nexquik/compare/v1.0.3...v1.1.0) (2023-05-12)


### Bug Fixes

* Dependencies ([7898227](https://github.com/bcanfield/nexquik/commit/789822797645099304457d4daf44e71a8ea97bc1))
* Dependencies ([b793e95](https://github.com/bcanfield/nexquik/commit/b793e954fe4554735bb587a8810c7ae348f81b98))


### Features

* Prisma schema inspection and initial directory and file generation ([#2](https://github.com/bcanfield/nexquik/issues/2)) ([4218db9](https://github.com/bcanfield/nexquik/commit/4218db9a1fcae3b2f20cb9f7cccc628ab56572c0))

## [1.0.3](https://github.com/bcanfield/prisnext/compare/v1.0.2...v1.0.3) (2023-05-11)


Expand Down
132 changes: 105 additions & 27 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

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

7 changes: 7 additions & 0 deletions dist/templates/page/page_base.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default async function {{ functionName }}() {
return (
<div>
<h2>{{ pageName }}</h2>
</div>
);
}
1 change: 1 addition & 0 deletions dist/templates/testTemplate.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello {{ username }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexquik",
"version": "1.0.3",
"version": "1.1.0",
"description": "Generate Next.js components from your Prisma Schema",
"main": "dist/index.js",
"repository": "https://github.com/bcanfield/nexquik",
Expand Down

0 comments on commit 1dd8203

Please sign in to comment.