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

Commit edbf1d2

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#46)
1 parent 281e35c commit edbf1d2

22 files changed

+112
-29
lines changed

.changeset/breezy-otters-sleep.md

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

.changeset/fuzzy-dingos-visit.md

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

packages/config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#53](https://github.com/terminal-nerds/snippets/pull/53) [`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193) Thanks [@xeho91](https://github.com/xeho91)! - ⬆️ Upgrade `typescript` to `v5`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
12+
- @terminal-nerds/snippets-runtime@0.2.0
13+
314
## 0.1.0
415

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

packages/error/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#53](https://github.com/terminal-nerds/snippets/pull/53) [`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193) Thanks [@xeho91](https://github.com/xeho91)! - ⬆️ Upgrade `typescript` to `v5`
8+
39
## 0.1.0
410

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

packages/extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#53](https://github.com/terminal-nerds/snippets/pull/53) [`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193) Thanks [@xeho91](https://github.com/xeho91)! - ⬆️ Upgrade `typescript` to `v5`
8+
39
## 0.1.0
410

511
### Minor Changes

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

packages/function/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @terminal-nerds/snippets-function<!-- 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+
- [#53](https://github.com/terminal-nerds/snippets/pull/53) [`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193) Thanks [@xeho91](https://github.com/xeho91)! - ⬆️ Upgrade `typescript` to `v5`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
12+
- @terminal-nerds/snippets-runtime@0.2.0
13+
- @terminal-nerds/snippets-type@0.2.0
14+
315
## 0.1.0
416

517
### Minor Changes

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

0 commit comments

Comments
 (0)