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

Commit cfb31d8

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#71)
1 parent a44081b commit cfb31d8

File tree

10 files changed

+35
-17
lines changed

10 files changed

+35
-17
lines changed

.changeset/curvy-pugs-know.md

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

.changeset/khaki-clocks-retire.md

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

packages/array/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @terminal-nerds/snippets-array<!-- 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 [[`2cb9e45`](https://github.com/terminal-nerds/snippets/commit/2cb9e452aeb01637c982e7e98e2a7e0aa2ef3612)]:
8+
- @terminal-nerds/snippets-number@0.1.2
9+
310
## 0.1.1
411

512
### Patch Changes

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.1.1",
5+
"version": "0.1.2",
66
"description": "@terminal-nerds reusable snippets for arrays.",
77
"keywords": [
88
"snippets",

packages/number/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @terminal-nerds/snippets-number<!-- 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+
- [#70](https://github.com/terminal-nerds/snippets/pull/70) [`2cb9e45`](https://github.com/terminal-nerds/snippets/commit/2cb9e452aeb01637c982e7e98e2a7e0aa2ef3612) Thanks [@xeho91](https://github.com/xeho91)! - ♻ Rename `isNaN()` to `isItNaN()` to silence the SonarQube issue
8+
39
## 0.1.1
410

511
### Patch Changes

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.1.1",
5+
"version": "0.1.2",
66
"description": "@terminal-nerds reusable snippets for numbers.",
77
"keywords": [
88
"snippets",

packages/object/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# @terminal-nerds/snippets-object<!-- 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+
- [#72](https://github.com/terminal-nerds/snippets/pull/72) [`a44081b`](https://github.com/terminal-nerds/snippets/commit/a44081bd815fda90f96f6780c2434237a338da09) Thanks [@xeho91](https://github.com/xeho91)! - Added a new modules with snippets:
8+
9+
- `keys`
10+
- `schema`

packages/object/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-object",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"description": "@terminal-nerds reusable snippets for objects.",
77
"keywords": [
88
"snippets",

packages/snippets/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a44081b`](https://github.com/terminal-nerds/snippets/commit/a44081bd815fda90f96f6780c2434237a338da09), [`2cb9e45`](https://github.com/terminal-nerds/snippets/commit/2cb9e452aeb01637c982e7e98e2a7e0aa2ef3612)]:
8+
- @terminal-nerds/snippets-object@0.1.0
9+
- @terminal-nerds/snippets-number@0.1.2
10+
- @terminal-nerds/snippets-array@0.1.2
11+
312
## 0.1.3
413

514
### 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.3",
5+
"version": "0.1.4",
66
"description": "@terminal-nerds all of the reusable snippets.",
77
"keywords": [
88
"snippets",

0 commit comments

Comments
 (0)