Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Sep 12, 2023
1 parent 8cdee45 commit 336f998
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annexare/countries-list",
"version": "3.0.0",
"version": "3.0.1",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-list",
"version": "3.0.0",
"version": "3.0.1",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from 'node:fs'
import path from 'node:path'
import compare from 'semver-compare'

import distComposer from '../../dist/composer.json' assert { type: 'json' }
import distComposer from '../../composer.json' assert { type: 'json' }
import distPkg from '../../dist/package.json' assert { type: 'json' }
import pkg from '../countries/package.json' assert { type: 'json' }

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

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

saveJsonFile('../../dist/composer.json', {
saveJsonFile('../../composer.json', {
...distComposer,
version,
})
Expand Down

0 comments on commit 336f998

Please sign in to comment.