Skip to content

Commit

Permalink
[CHORE] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemick committed Sep 3, 2024
1 parent ef15cd8 commit 0c29784
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-iframe-resizer/core",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"description": "Open-source modern iframe resizer",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-iframe-resizer/react",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"description": "Open-source modern iframe resizer component",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "npx playwright install --with-deps && npx playwright test"
},
"dependencies": {
"@open-iframe-resizer/core": "1.1.0"
"@open-iframe-resizer/core": "1.1.1"
},
"devDependencies": {
"@babel/core": "7.22.10",
Expand Down

0 comments on commit 0c29784

Please sign in to comment.