Skip to content

Commit e479f4d

Browse files
authored
Merge pull request #17 from Zenoo/release-please--branches--test--components--fullstack-typescript-monorepo
2 parents c1cc28e + e69283d commit e479f4d

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* Another README typo ([c1cc28e](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/c1cc28e4505533a95a2d8274e3c7fd1ce6c846df))
9+
* README typo ([c0df1f9](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/c0df1f9fc1801017da025f665b9cb0a4809ffc78))
10+
311
## [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)
412

513

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.2",
3+
"version": "1.3.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.3.2!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!1.3.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.3.2",
3+
"version": "1.3.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.3.2",
3+
"version": "1.3.3",
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.2",
3+
"version": "1.3.3",
44
"private": true,
55
"entry": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)