Skip to content

Commit ae861a6

Browse files
committed
chore: update @ice/jsx-runtime to ^0.3.0
1 parent 2866d88 commit ae861a6

File tree

14 files changed

+24
-12
lines changed

14 files changed

+24
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Use Node.js 16.x
10+
- name: Use Node.js 18.x
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 16.x
13+
node-version: 18
1414
registry-url: https://registry.npmjs.org
1515
- name: Set branch name
1616
run: echo >>$GITHUB_ENV BRANCH_NAME=${GITHUB_REF#refs/heads/}

packages/template-pkg-monorepo-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.3
4+
5+
- [chore] upgrade `@ice/jsx-runtime` version to `^0.3.0`
6+
37
## 1.1.2
48

59
- [chore] import `esm` instead of `src` code

packages/template-pkg-monorepo-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-monorepo-react",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"files": [
55
"template",
66
"!template/component/build",

packages/template-pkg-monorepo-react/template/component/packages/Header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1"
4646
},
4747
"devDependencies": {

packages/template-pkg-monorepo-react/template/component/packages/component-a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-a/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-b/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-b/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.3
4+
5+
- [chore] upgrade `@ice/jsx-runtime` version to `^0.3.0`
6+
37
## 1.3.2
48

59
- [chore] import `esm` instead of `src` code

packages/template-pkg-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-react",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"files": [
55
"template"
66
],

packages/template-pkg-react/template/component/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"@swc/helpers": "^0.5.1",
49-
"@ice/jsx-runtime": "^0.2.0"
49+
"@ice/jsx-runtime": "^0.3.0"
5050
},
5151
"devDependencies": {
5252
"@applint/spec": "^1.2.3",

packages/template-pkg-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.15
4+
5+
- [chore] upgrade `@ice/jsx-runtime` version to `^0.3.0`
6+
37
## 1.0.14
48

59
- [chore] remove pkg docusaurus plugin

packages/template-pkg-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-web",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"files": [
55
"template"
66
],

packages/template-pkg-web/template/component/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"dependencies": {
4545
"@swc/helpers": "^0.5.1",
46-
"@ice/jsx-runtime": "^0.2.0"
46+
"@ice/jsx-runtime": "^0.3.0"
4747
},
4848
"devDependencies": {
4949
"@applint/spec": "^1.2.3",

0 commit comments

Comments
 (0)