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

Commit 94f9373

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#68)
1 parent 7591f40 commit 94f9373

File tree

18 files changed

+82
-25
lines changed

18 files changed

+82
-25
lines changed

.changeset/serious-cars-agree.md

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

.changeset/yellow-socks-wash.md

Lines changed: 0 additions & 7 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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @terminal-nerds/snippets-number@0.1.1
9+
310
## 0.1.0
411

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

packages/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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.3.0
4+
5+
### Minor Changes
6+
7+
- [#69](https://github.com/terminal-nerds/snippets/pull/69) [`7591f40`](https://github.com/terminal-nerds/snippets/commit/7591f402ea0d6287ccc30c93aab16e725ebd252d) Thanks [@xeho91](https://github.com/xeho91)! - 🐛 Resolve issue with duplicated re-export - `RuntimeError`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7591f40`](https://github.com/terminal-nerds/snippets/commit/7591f402ea0d6287ccc30c93aab16e725ebd252d)]:
12+
- @terminal-nerds/snippets-error@0.3.0
13+
- @terminal-nerds/snippets-runtime@0.4.0
14+
315
## 0.2.1
416

517
### 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.2.1",
5+
"version": "0.3.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.3.0
4+
5+
### Minor Changes
6+
7+
- [#69](https://github.com/terminal-nerds/snippets/pull/69) [`7591f40`](https://github.com/terminal-nerds/snippets/commit/7591f402ea0d6287ccc30c93aab16e725ebd252d) Thanks [@xeho91](https://github.com/xeho91)! - 🐛 Resolve issue with duplicated re-export - `RuntimeError`
8+
39
## 0.2.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.2.0",
5+
"version": "0.3.0",
66
"description": "@terminal-nerds reusable snippets for errors.",
77
"keywords": [
88
"snippets",

packages/function/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7591f40`](https://github.com/terminal-nerds/snippets/commit/7591f402ea0d6287ccc30c93aab16e725ebd252d)]:
8+
- @terminal-nerds/snippets-runtime@0.4.0
9+
310
## 0.2.1
411

512
### Patch 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.2.1",
5+
"version": "0.2.2",
66
"description": "@terminal-nerds reusable snippets for functions.",
77
"keywords": [
88
"snippets",

0 commit comments

Comments
 (0)