Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed Sep 14, 2019
2 parents 445d39c + fd6ecd4 commit e8edd8f
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
language: node_js
node_js:
- 12
- 11
script:
# use latest npm to work on node9
Expand Down
8 changes: 4 additions & 4 deletions common/config/rush/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion packages/rawmodel-core/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rawmodel/core",
"entries": [
{
"version": "3.0.0-alpha9",
"version": "3.0.0",
"tag": "@rawmodel/core_v2.4.0",
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
"comments": {}
Expand Down
6 changes: 3 additions & 3 deletions packages/rawmodel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/core",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "Strongly-typed JavaScript object with support for validation and error handling.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -84,13 +84,13 @@
"devDependencies": {
"@hayspec/cli": "^0.8.4",
"@hayspec/spec": "^0.8.4",
"@rawmodel/parsers": "3.0.0-alpha9",
"@rawmodel/parsers": "3.0.0",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/utils": "3.0.0-alpha9"
"@rawmodel/utils": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rawmodel-handlers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rawmodel/handlers",
"entries": [
{
"version": "3.0.0-alpha9",
"version": "3.0.0",
"tag": "@rawmodel/handlers_v2.4.0",
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
"comments": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/rawmodel-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/handlers",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "General property error handlers for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/rawmodel-parsers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rawmodel/handlers",
"entries": [
{
"version": "3.0.0-alpha9",
"version": "3.0.0",
"tag": "@rawmodel/handlers_v2.4.0",
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
"comments": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/rawmodel-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/parsers",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "General data parsers for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -91,6 +91,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/utils": "3.0.0-alpha9"
"@rawmodel/utils": "3.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/rawmodel-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/schema",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "JSON Schema utils for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -84,16 +84,16 @@
"devDependencies": {
"@hayspec/cli": "^0.8.4",
"@hayspec/spec": "^0.8.4",
"@rawmodel/handlers": "3.0.0-alpha9",
"@rawmodel/parsers": "3.0.0-alpha9",
"@rawmodel/validators": "3.0.0-alpha9",
"@rawmodel/handlers": "3.0.0",
"@rawmodel/parsers": "3.0.0",
"@rawmodel/validators": "3.0.0",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/core": "3.0.0-alpha9",
"@rawmodel/utils": "3.0.0-alpha9"
"@rawmodel/core": "3.0.0",
"@rawmodel/utils": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rawmodel-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rawmodel/utils",
"entries": [
{
"version": "3.0.0-alpha9",
"version": "3.0.0",
"tag": "@rawmodel/utils_v2.4.0",
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
"comments": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/rawmodel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/utils",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "Shared helpers for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/rawmodel-validators/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rawmodel/validators",
"entries": [
{
"version": "3.0.0-alpha9",
"version": "3.0.0",
"tag": "@rawmodel/validators_v2.4.0",
"date": "Fri, 12 Jul 2019 17:57:56 GMT",
"comments": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/rawmodel-validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rawmodel/validators",
"version": "3.0.0-alpha9",
"version": "3.0.0",
"description": "General validators for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -91,6 +91,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/utils": "3.0.0-alpha9"
"@rawmodel/utils": "3.0.0"
}
}

0 comments on commit e8edd8f

Please sign in to comment.