Skip to content

Commit

Permalink
Version Packages (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 11, 2024
1 parent a6ac670 commit 68eb407
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/mean-grapes-behave.md

This file was deleted.

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

## 1.0.4

### Patch Changes

- a6ac670: Add missed license field to package.json

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/factories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/factories",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"type": "commonjs"
}
6 changes: 6 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @withease/i18next

## 23.2.1

### Patch Changes

- a6ac670: Add missed license field to package.json

## 23.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/i18next",
"version": "23.2.0",
"version": "23.2.1",
"license": "MIT",
"type": "commonjs",
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @withease/redux

## 1.1.1

### Patch Changes

- a6ac670: Add missed license field to package.json

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/redux",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"type": "commonjs",
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @withease/web-api

## 1.2.2

### Patch Changes

- a6ac670: Add missed license field to package.json

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/web-api",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"type": "commonjs",
"peerDependencies": {
Expand Down

0 comments on commit 68eb407

Please sign in to comment.