Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/cli-lib@6.3.8
 - @formatjs/cli@6.2.9
 - @formatjs/editor@2.0.44
 - react-intl@6.6.4
 - vue-intl@6.4.30
  • Loading branch information
longlho committed Mar 27, 2024
1 parent 56dd02c commit 62ae1d5
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/cli-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.8](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.3.7...@formatjs/cli-lib@6.3.8) (2024-03-27)

### Bug Fixes

* **@formatjs/cli-lib:** fix issue with vue 3.4 ([56dd02c](https://github.com/formatjs/formatjs/commit/56dd02c0d52b3869386bc23a1a31b4c629ae327c)), closes [#4379](https://github.com/formatjs/formatjs/issues/4379) - by @longlho

## [6.3.7](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.3.6...@formatjs/cli-lib@6.3.7) (2024-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli-lib",
"version": "6.3.7",
"version": "6.3.8",
"description": "Lib for CLI for formatjs.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.9](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.8...@formatjs/cli@6.2.9) (2024-03-27)

### Bug Fixes

* **@formatjs/cli-lib:** fix issue with vue 3.4 ([56dd02c](https://github.com/formatjs/formatjs/commit/56dd02c0d52b3869386bc23a1a31b4c629ae327c)), closes [#4379](https://github.com/formatjs/formatjs/issues/4379) - by @longlho

## [6.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.7...@formatjs/cli@6.2.8) (2024-03-24)

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "6.2.8",
"version": "6.2.9",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.44](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.43...@formatjs/editor@2.0.44) (2024-03-27)

**Note:** Version bump only for package @formatjs/editor

## [2.0.43](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.42...@formatjs/editor@2.0.43) (2024-03-24)

**Note:** Version bump only for package @formatjs/editor
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "2.0.43",
"version": "2.0.44",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.4](https://github.com/formatjs/formatjs/compare/react-intl@6.6.3...react-intl@6.6.4) (2024-03-27)

**Note:** Version bump only for package react-intl

## [6.6.3](https://github.com/formatjs/formatjs/compare/react-intl@6.6.2...react-intl@6.6.3) (2024-03-24)

**Note:** Version bump only for package react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.6.3",
"version": "6.6.4",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.30](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.29...vue-intl@6.4.30) (2024-03-27)

### Bug Fixes

* **@formatjs/cli-lib:** fix issue with vue 3.4 ([56dd02c](https://github.com/formatjs/formatjs/commit/56dd02c0d52b3869386bc23a1a31b4c629ae327c)), closes [#4379](https://github.com/formatjs/formatjs/issues/4379) - by @longlho

## [6.4.29](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.28...vue-intl@6.4.29) (2024-03-24)

**Note:** Version bump only for package vue-intl
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-intl",
"version": "6.4.29",
"version": "6.4.30",
"description": "formatjs intl binding for vue",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 62ae1d5

Please sign in to comment.