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 unional committed Jul 19, 2023
1 parent 6a0df6d commit 6a6a918
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .changeset/seven-paws-smash.md

This file was deleted.

11 changes: 11 additions & 0 deletions components/commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @just-web/react-commands

## 9.0.4

### Patch Changes

- 6a0df6d: Change to use `react` instead of `react-jsx`.

Due to this issue: https://github.com/facebook/react/issues/25857

- Updated dependencies [6a0df6d]
- @just-web/react@9.0.4

## 9.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/react-commands",
"version": "9.0.3",
"version": "9.0.4",
"description": "@just-web/commands UI components in react",
"keywords": [
"just-web",
Expand Down
8 changes: 8 additions & 0 deletions libraries/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/react-intl

## 1.1.1

### Patch Changes

- 6a0df6d: Change to use `react` instead of `react-jsx`.

Due to this issue: https://github.com/facebook/react/issues/25857

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/react-intl",
"version": "1.1.0",
"version": "1.1.1",
"description": "react-intl gizmo for just-web applications",
"keywords": [
"just-web",
Expand Down
8 changes: 8 additions & 0 deletions libraries/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @just-web/react

## 9.0.4

### Patch Changes

- 6a0df6d: Change to use `react` instead of `react-jsx`.

Due to this issue: https://github.com/facebook/react/issues/25857

## 9.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-web/react",
"version": "9.0.3",
"version": "9.0.4",
"description": "Supporting library for using @just-web with React",
"keywords": [
"just-web",
Expand Down

0 comments on commit 6a6a918

Please sign in to comment.