Skip to content

Commit f0d096f

Browse files
Merge branch 'master' into react_namespace_import
2 parents e98c71d + bbe40c5 commit f0d096f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Store assets
8080
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: assets
8484
path: umd/
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Download assets
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4
104104
with:
105105
name: assets
106106
path: umd
@@ -110,7 +110,7 @@ jobs:
110110
working-directory: umd
111111

112112
- name: Configure AWS credentials
113-
uses: aws-actions/configure-aws-credentials@v1-node16
113+
uses: aws-actions/configure-aws-credentials@v4
114114
with:
115115
role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
116116
aws-region: us-east-1
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Download assets
142-
uses: actions/download-artifact@v3
142+
uses: actions/download-artifact@v4
143143
with:
144144
name: assets
145145
path: umd
@@ -149,7 +149,7 @@ jobs:
149149
working-directory: umd
150150

151151
- name: Configure AWS credentials
152-
uses: aws-actions/configure-aws-credentials@v1-node16
152+
uses: aws-actions/configure-aws-credentials@v4
153153
with:
154154
role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
155155
aws-region: us-east-1

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.2 (December XX, 2024)
1+
2.0.2 (January XX, 2025)
22
- Updated the internal imports of React library from default to namespace imports as this is the recommended approach for better compatibility with React, TypeScript, ES modules, and tree shaking (https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#removing-unused-react-imports).
33

44
2.0.1 (December 4, 2024)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2024 Split Software, Inc.
1+
Copyright © 2025 Split Software, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)