Skip to content

Commit 9cdbd07

Browse files
authored
Merge pull request #13 from Zenoo/release-please--branches--test--components--fullstack-typescript-monorepo
2 parents 4fc29c4 + fc7f431 commit 9cdbd07

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.7"}
1+
{".":"1.2.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.7...fullstack-typescript-monorepo-v1.2.0) (2023-01-12)
4+
5+
6+
### Features
7+
8+
* i18n backend translations ([861cf00](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/861cf00a83dd51b089bf90f942ffe5cc804e4af7))
9+
10+
11+
### Bug Fixes
12+
13+
* i18n init props ([4fc29c4](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/4fc29c4349d12d3b1c5596948e5896bc5d5f17e4))
14+
315
## [1.1.7](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.6...fullstack-typescript-monorepo-v1.1.7) (2022-12-28)
416

517

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/client",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"scripts": {

client/src/utils/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const Version = '!1.1.7!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!1.2.0!'.replace(/!/g, ''); // x-release-please-version
22

33
export default Version;

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/core",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"main": "lib/index.js",
55
"scripts": {
66
"compile": "tsc"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fullstack-typescript-monorepo",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"private": true,
55
"engines": {
66
"npm": "8.1.2",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstack-typescript-monorepo/server",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"private": true,
55
"entry": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)