Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and IMax153 committed May 18, 2022
1 parent 264dcfb commit 884c36e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-pants-sleep.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/stdlib-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tsplus/stdlib-global

## 0.0.33

### Patch Changes

- [#136](https://github.com/ts-plus/stdlib/pull/136) [`9fb73c1`](https://github.com/ts-plus/stdlib/commit/9fb73c18f44fc8f12447ccf549389501abeeb6e5) Thanks [@IMax153](https://github.com/IMax153)! - upgrade dependencies

- Updated dependencies [[`9fb73c1`](https://github.com/ts-plus/stdlib/commit/9fb73c18f44fc8f12447ccf549389501abeeb6e5)]:
- @tsplus/stdlib@0.0.68

## 0.0.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib-global",
"version": "0.0.32",
"version": "0.0.33",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"types": "./types.d.ts",
"peerDependencies": {
"@tsplus/stdlib": "^0.0.67"
"@tsplus/stdlib": "^0.0.68"
},
"peerDependenciesMeta": {
"@tsplus/stdlib": {
Expand Down
6 changes: 6 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tsplus/stdlib

## 0.0.68

### Patch Changes

- [#136](https://github.com/ts-plus/stdlib/pull/136) [`9fb73c1`](https://github.com/ts-plus/stdlib/commit/9fb73c18f44fc8f12447ccf549389501abeeb6e5) Thanks [@IMax153](https://github.com/IMax153)! - upgrade dependencies

## 0.0.67

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib",
"version": "0.0.67",
"version": "0.0.68",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/stdlib-global@workspace:packages/stdlib-global"
peerDependencies:
"@tsplus/stdlib": ^0.0.67
"@tsplus/stdlib": ^0.0.68
peerDependenciesMeta:
"@tsplus/stdlib":
optional: true
Expand Down

0 comments on commit 884c36e

Please sign in to comment.