Skip to content

Commit 8f09fab

Browse files
chore(test): release fullstack-typescript-monorepo 1.1.3
1 parent a92a7bb commit 8f09fab

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.2"}
1+
{".":"1.1.3"}

CHANGELOG.md

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

3+
## [1.1.3](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.2...fullstack-typescript-monorepo-v1.1.3) (2022-12-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Sent mail config to env ([a92a7bb](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/a92a7bb635ecb1fee682392859e4f388ed1c3217))
9+
310
## [1.1.2](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.1...fullstack-typescript-monorepo-v1.1.2) (2022-12-19)
411

512

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.1.2",
3+
"version": "1.1.3",
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.1.2!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!1.1.3!'.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.1.2",
3+
"version": "1.1.3",
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.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"engines": {
66
"npm": "8.1.2",

prisma/package.json

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

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.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"entry": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)