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

Commit

Permalink
chore(Changesets): 🏷️ Versioning package(s) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 22, 2023
1 parent 281e35c commit edbf1d2
Show file tree
Hide file tree
Showing 22 changed files with 112 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-otters-sleep.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/fuzzy-dingos-visit.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @terminal-nerds/snippets-config<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-runtime@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for configs.",
"keywords": [
"snippets",
Expand Down
6 changes: 6 additions & 0 deletions packages/error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terminal-nerds/snippets-error<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-error",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for errors.",
"keywords": [
"snippets",
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terminal-nerds/snippets-extension<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-extension",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for extensions.",
"keywords": [
"snippets",
Expand Down
12 changes: 12 additions & 0 deletions packages/function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @terminal-nerds/snippets-function<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-runtime@0.2.0
- @terminal-nerds/snippets-type@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-function",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for functions.",
"keywords": [
"snippets",
Expand Down
6 changes: 6 additions & 0 deletions packages/regexp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terminal-nerds/snippets-regexp<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/regexp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-regexp",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for regexps.",
"keywords": [
"snippets",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @terminal-nerds/snippets-runtime<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-error@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-runtime",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for runtime.",
"keywords": [
"snippets",
Expand Down
21 changes: 21 additions & 0 deletions packages/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @terminal-nerds/snippets<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.1.0

### Minor Changes

- [#47](https://github.com/terminal-nerds/snippets/pull/47) [`4de8834`](https://github.com/terminal-nerds/snippets/commit/4de8834d6b98d141c87085a01849715d82abc354) Thanks [@xeho91](https://github.com/xeho91)! - 🐛 Fix missing packages re-exports

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-extension@0.2.0
- @terminal-nerds/snippets-function@0.2.0
- @terminal-nerds/snippets-runtime@0.2.0
- @terminal-nerds/snippets-config@0.2.0
- @terminal-nerds/snippets-regexp@0.2.0
- @terminal-nerds/snippets-string@0.2.0
- @terminal-nerds/snippets-error@0.2.0
- @terminal-nerds/snippets-test@0.2.0
- @terminal-nerds/snippets-type@0.2.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets",
"version": "0.0.1",
"version": "0.1.0",
"description": "@terminal-nerds all of the reusable snippets.",
"keywords": [
"snippets",
Expand Down
12 changes: 12 additions & 0 deletions packages/string/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @terminal-nerds/snippets-string<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-regexp@0.2.0
- @terminal-nerds/snippets-type@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-string",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for strings.",
"keywords": [
"snippets",
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @terminal-nerds/snippets-test<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

### Patch Changes

- Updated dependencies [[`7ba7377`](https://github.com/terminal-nerds/snippets/commit/7ba73779bb732b0f1bfe7a9d1c702514fb99a193)]:
- @terminal-nerds/snippets-type@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-test",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for tests.",
"keywords": [
"snippets",
Expand Down
6 changes: 6 additions & 0 deletions packages/type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terminal-nerds/snippets-type<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style ul-indent no-bare-urls -->

## 0.2.0

### Minor Changes

- [#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`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"type": "module",
"name": "@terminal-nerds/snippets-type",
"version": "0.1.0",
"version": "0.2.0",
"description": "@terminal-nerds reusable snippets for types.",
"keywords": [
"snippets",
Expand Down

0 comments on commit edbf1d2

Please sign in to comment.