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

Commit 1326011

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#63)
1 parent d09852c commit 1326011

File tree

8 files changed

+44
-29
lines changed

8 files changed

+44
-29
lines changed

.changeset/cuddly-cats-rush.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/wicked-ravens-sell.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/array/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# @terminal-nerds/snippets-array<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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:
8+
9+
- `compare`
10+
- `difference`
11+
- `filter`
12+
- `intersection`
13+
- `random`
14+
- `schema`
15+
- `shuffle`
16+
- `union`
17+
- `unique`
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`f52b0ba`](https://github.com/terminal-nerds/snippets/commit/f52b0baf44df92215cc31a27969894a6c4125051)]:
22+
- @terminal-nerds/snippets-number@0.1.0

packages/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package",
33
"type": "module",
44
"name": "@terminal-nerds/snippets-array",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"description": "@terminal-nerds reusable snippets for arrays.",
77
"keywords": [
88
"snippets",

packages/number/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# @terminal-nerds/snippets-number<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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:
8+
9+
- `math`
10+
- `misc`
11+
- `random`
12+
- `round`
13+
- `schema`

packages/number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package",
33
"type": "module",
44
"name": "@terminal-nerds/snippets-number",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"description": "@terminal-nerds reusable snippets for numbers.",
77
"keywords": [
88
"snippets",

packages/snippets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @terminal-nerds/snippets<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5aa3256`](https://github.com/terminal-nerds/snippets/commit/5aa3256f9eb7db5c11e58a70f381355d77cc1d4a), [`f52b0ba`](https://github.com/terminal-nerds/snippets/commit/f52b0baf44df92215cc31a27969894a6c4125051)]:
8+
- @terminal-nerds/snippets-array@0.1.0
9+
- @terminal-nerds/snippets-number@0.1.0
10+
311
## 0.1.1
412

513
### Patch Changes

packages/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package",
33
"type": "module",
44
"name": "@terminal-nerds/snippets",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"description": "@terminal-nerds all of the reusable snippets.",
77
"keywords": [
88
"snippets",

0 commit comments

Comments
 (0)