Skip to content

Commit

Permalink
chore(release): 11.2.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Dec 19, 2020
1 parent a8eb567 commit 818f1c7
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 25 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [11.2.0-next.0](https://github.com/simontonsoftware/s-libs/compare/v11.1.0...v11.2.0-next.0) (2020-12-19)

### Features

- **js-core:** add `isFalsy()` ([62bd6da](https://github.com/simontonsoftware/s-libs/commit/62bd6da2905ba7e505da5d82bec658ed47475b36))
- **js-core:** add `isTruthy()` ([ca38c5d](https://github.com/simontonsoftware/s-libs/commit/ca38c5d324cb867e6ad613cd09267ca1bd4ecaf6))
- **micro-dash:** add `nth()` ([61a37b1](https://github.com/simontonsoftware/s-libs/commit/61a37b15cd1e7c0a806309691b4b86363d5d2cfb)), closes [#10](https://github.com/simontonsoftware/s-libs/issues/10)
- **micro-dash:** add `sampleSize()` ([05bf741](https://github.com/simontonsoftware/s-libs/commit/05bf741365d897352c8469161ec1ab39fe4eb48f))
- **micro-dash:** add `shuffle()` ([5e6f51a](https://github.com/simontonsoftware/s-libs/commit/5e6f51a466885c241cfecdf1b7dfbe90cdfd8914))
- **ng-dev:** add `AsyncMethodController` ([a8eb567](https://github.com/simontonsoftware/s-libs/commit/a8eb56794ca818da2c9ca0e567b0a5d06e46ef6e)), closes [#9](https://github.com/simontonsoftware/s-libs/issues/9)

## [11.1.0](https://github.com/simontonsoftware/s-libs/compare/v11.0.0...v11.1.0) (2020-11-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-libs",
"version": "11.1.0",
"version": "11.2.0-next.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
8 changes: 4 additions & 4 deletions projects/app-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/app-state",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/app-state",
Expand All @@ -10,9 +10,9 @@
"directory": "projects/app-state"
},
"peerDependencies": {
"@s-libs/js-core": "^11.1.0",
"@s-libs/micro-dash": "^11.1.0",
"@s-libs/rxjs-core": "^11.1.0"
"@s-libs/js-core": "^11.2.0-next.0",
"@s-libs/micro-dash": "^11.2.0-next.0",
"@s-libs/rxjs-core": "^11.2.0-next.0"
},
"dependencies": { "tslib": "^2.0.0" }
}
4 changes: 2 additions & 2 deletions projects/js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/js-core",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/js-core",
Expand All @@ -9,6 +9,6 @@
"url": "https://github.com/simontonsoftware/s-libs.git",
"directory": "projects/js-core"
},
"peerDependencies": { "@s-libs/micro-dash": "^11.1.0" },
"peerDependencies": { "@s-libs/micro-dash": "^11.2.0-next.0" },
"dependencies": { "tslib": "^2.0.0" }
}
2 changes: 1 addition & 1 deletion projects/micro-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/micro-dash",
"version": "11.1.0",
"version": "11.2.0-next.0",
"description": "Lightweight implementations of simplified lodash functions",
"author": "Simonton Software",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions projects/ng-app-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/ng-app-state",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/ng-app-state",
Expand All @@ -12,10 +12,10 @@
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@s-libs/js-core": "^11.1.0",
"@s-libs/micro-dash": "^11.1.0",
"@s-libs/ng-core": "^11.1.0",
"@s-libs/rxjs-core": "^11.1.0"
"@s-libs/js-core": "^11.2.0-next.0",
"@s-libs/micro-dash": "^11.2.0-next.0",
"@s-libs/ng-core": "^11.2.0-next.0",
"@s-libs/rxjs-core": "^11.2.0-next.0"
},
"dependencies": { "tslib": "^2.0.0" }
}
8 changes: 4 additions & 4 deletions projects/ng-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/ng-core",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/ng-core",
Expand All @@ -12,9 +12,9 @@
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@s-libs/js-core": "^11.1.0",
"@s-libs/micro-dash": "^11.1.0",
"@s-libs/rxjs-core": "^11.1.0"
"@s-libs/js-core": "^11.2.0-next.0",
"@s-libs/micro-dash": "^11.2.0-next.0",
"@s-libs/rxjs-core": "^11.2.0-next.0"
},
"dependencies": { "tslib": "^2.0.0" }
}
10 changes: 5 additions & 5 deletions projects/ng-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/ng-dev",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/ng-dev",
Expand All @@ -13,10 +13,10 @@
"@angular/cdk": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@s-libs/js-core": "^11.1.0",
"@s-libs/micro-dash": "^11.1.0",
"@s-libs/ng-core": "^11.1.0",
"@s-libs/rxjs-core": "^11.1.0",
"@s-libs/js-core": "^11.2.0-next.0",
"@s-libs/micro-dash": "^11.2.0-next.0",
"@s-libs/ng-core": "^11.2.0-next.0",
"@s-libs/rxjs-core": "^11.2.0-next.0",
"jasmine-core": "^3.6.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions projects/rxjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-libs/rxjs-core",
"version": "11.1.0",
"version": "11.2.0-next.0",
"author": "Simonton Software",
"license": "MIT",
"homepage": "https://github.com/simontonsoftware/s-libs/tree/master/projects/rxjs-core",
Expand All @@ -10,8 +10,8 @@
"directory": "projects/rxjs-core"
},
"peerDependencies": {
"@s-libs/js-core": "^11.1.0",
"@s-libs/micro-dash": "^11.1.0",
"@s-libs/js-core": "^11.2.0-next.0",
"@s-libs/micro-dash": "^11.2.0-next.0",
"rxjs": "^6.6.0"
},
"dependencies": { "tslib": "^2.0.0" }
Expand Down

0 comments on commit 818f1c7

Please sign in to comment.