Skip to content

Commit

Permalink
chore: bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danfma committed Apr 25, 2022
1 parent ba58247 commit 0a47e2f
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 25 deletions.

This file was deleted.

This file was deleted.

19 changes: 19 additions & 0 deletions packages/fluva-mobx/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"name": "fluva-mobx",
"entries": [
{
"version": "1.0.0",
"tag": "fluva-mobx_v1.0.0",
"date": "Mon, 25 Apr 2022 19:58:30 GMT",
"comments": {
"major": [
{
"comment": "Apply rename of \"Unconformity\" to \"Inconsistency\".",
"author": "Daniel Ferreira Monteiro Alves <[email protected]>",
"commit": "ba58247ae936220cf27850d4fa10d0b4f6f8ce86"
}
],
"dependency": [
{
"comment": "Updating dependency \"fluva\" from `^1.0.0` to `^2.0.0`"
}
]
}
},
{
"version": "0.1.0",
"tag": "fluva-mobx_v0.1.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/fluva-mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - fluva-mobx

This log was last generated on Sat, 23 Apr 2022 03:57:09 GMT and should not be manually modified.
This log was last generated on Mon, 25 Apr 2022 19:58:30 GMT and should not be manually modified.

## 1.0.0
Mon, 25 Apr 2022 19:58:30 GMT

### Breaking changes

- Apply rename of "Unconformity" to "Inconsistency".

## 0.1.0
Sat, 23 Apr 2022 03:57:09 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/fluva-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluva-mobx",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/esm/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"@rushstack/eslint-config": "^2.5.4"
},
"dependencies": {
"fluva": "workspace:^1.0.0",
"fluva": "workspace:^2.0.0",
"mobx": "^4.15"
}
}
14 changes: 14 additions & 0 deletions packages/fluva/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "fluva",
"entries": [
{
"version": "2.0.0",
"tag": "fluva_v2.0.0",
"date": "Mon, 25 Apr 2022 19:58:30 GMT",
"comments": {
"major": [
{
"comment": "Rename \"Unconformity\" to \"Inconsistency\", fix Validator implementation and tests, and replace jest with vitest.",
"author": "Daniel Ferreira Monteiro Alves <[email protected]>",
"commit": "ba58247ae936220cf27850d4fa10d0b4f6f8ce86"
}
]
}
},
{
"version": "1.0.0",
"tag": "fluva_v1.0.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/fluva/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - fluva

This log was last generated on Sat, 23 Apr 2022 03:57:09 GMT and should not be manually modified.
This log was last generated on Mon, 25 Apr 2022 19:58:30 GMT and should not be manually modified.

## 2.0.0
Mon, 25 Apr 2022 19:58:30 GMT

### Breaking changes

- Rename "Unconformity" to "Inconsistency", fix Validator implementation and tests, and replace jest with vitest.

## 1.0.0
Sat, 23 Apr 2022 03:57:09 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/fluva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluva",
"version": "1.0.0",
"version": "2.0.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/esm/index.d.ts",
Expand Down

0 comments on commit 0a47e2f

Please sign in to comment.