Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaarela committed Aug 29, 2022
1 parent 94b3806 commit 860263e
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.9](https://github.com/finnair/v-validation/compare/v1.1.0-alpha.8...v1.1.0-alpha.9) (2022-08-19)

**Note:** Version bump only for package v-validation
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.9",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)

**Note:** Version bump only for package @finnair/v-validation
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finnair/v-validation",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"private": false,
"description": "V-validation core package",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"build": "tsc -b ."
},
"dependencies": {
"@finnair/path": "^1.1.0-alpha.6",
"@finnair/path": "^1.1.0",
"@types/deep-equal": "1.0.1",
"@types/uuid-validate": "0.0.1",
"deep-equal": "2.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/luxon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.9](https://github.com/finnair/v-validation/compare/v1.1.0-alpha.8...v1.1.0-alpha.9) (2022-08-19)

**Note:** Version bump only for package @finnair/v-validation-luxon
Expand Down
6 changes: 3 additions & 3 deletions packages/luxon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finnair/v-validation-luxon",
"version": "1.1.0-alpha.9",
"version": "1.1.0",
"private": false,
"description": "Luxon validators",
"main": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"build": "tsc -b ."
},
"dependencies": {
"@finnair/path": "^1.1.0-alpha.6",
"@finnair/v-validation": "^1.1.0-alpha.6",
"@finnair/path": "^1.1.0",
"@finnair/v-validation": "^1.1.0",
"luxon": "3.0.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/moment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finnair/v-validation-moment",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"private": false,
"description": "Moment validators",
"main": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"build": "tsc -b ."
},
"dependencies": {
"@finnair/path": "^1.1.0-alpha.6",
"@finnair/v-validation": "^1.1.0-alpha.6",
"@finnair/path": "^1.1.0",
"@finnair/v-validation": "^1.1.0",
"moment": "2.29.4"
}
}
11 changes: 11 additions & 0 deletions packages/path-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)

**Note:** Version bump only for package @finnair/path-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/path-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finnair/path-parser",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"private": false,
"description": "Simple object path as array of strings and numbers",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"build": "tsc -b ."
},
"dependencies": {
"@finnair/path": "^1.1.0-alpha.6",
"@finnair/path": "^1.1.0",
"@types/nearley": "2.11.1",
"nearley": "2.19.5"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)


### Features

* Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))





# [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)

**Note:** Version bump only for package @finnair/path
Expand Down
2 changes: 1 addition & 1 deletion packages/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finnair/path",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"private": false,
"description": "Simple object path as array of strings and numbers",
"main": "dist/index.js",
Expand Down

0 comments on commit 860263e

Please sign in to comment.