Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #210

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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