Skip to content

Commit

Permalink
Fix patch version of airport-js
Browse files Browse the repository at this point in the history
  • Loading branch information
OSTAR authored and OSTAR committed Feb 12, 2025
1 parent f879362 commit 513911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airport-js",
"version": "2.2.1",
"version": "2.2.2",
"author": "jeongseok oh <jeongseok.ooh@navercorp.com>, junsoo choi <junsoo.choi@navercorp.com>",
"license": "MIT",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "yarn clean && npx rollup -c"
},
"dependencies": {
"airport-js": "^2.2.1"
"airport-js": "^2.2.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 513911d

Please sign in to comment.