Skip to content

Commit

Permalink
release: version packages (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 15, 2022
1 parent 1ceee84 commit fb35dd8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/sour-lions-tease.md

This file was deleted.

11 changes: 7 additions & 4 deletions packages/chain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# abortcontroller-chain

## 1.0.1
### Patch Changes
## 1.0.2

### Patch Changes

- [`5f21449`](https://github.com/kyle-johnson/abortcontroller-utils/commit/5f21449e85d2a92ec5e1eefc5b873f90d4ae796c) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Force a patch release to get github tags

- [`3ea33de`](https://github.com/kyle-johnson/abortcontroller-utils/commit/3ea33de03aebf7c9f0b9ae7e4b79f4f3f8a85180) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Fix CI link in readme to point to the right Github repo
## 1.0.1

### Patch Changes

- [`3ea33de`](https://github.com/kyle-johnson/abortcontroller-utils/commit/3ea33de03aebf7c9f0b9ae7e4b79f4f3f8a85180) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Fix CI link in readme to point to the right Github repo

- [`33b75d5`](https://github.com/kyle-johnson/abortcontroller-utils/commit/33b75d549f9f97d79b8fa5708cc93661b4d697eb) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Update README to include purpose upfront.
* [`33b75d5`](https://github.com/kyle-johnson/abortcontroller-utils/commit/33b75d549f9f97d79b8fa5708cc93661b4d697eb) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Update README to include purpose upfront.
2 changes: 1 addition & 1 deletion packages/chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abortcontroller-chain",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple utility to chain an AbortController to one or more AbortSignals.",
"keywords": [
"signal",
Expand Down
9 changes: 9 additions & 0 deletions packages/deadline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# abortcontroller-deadline

## 1.0.1

### Patch Changes

- [`5f21449`](https://github.com/kyle-johnson/abortcontroller-utils/commit/5f21449e85d2a92ec5e1eefc5b873f90d4ae796c) Thanks [@kyle-johnson](https://github.com/kyle-johnson)! - Force a patch release to get github tags

- Updated dependencies [[`5f21449`](https://github.com/kyle-johnson/abortcontroller-utils/commit/5f21449e85d2a92ec5e1eefc5b873f90d4ae796c)]:
- [email protected]

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deadline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abortcontroller-deadline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create an AbortController which aborts after a set number of milliseconds pass (a deadline). Optionally connects to other AbortSignals.",
"keywords": [
"signal",
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"abortcontroller-chain": "workspace:^1.0.1"
"abortcontroller-chain": "workspace:^1.0.2"
},
"devDependencies": {
"@tsconfig/node14": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb35dd8

Please sign in to comment.