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

Commit d2b0ca0

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#78)
1 parent c07740f commit d2b0ca0

35 files changed

+237
-48
lines changed

.changeset/big-pandas-talk.md

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

.changeset/orange-rats-ring.md

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

.changeset/three-seas-smell.md

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

packages/array/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/terminal-nerds/snippets/pull/52) [`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update package(s) dependencies:
8+
9+
- `modern-errors` to `v5.5.4`
10+
- `type-fest` to `v3.7.2`
11+
- `typescript` to `v5.0.3`
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656)]:
16+
- @terminal-nerds/snippets-number@0.3.0
17+
- @terminal-nerds/snippets-type@0.3.0
18+
319
## 0.1.3
420

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

packages/config/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/terminal-nerds/snippets/pull/52) [`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update package(s) dependencies:
8+
9+
- `modern-errors` to `v5.5.4`
10+
- `type-fest` to `v3.7.2`
11+
- `typescript` to `v5.0.3`
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656), [`ebabfc7`](https://github.com/terminal-nerds/snippets/commit/ebabfc72f7831ea12055d0214e47c4be8aa051fd), [`c07740f`](https://github.com/terminal-nerds/snippets/commit/c07740fb2f91e869d75c01b23724a3dad634a0c5)]:
16+
- @terminal-nerds/snippets-error@0.4.0
17+
- @terminal-nerds/snippets-object@0.3.0
18+
- @terminal-nerds/snippets-runtime@0.5.0
19+
320
## 0.3.1
421

522
### Patch Changes

packages/config/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-config",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"description": "@terminal-nerds reusable snippets for configs.",
77
"keywords": [
88
"snippets",

packages/error/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/terminal-nerds/snippets/pull/52) [`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update package(s) dependencies:
8+
9+
- `modern-errors` to `v5.5.4`
10+
- `type-fest` to `v3.7.2`
11+
- `typescript` to `v5.0.3`
12+
313
## 0.3.0
414

515
### Minor Changes

packages/error/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-error",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"description": "@terminal-nerds reusable snippets for errors.",
77
"keywords": [
88
"snippets",

packages/extension/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/terminal-nerds/snippets/pull/52) [`2630f51`](https://github.com/terminal-nerds/snippets/commit/2630f5138db3f2f1bc0b766cd94c1c415bba2656) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update package(s) dependencies:
8+
9+
- `modern-errors` to `v5.5.4`
10+
- `type-fest` to `v3.7.2`
11+
- `typescript` to `v5.0.3`
12+
313
## 0.3.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)