Skip to content

Commit 336f998

Browse files
committed
v3.0.1
1 parent 8cdee45 commit 336f998

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "annexare/countries-list",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"type": "library",
66
"keywords": [

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries-list",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"type": "module",
66
"exports": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/scripts/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fs from 'node:fs'
44
import path from 'node:path'
55
import compare from 'semver-compare'
66

7-
import distComposer from '../../dist/composer.json' assert { type: 'json' }
7+
import distComposer from '../../composer.json' assert { type: 'json' }
88
import distPkg from '../../dist/package.json' assert { type: 'json' }
99
import pkg from '../countries/package.json' assert { type: 'json' }
1010

@@ -27,7 +27,7 @@ const saveJsonFile = (filePath: string, data: unknown) => {
2727

2828
console.log(chalk.bold('\nUpdating files:\n'))
2929

30-
saveJsonFile('../../dist/composer.json', {
30+
saveJsonFile('../../composer.json', {
3131
...distComposer,
3232
version,
3333
})

0 commit comments

Comments
 (0)