Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8io committed May 26, 2020
1 parent d224f92 commit 38358e8
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.2...v1.4.0) (2020-05-26)


### Features

* **feature-flags:** ✨ Properly track anonymous users ([e8e471d](https://github.com/n8io/boilerplate-monorepo/commit/e8e471d0188c0b21516878f61128cf5114535682))
* ✨Add SplitIO functionality ([78276c0](https://github.com/n8io/boilerplate-monorepo/commit/78276c0f9be5dd3c97a7bac3cf73225f7429637f))
* **feature-flags:** ✨Add SplitIO for feature flags functionality ([cfebd8c](https://github.com/n8io/boilerplate-monorepo/commit/cfebd8cdab5e52fd24bdd38c25e82085a7e69ebf))





## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.3.2"
"version": "1.4.0"
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.2...v1.4.0) (2020-05-26)

**Note:** Version bump only for package @boilerplate-monorepo/common





# [1.3.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.2.0...v1.3.0) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/common",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"main": "dist/index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.2...v1.4.0) (2020-05-26)

**Note:** Version bump only for package @boilerplate-monorepo/service





## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/service",
"version": "1.3.2",
"version": "1.4.0",
"description": "Awesome project developed with TypeORM.",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@boilerplate-monorepo/common": "^1.3.0",
"@boilerplate-monorepo/common": "^1.4.0",
"@sentry/node": "^5.15.5",
"apollo-server-cache-redis": "^1.1.5",
"apollo-server-express": "^2.9.15",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.2...v1.4.0) (2020-05-26)


### Features

* **feature-flags:** ✨ Properly track anonymous users ([e8e471d](https://github.com/n8io/boilerplate-monorepo/commit/e8e471d0188c0b21516878f61128cf5114535682))
* ✨Add SplitIO functionality ([78276c0](https://github.com/n8io/boilerplate-monorepo/commit/78276c0f9be5dd3c97a7bac3cf73225f7429637f))





# [1.3.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.2.0...v1.3.0) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/ui-common",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"main": "dist/index.js",
"author": "Nate Clark <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.2...v1.4.0) (2020-05-26)


### Features

* **feature-flags:** ✨ Properly track anonymous users ([e8e471d](https://github.com/n8io/boilerplate-monorepo/commit/e8e471d0188c0b21516878f61128cf5114535682))
* ✨Add SplitIO functionality ([78276c0](https://github.com/n8io/boilerplate-monorepo/commit/78276c0f9be5dd3c97a7bac3cf73225f7429637f))
* **feature-flags:** ✨Add SplitIO for feature flags functionality ([cfebd8c](https://github.com/n8io/boilerplate-monorepo/commit/cfebd8cdab5e52fd24bdd38c25e82085a7e69ebf))





## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/ui",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"homepage": "https://n8io.github.io",
"engines": {
Expand Down Expand Up @@ -44,8 +44,8 @@
],
"dependencies": {
"@apollo/client": "^3.0.0-beta.20",
"@boilerplate-monorepo/common": "^1.3.0",
"@boilerplate-monorepo/ui-common": "^1.3.0",
"@boilerplate-monorepo/common": "^1.4.0",
"@boilerplate-monorepo/ui-common": "^1.4.0",
"@craco/craco": "^5.2.4",
"@hcaptcha/react-hcaptcha": "^0.1.7",
"@sentry/browser": "^5.6.3",
Expand Down

0 comments on commit 38358e8

Please sign in to comment.