@anker-in/campaign-ui 0.5.1-beta.1 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/campaign-ui",
3
- "version": "0.5.1-beta.01",
3
+ "version": "0.5.1",
4
4
  "description": "Campaign UI components and utilities for Anker projects",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -87,6 +87,7 @@ export enum AlpcErrorCode {
87
87
  export const ALPC_COUNTRY_MAP = new Map<string, string>([
88
88
  ['eu-en', 'eu'],
89
89
  ['eu-de', 'de'],
90
+ ['eu-fr', 'fr'],
90
91
  ])
91
92
 
92
93
  export enum ApprovalStatus {