Skip to content

Commit

Permalink
Merge pull request #151 from yulinscottkang/release
Browse files Browse the repository at this point in the history
chore: bump version to 0.4.6
  • Loading branch information
yulinscottkang authored Apr 25, 2023
2 parents 4f75def + 81605ff commit ad7b87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-azure-maps",
"version": "0.4.5",
"version": "0.4.6",
"description": "React Wrapper for Azure Maps",
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions preview/react-preview.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react'
import { createRoot } from 'react-dom/client'
import { AzureMap, AzureMapsProvider } from '../dist/react-azure-maps.es5'
import { AzureMap, AzureMapsProvider, AuthenticationType } from '../dist/react-azure-maps.es5'

const option = {
authOptions: {
authType: 'subscriptionKey',
authType: AuthenticationType.subscriptionKey,
subscriptionKey: ''
}
}
Expand Down

0 comments on commit ad7b87f

Please sign in to comment.