Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit c56395c

Browse files
committed
chore: version and publish
- @bscotch/[email protected] - @bscotch/[email protected] - @bscotch/[email protected]
1 parent ef86f56 commit c56395c

File tree

6 files changed

+47
-5
lines changed

6 files changed

+47
-5
lines changed

packages/debounce-watch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-17)
7+
8+
**Note:** Version bump only for package @bscotch/debounce-watch
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-16)
715

816

packages/debounce-watch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"description": "Monitor files for changes, debounce events, and finally trigger consequences.",
77
"devDependencies": {
8-
"@bscotch/utility": "^3.1.0",
8+
"@bscotch/utility": "^4.0.0",
99
"fs-extra": "^10.0.0"
1010
},
1111
"engines": {
@@ -45,5 +45,5 @@
4545
"test": "mocha --enable-source-maps --bail ./app/test/"
4646
},
4747
"type": "commonjs",
48-
"version": "0.5.0"
48+
"version": "0.5.1"
4949
}

packages/schema-builder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-dev.2](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-17)
7+
8+
**Note:** Version bump only for package @bscotch/schema-builder
9+
10+
11+
12+
13+
614
# [0.1.0-dev.1](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-16)
715

816

packages/schema-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@bscotch/utility": "^3.1.0",
3+
"@bscotch/utility": "^4.0.0",
44
"@sinclair/typebox": "^0.23.3",
55
"ajv": "^8.10.0",
66
"ajv-formats": "^2.1.1"
@@ -38,5 +38,5 @@
3838
"url": "git+https://github.com/bscotch/tools.git"
3939
},
4040
"type": "module",
41-
"version": "0.1.0-dev.1"
41+
"version": "0.1.0-dev.2"
4242
}

packages/utility/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-17)
7+
8+
9+
### Bug Fixes
10+
11+
* An import has an invalid path, causing a runtime error. ([9e97f8e](https://github.com/bscotch/tools/commit/9e97f8ef02dc3a02073450fe89060127d03294f6))
12+
* Typeguard methods for arrays are defined and exported twice. ([9354883](https://github.com/bscotch/tools/commit/935488322a764b74fbf059e9a013606819123c56))
13+
14+
15+
### Features
16+
17+
* Add a non-empty array utility type. ([fb03d79](https://github.com/bscotch/tools/commit/fb03d7936c7af85ddb051bdde49bc4013bf8da42))
18+
* Add type-guard functions for e.g. 'isBoolean', 'isNonEmptyArray', etc. ([7c20bd6](https://github.com/bscotch/tools/commit/7c20bd6433f9f31eece8d31939c0e5a5fe5e61d5))
19+
* Remove 'dates' object export from date-related methods. ([0af9406](https://github.com/bscotch/tools/commit/0af9406779876ee84ea2bc56d7fb06c90092a7d6))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* Exported 'dates' object no longer available. This
25+
object bundled together date-related functions, which mostly just adds
26+
confusing overhead.
27+
28+
29+
30+
31+
632
# [3.1.0](https://github.com/bscotch/tools/compare/@bscotch/[email protected]...@bscotch/[email protected]) (2022-02-16)
733

834

packages/utility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"scripts": {
3838
"test": "mocha --enable-source-maps --bail app/test"
3939
},
40-
"version": "3.1.0"
40+
"version": "4.0.0"
4141
}

0 commit comments

Comments
 (0)