Skip to content

Commit 59825cb

Browse files
Chia-Chi-ShenSavina Shen (Manpower Services Taiwan Co Ltd)
and
Savina Shen (Manpower Services Taiwan Co Ltd)
authored
chore: release v1.0.3 (#231)
Co-authored-by: Savina Shen (Manpower Services Taiwan Co Ltd) <a-savinashen@microsoft.com>
1 parent 1c23cad commit 59825cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build --if-present --isNpmBuild
33-
- run: npm publish --access=public --tag=beta
33+
- run: npm publish --access=public --tag=latest
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-azure-maps",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React Wrapper for Azure Maps",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)