Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed Sep 27, 2019
1 parent b443816 commit 5915b44
Show file tree
Hide file tree
Showing 20 changed files with 154 additions and 92 deletions.
115 changes: 51 additions & 64 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",
"version": "3.1.0",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions packages/rawmodel-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@rawmodel/core",
"entries": [
{
"version": "3.1.0",
"tag": "@rawmodel/core_v3.1.0",
"date": "Fri, 27 Sep 2019 22:48:59 GMT",
"comments": {}
},
{
"version": "3.0.0",
"tag": "@rawmodel/core_v2.4.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/rawmodel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log - @rawmodel/core

This log was last generated on Fri, 12 Jul 2019 17:57:56 GMT and should not be manually modified.
This log was last generated on Fri, 27 Sep 2019 22:48:59 GMT and should not be manually modified.

## 2.4.0
## 3.1.0
Fri, 27 Sep 2019 22:48:59 GMT

*Version update only*

## 3.0.0
Fri, 12 Jul 2019 17:57:56 GMT

*Version update only*
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",
"version": "3.1.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",
"@rawmodel/parsers": "3.1.0",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/utils": "3.0.0"
"@rawmodel/utils": "3.1.0"
}
}
6 changes: 6 additions & 0 deletions packages/rawmodel-handlers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@rawmodel/handlers",
"entries": [
{
"version": "3.1.0",
"tag": "@rawmodel/handlers_v3.1.0",
"date": "Fri, 27 Sep 2019 22:48:59 GMT",
"comments": {}
},
{
"version": "3.0.0",
"tag": "@rawmodel/handlers_v2.4.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/rawmodel-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log - @rawmodel/handlers

This log was last generated on Fri, 12 Jul 2019 17:57:56 GMT and should not be manually modified.
This log was last generated on Fri, 27 Sep 2019 22:48:59 GMT and should not be manually modified.

## 2.4.0
## 3.1.0
Fri, 27 Sep 2019 22:48:59 GMT

*Version update only*

## 3.0.0
Fri, 12 Jul 2019 17:57:56 GMT

*Version update only*
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",
"version": "3.1.0",
"description": "General property error handlers for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 7 additions & 1 deletion packages/rawmodel-parsers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@rawmodel/handlers",
"name": "@rawmodel/parsers",
"entries": [
{
"version": "3.1.0",
"tag": "@rawmodel/parsers_v3.1.0",
"date": "Fri, 27 Sep 2019 22:48:59 GMT",
"comments": {}
},
{
"version": "3.0.0",
"tag": "@rawmodel/handlers_v2.4.0",
Expand Down
11 changes: 8 additions & 3 deletions packages/rawmodel-parsers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log - @rawmodel/handlers
# Change Log - @rawmodel/parsers

This log was last generated on Fri, 12 Jul 2019 17:57:56 GMT and should not be manually modified.
This log was last generated on Fri, 27 Sep 2019 22:48:59 GMT and should not be manually modified.

## 2.4.0
## 3.1.0
Fri, 27 Sep 2019 22:48:59 GMT

*Version update only*

## 3.0.0
Fri, 12 Jul 2019 17:57:56 GMT

*Version update only*
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",
"version": "3.1.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"
"@rawmodel/utils": "3.1.0"
}
}
Loading

0 comments on commit 5915b44

Please sign in to comment.