Skip to content

Commit

Permalink
docs: 📝 add changelogs for 199c7d6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
i7eo committed Mar 28, 2024
1 parent 199c7d6 commit a4ed44c
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changelogrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"**@google-translate-select/constants** `v0.1.4`":["- feat: Replace \"Chinese (Simplified)\" with \"中文 (简体)\",\"Chinese (Traditional)\" with \"中文 (繁体)\" \n"]}
5 changes: 0 additions & 5 deletions .changeset/small-colts-shake.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @google-translate-select/constants

## 0.1.4

### Patch Changes

- [#101](https://github.com/i7eo/google-translate-select/pull/101) [`ba3f5ed`](https://github.com/i7eo/google-translate-select/commit/ba3f5ed9a9504f6d9dc1d54782a41973795a5019) Thanks [@daweilv](https://github.com/daweilv)! - feat: Replace "Chinese (Simplified)" with "中文 (简体)","Chinese (Traditional)" with "中文 (繁体)"

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-translate-select/constants",
"version": "0.1.3",
"version": "0.1.4",
"description": "🚀 The package offer constants for @google-translate-select!",
"keywords": [
"google translate select",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @google-translate-select/react

## 0.1.6

### Patch Changes

- Updated dependencies [[`ba3f5ed`](https://github.com/i7eo/google-translate-select/commit/ba3f5ed9a9504f6d9dc1d54782a41973795a5019)]:
- @google-translate-select/constants@0.1.4
- @google-translate-select/utils@0.1.5

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-translate-select/react",
"version": "0.1.5",
"version": "0.1.6",
"description": "🚀 The package offer react library for @google-translate-select!",
"keywords": [
"google translate select",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @google-translate-select/utils

## 0.1.5

### Patch Changes

- Updated dependencies [[`ba3f5ed`](https://github.com/i7eo/google-translate-select/commit/ba3f5ed9a9504f6d9dc1d54782a41973795a5019)]:
- @google-translate-select/constants@0.1.4

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-translate-select/utils",
"version": "0.1.4",
"version": "0.1.5",
"description": "🚀 The package offer utils for @google-translate-select!",
"keywords": [
"google translate select",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @google-translate-select/vue2

## 0.1.7

### Patch Changes

- Updated dependencies [[`ba3f5ed`](https://github.com/i7eo/google-translate-select/commit/ba3f5ed9a9504f6d9dc1d54782a41973795a5019)]:
- @google-translate-select/constants@0.1.4
- @google-translate-select/utils@0.1.5

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-translate-select/vue2",
"version": "0.1.6",
"version": "0.1.7",
"description": "🚀 The package offer vue2 library for @google-translate-select!",
"keywords": [
"google translate select",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @google-translate-select/vue3

## 0.1.7

### Patch Changes

- Updated dependencies [[`ba3f5ed`](https://github.com/i7eo/google-translate-select/commit/ba3f5ed9a9504f6d9dc1d54782a41973795a5019)]:
- @google-translate-select/constants@0.1.4
- @google-translate-select/utils@0.1.5

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-translate-select/vue3",
"version": "0.1.6",
"version": "0.1.7",
"description": "🚀 The package offer vue3 library for @google-translate-select!",
"keywords": [
"google translate select",
Expand Down

0 comments on commit a4ed44c

Please sign in to comment.