Skip to content

Commit c93371a

Browse files
committed
v3.4.1
1 parent 3a4b363 commit c93371a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.0",
2+
"version": "3.4.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/flyyer-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flyyer/flyyer-lite",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Flyyer.io helper classes and methods to generate smart URL to render images.",
55
"keywords": [
66
"flyyer",

packages/flyyer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flyyer/flyyer",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Flyyer.io helper classes and methods to generate smart URL to render images.",
55
"keywords": [
66
"flyyer",
@@ -38,7 +38,7 @@
3838
"prepare": "tsdx build"
3939
},
4040
"dependencies": {
41-
"@flyyer/flyyer-lite": "^3.4.0"
41+
"@flyyer/flyyer-lite": "^3.4.1"
4242
},
4343
"devDependencies": {
4444
"@flyyer/eslint-config": "^2.1.1",

0 commit comments

Comments
 (0)