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

Commit 00a9ba9

Browse files
chore(Changesets): 🏷️ Versioning package(s) (#84)
1 parent 393100f commit 00a9ba9

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/tender-rabbits-prove.md

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

packages/config/CHANGELOG.md

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

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

packages/object/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @terminal-nerds/snippets-object<!-- 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+
- [#83](https://github.com/terminal-nerds/snippets/pull/83) [`393100f`](https://github.com/terminal-nerds/snippets/commit/393100f9044407c6b907c363470092eaca2715f9) Thanks [@xeho91](https://github.com/xeho91)! - Add `index` to `renameObjectKeys()`-> `renamer(key, index)`
8+
39
## 0.3.0
410

511
### Minor Changes

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.3.0",
5+
"version": "0.4.0",
66
"description": "@terminal-nerds reusable snippets for objects.",
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.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`393100f`](https://github.com/terminal-nerds/snippets/commit/393100f9044407c6b907c363470092eaca2715f9)]:
8+
- @terminal-nerds/snippets-object@0.4.0
9+
- @terminal-nerds/snippets-config@0.4.1
10+
311
## 0.2.0
412

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

0 commit comments

Comments
 (0)