Skip to content

Commit 360d58b

Browse files
authored
Merge pull request #16 from Zenoo/release-please--branches--test--components--fullstack-typescript-monorepo
2 parents f95addd + 076c24a commit 360d58b

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.1"}
1+
{".":"1.3.2"}

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.3.1...fullstack-typescript-monorepo-v1.3.2) (2023-01-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Improved translations ([f95addd](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/f95addd9437900921e944cb536668511b96a367e))
9+
310
## [1.3.1](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.3.0...fullstack-typescript-monorepo-v1.3.1) (2023-01-16)
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.3.1",
3+
"version": "1.3.2",
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.1!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!1.3.2!'.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.1",
3+
"version": "1.3.2",
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.1",
3+
"version": "1.3.2",
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.1",
3+
"version": "1.3.2",
44
"private": true,
55
"entry": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)