Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
chore(Changesets): 🏷️ Versioning package(s) (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 26, 2023
1 parent d09852c commit 1326011
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 29 deletions.
15 changes: 0 additions & 15 deletions .changeset/cuddly-cats-rush.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/wicked-ravens-sell.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# @terminal-nerds/snippets-array<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.1.0

### Minor Changes

- [#65](https://github.com/terminal-nerds/snippets/pull/65) [`5aa3256`](https://github.com/terminal-nerds/snippets/commit/5aa3256f9eb7db5c11e58a70f381355d77cc1d4a) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Added a new, initial modules:

- `compare`
- `difference`
- `filter`
- `intersection`
- `random`
- `schema`
- `shuffle`
- `union`
- `unique`

### Patch Changes

- Updated dependencies [[`f52b0ba`](https://github.com/terminal-nerds/snippets/commit/f52b0baf44df92215cc31a27969894a6c4125051)]:
- @terminal-nerds/snippets-number@0.1.0
2 changes: 1 addition & 1 deletion packages/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-array",
"version": "0.0.0",
"version": "0.1.0",
"description": "@terminal-nerds reusable snippets for arrays.",
"keywords": [
"snippets",
Expand Down
12 changes: 12 additions & 0 deletions packages/number/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @terminal-nerds/snippets-number<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.1.0

### Minor Changes

- [#60](https://github.com/terminal-nerds/snippets/pull/60) [`f52b0ba`](https://github.com/terminal-nerds/snippets/commit/f52b0baf44df92215cc31a27969894a6c4125051) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add initial modules:

- `math`
- `misc`
- `random`
- `round`
- `schema`
2 changes: 1 addition & 1 deletion packages/number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-number",
"version": "0.0.0",
"version": "0.1.0",
"description": "@terminal-nerds reusable snippets for numbers.",
"keywords": [
"snippets",
Expand Down
8 changes: 8 additions & 0 deletions packages/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @terminal-nerds/snippets<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.1.2

### Patch Changes

- Updated dependencies [[`5aa3256`](https://github.com/terminal-nerds/snippets/commit/5aa3256f9eb7db5c11e58a70f381355d77cc1d4a), [`f52b0ba`](https://github.com/terminal-nerds/snippets/commit/f52b0baf44df92215cc31a27969894a6c4125051)]:
- @terminal-nerds/snippets-array@0.1.0
- @terminal-nerds/snippets-number@0.1.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets",
"version": "0.1.1",
"version": "0.1.2",
"description": "@terminal-nerds all of the reusable snippets.",
"keywords": [
"snippets",
Expand Down

0 comments on commit 1326011

Please sign in to comment.