Skip to content

Commit

Permalink
Merge pull request #10 from Zenoo/release-please--branches--test--com…
Browse files Browse the repository at this point in the history
…ponents--fullstack-typescript-monorepo
  • Loading branch information
Zenoo authored Dec 21, 2022
2 parents d2e0cc2 + ff1645b commit c72e59a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.5"}
{".":"1.1.6"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.6](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.5...fullstack-typescript-monorepo-v1.1.6) (2022-12-21)


### Bug Fixes

* Refactored user type definition to align with server returns ([d2e0cc2](https://github.com/Zenoo/fullstack-typescript-monorepo/commit/d2e0cc2ada24cd9ff0ed89807def81daa28d69cb))

## [1.1.5](https://github.com/Zenoo/fullstack-typescript-monorepo/compare/fullstack-typescript-monorepo-v1.1.4...fullstack-typescript-monorepo-v1.1.5) (2022-12-20)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullstack-typescript-monorepo/client",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"proxy": "http://localhost:9000",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/utils/Version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const Version = '!1.1.5!'.replace(/!/g, ''); // x-release-please-version
const Version = '!1.1.6!'.replace(/!/g, ''); // x-release-please-version

export default Version;
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullstack-typescript-monorepo/core",
"version": "1.1.5",
"version": "1.1.6",
"main": "lib/index.js",
"scripts": {
"compile": "tsc"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fullstack-typescript-monorepo",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"engines": {
"npm": "8.1.2",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullstack-typescript-monorepo/server",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"entry": "src/server.js",
"engines": {
Expand Down

0 comments on commit c72e59a

Please sign in to comment.