Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rowellx68 committed May 14, 2024
1 parent 896aae5 commit ba60a6e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-flies-sing.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d) Thanks [@rowellx68](https://github.com/rowellx68)! - fix(core): update import styles for dependencies

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-utilities-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "A collection of utilities that parses i18next resource files, concatenates them, and can generate TypeScript definitions for them.",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# esbuild-plugin-i18next-loader

## 1.1.2

### Patch Changes

- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]:
- [email protected]

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-plugin-i18next-loader",
"version": "1.1.1",
"version": "1.1.2",
"description": "esbuild plugin to client bundle i18next locales.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/ts-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# i18next-utilities-ts-cli

## 1.0.2

### Patch Changes

- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]:
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-utilities-ts-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate i18next type definitions from your resource files.",
"main": "dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.2

### Patch Changes

- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]:
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-typed-i18next-loader",
"version": "2.0.1",
"version": "2.0.2",
"description": "Generate a virtual module for resources and type definitions for i18next.",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit ba60a6e

Please sign in to comment.