Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit ca5e1ef

Browse files
authored
Merge pull request #9 from mocks-server/v1.3.1
Fix core peerDependency
2 parents 7091df7 + e870a0c commit ca5e1ef

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Fixed
1515
### Removed
1616

17+
## [1.3.1] - 2019-01-03
18+
### Fixed
19+
- Change @mocks-server/core peerDependency to ^1.3.0, which is the first one with behavior id property.
20+
1721
## [1.3.0] - 2019-01-03
1822
### Added
1923
- Add property id to behaviors model.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/plugin-admin-api",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
55
"keywords": [
66
"mocks-server-plugin",
@@ -32,7 +32,7 @@
3232
"coveralls": "cat ./coverage/lcov.info | coveralls"
3333
},
3434
"peerDependencies": {
35-
"@mocks-server/core": "^1.1.0"
35+
"@mocks-server/core": "^1.3.0"
3636
},
3737
"dependencies": {
3838
"@mocks-server/admin-api-paths": "1.0.2",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server-plugin-admin-api
3-
sonar.projectVersion=1.3.0
3+
sonar.projectVersion=1.3.1
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)