Skip to content

Commit 91ec097

Browse files
authored
Merge pull request #73 from xpepermint/master
Bump version to 3.0.0
2 parents 1bf6b7d + e8edd8f commit 91ec097

File tree

14 files changed

+26
-25
lines changed

14 files changed

+26
-25
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
language: node_js
33
node_js:
4+
- 12
45
- 11
56
script:
67
# use latest npm to work on node9

common/config/rush/npm-shrinkwrap.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "patchAll",
44
"definitionName": "lockStepVersion",
5-
"version": "3.0.0-alpha9",
5+
"version": "3.0.0",
66
"nextBump": "patch"
77
}
88
]

packages/rawmodel-core/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rawmodel/core",
33
"entries": [
44
{
5-
"version": "3.0.0-alpha9",
5+
"version": "3.0.0",
66
"tag": "@rawmodel/core_v2.4.0",
77
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
88
"comments": {}

packages/rawmodel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawmodel/core",
3-
"version": "3.0.0-alpha9",
3+
"version": "3.0.0",
44
"description": "Strongly-typed JavaScript object with support for validation and error handling.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -84,13 +84,13 @@
8484
"devDependencies": {
8585
"@hayspec/cli": "^0.8.4",
8686
"@hayspec/spec": "^0.8.4",
87-
"@rawmodel/parsers": "3.0.0-alpha9",
87+
"@rawmodel/parsers": "3.0.0",
8888
"nyc": "^14.1.1",
8989
"ts-node": "^8.3.0",
9090
"tslint": "^5.18.0",
9191
"typescript": "^3.5.3"
9292
},
9393
"dependencies": {
94-
"@rawmodel/utils": "3.0.0-alpha9"
94+
"@rawmodel/utils": "3.0.0"
9595
}
9696
}

packages/rawmodel-handlers/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rawmodel/handlers",
33
"entries": [
44
{
5-
"version": "3.0.0-alpha9",
5+
"version": "3.0.0",
66
"tag": "@rawmodel/handlers_v2.4.0",
77
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
88
"comments": {}

packages/rawmodel-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawmodel/handlers",
3-
"version": "3.0.0-alpha9",
3+
"version": "3.0.0",
44
"description": "General property error handlers for RawModel.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/rawmodel-parsers/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rawmodel/handlers",
33
"entries": [
44
{
5-
"version": "3.0.0-alpha9",
5+
"version": "3.0.0",
66
"tag": "@rawmodel/handlers_v2.4.0",
77
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
88
"comments": {}

packages/rawmodel-parsers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawmodel/parsers",
3-
"version": "3.0.0-alpha9",
3+
"version": "3.0.0",
44
"description": "General data parsers for RawModel.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -91,6 +91,6 @@
9191
"typescript": "^3.5.3"
9292
},
9393
"dependencies": {
94-
"@rawmodel/utils": "3.0.0-alpha9"
94+
"@rawmodel/utils": "3.0.0"
9595
}
9696
}

packages/rawmodel-schema/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawmodel/schema",
3-
"version": "3.0.0-alpha9",
3+
"version": "3.0.0",
44
"description": "JSON Schema utils for RawModel.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -84,16 +84,16 @@
8484
"devDependencies": {
8585
"@hayspec/cli": "^0.8.4",
8686
"@hayspec/spec": "^0.8.4",
87-
"@rawmodel/handlers": "3.0.0-alpha9",
88-
"@rawmodel/parsers": "3.0.0-alpha9",
89-
"@rawmodel/validators": "3.0.0-alpha9",
87+
"@rawmodel/handlers": "3.0.0",
88+
"@rawmodel/parsers": "3.0.0",
89+
"@rawmodel/validators": "3.0.0",
9090
"nyc": "^14.1.1",
9191
"ts-node": "^8.3.0",
9292
"tslint": "^5.18.0",
9393
"typescript": "^3.5.3"
9494
},
9595
"dependencies": {
96-
"@rawmodel/core": "3.0.0-alpha9",
97-
"@rawmodel/utils": "3.0.0-alpha9"
96+
"@rawmodel/core": "3.0.0",
97+
"@rawmodel/utils": "3.0.0"
9898
}
9999
}

0 commit comments

Comments
 (0)