diff --git a/CHANGELOG.md b/CHANGELOG.md index 620bb0e..11c1d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/localazy/languages/compare/v0.1.9...v1.0.0) (2024-08-26) + ### [0.1.11](https://github.com/localazy/languages/compare/v0.1.10...v0.1.11) (2024-07-02) ### [0.1.10](https://github.com/localazy/languages/compare/v0.1.9...v0.1.10) (2024-07-02) diff --git a/package-lock.json b/package-lock.json index ca529d4..6d208ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/languages", - "version": "0.1.11", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@localazy/languages", - "version": "0.1.11", + "version": "1.0.0", "devDependencies": { "@localazy/cli": "^1.7.3", "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index df2e5ef..de0df97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/languages", - "version": "0.1.11", + "version": "1.0.0", "description": "Available Localazy Languages", "main": "lib/main/index.js", "typings": "lib/main/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 86f0043..db342e3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,3 @@ export type { Language } from "./language"; export * from "./localazy-languages"; -import * as localizedLanguagesList from "./language-lists/localized-language-list.json"; -export { localizedLanguagesList }; -export * from "./locales" -export * from "./language-lists/translated-language-lists"; \ No newline at end of file +export * from "./locales" \ No newline at end of file diff --git a/tsconfig.build.json b/tsconfig.build.json index 0cda4f4..476cd3a 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,5 @@ { "extends": "./tsconfig", "include": ["src"], + "exclude": ["src/language-lists"] } \ No newline at end of file