Skip to content

Commit c51298d

Browse files
authored
Merge pull request #20 from Zenoo/release-please--branches--test--components--fullstack-typescript-monorepo
2 parents 151f5dc + 829bc1b commit c51298d

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.3"}
1+
{".":"1.4.0"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.3.3...fullstack-typescript-monorepo-v1.4.0) (2023-07-25)
4+
5+
6+
### Features
7+
8+
* Update to Prisma v5 ([996b395](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/996b3956a2490eee79580eb96a34e8a0d302c8af))
9+
10+
11+
### Bug Fixes
12+
13+
* react-hook-form version fix ([cd98f18](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/cd98f1873a23737542c3a8f3a7ee56bba70fa4de))
14+
315
## [1.3.3](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.3.2...fullstack-typescript-monorepo-v1.3.3) (2023-01-19)
416

517

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/client",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"scripts": {

client/src/utils/Version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const Version = '!1.3.3!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!1.4.0!'.replace(/!/g, ''); // x-release-please-version
22

33
export default Version;

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/core",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"main": "lib/index.js",
55
"scripts": {
66
"compile": "tsc"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fullstack-typescript-monorepo",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"private": true,
55
"engines": {
66
"npm": "8.1.2",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/server",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"private": true,
55
"entry": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)