Skip to content

Commit 68e8cb7

Browse files
Version Packages (#1854)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 117eb47 commit 68e8cb7

File tree

32 files changed

+184
-47
lines changed

32 files changed

+184
-47
lines changed

.changeset/large-gifts-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-cobras-reply.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

examples/parcel/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @compiled/parcel-app
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 117eb47: Bump package dependencies to React 18 globally. Replace jsx and jsx-dev runtimes with modern syntax to circumvent `export \*` issues.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [117eb47]
12+
- @compiled/babel-component-extracted-fixture@0.2.0
13+
- @compiled/react@0.19.0
14+
315
## 1.3.0
416

517
### Minor Changes

examples/parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-app",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"build": "parcel build ./src/index.html",

examples/ssr/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @compiled/ssr-app
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 117eb47: Bump package dependencies to React 18 globally. Replace jsx and jsx-dev runtimes with modern syntax to circumvent `export \*` issues.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [117eb47]
12+
- @compiled/react@0.19.0
13+
314
## 1.3.0
415

516
### Minor Changes

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/ssr-app",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"build": "razzle build",

examples/vite/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @compiled/vite-app
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 117eb47: Bump package dependencies to React 18 globally. Replace jsx and jsx-dev runtimes with modern syntax to circumvent `export \*` issues.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [117eb47]
12+
- @compiled/babel-component-extracted-fixture@0.2.0
13+
- @compiled/babel-component-fixture@0.2.0
14+
- @compiled/react@0.19.0
15+
316
## 1.0.0
417

518
### Major Changes

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/vite-app",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/webpack/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @compiled/webpack-app
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 117eb47: Bump package dependencies to React 18 globally. Replace jsx and jsx-dev runtimes with modern syntax to circumvent `export \*` issues.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [117eb47]
12+
- @compiled/babel-component-extracted-fixture@0.2.0
13+
- @compiled/babel-component-fixture@0.2.0
14+
- @compiled/webpack-loader@0.20.0
15+
- @compiled/react@0.19.0
16+
317
## 1.3.1
418

519
### Patch Changes

examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/webpack-app",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",

0 commit comments

Comments
 (0)