Skip to content

Commit

Permalink
chore(release): Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Sep 1, 2022
1 parent bd0f460 commit 146b414
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/config",
"version": "1.3.0",
"version": "1.4.0",
"description": "Modular configuration provider. Read it from file, environment and arguments",
"keywords": [
"configuration",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server_main_config
sonar.projectName=config
sonar.projectVersion=1.3.0
sonar.projectVersion=1.4.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [3.12.0] - 2022-09-01

### Added
- feat: Update @mocks-server/config to 1.4.0. Add 'config.fileSearchFrom' and 'config.fileSearchStop' options

## [3.11.0] - 2022-08-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/core",
"version": "3.11.0",
"version": "3.12.0",
"description": "Pluggable mock server supporting multiple route variants and mocks",
"keywords": [
"mocks",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server_main_core
sonar.projectName=core
sonar.projectVersion=3.11.0
sonar.projectVersion=3.12.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down
5 changes: 5 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking change

## [3.12.0] - 2022-09-01

### Added
- feat: Update @mocks-server/core to 3.12.0. Add 'config.fileSearchFrom' and 'config.fileSearchStop' options

## [3.11.0] - 2022-08-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/main",
"version": "3.11.0",
"version": "3.12.0",
"description": "Mock Server supporting multiple route variants and mocks",
"keywords": [
"mock",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server_main
sonar.projectName=main
sonar.projectVersion=3.11.0
sonar.projectVersion=3.12.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 146b414

Please sign in to comment.