Skip to content

Commit ec07ee1

Browse files
committed
chore(release): v1.0.5
1 parent 34665cf commit ec07ee1

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.0.4",
6+
"version": "1.0.5",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/benchmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "benchmark",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "benchmark for @immutable-array",
66
"main": "benchamrk.js",
77
"scripts": {
@@ -17,7 +17,7 @@
1717
"author": "azu",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@immutable-array/prototype": "^1.0.4",
20+
"@immutable-array/prototype": "^1.0.5",
2121
"@types/jest": "^29.2.5",
2222
"jest": "^29.3.1",
2323
"nanobench": "^3.0.0",

packages/copy-within/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/copy-within",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.copyWithin().",
1616
"main": "lib/copy-within.js",
1717
"types": "lib/copy-within.d.ts",

packages/fill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/fill",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.fill.",
1616
"main": "lib/fill.js",
1717
"types": "lib/fill.d.ts",

packages/pop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/pop",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.pop.",
1616
"main": "lib/pop.js",
1717
"types": "lib/pop.d.ts",

packages/prototype/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/prototype",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Collection of immutable Array.prototype methods.",
1616
"main": "lib/prototype.js",
1717
"types": "lib/prototype.d.ts",
@@ -40,15 +40,15 @@
4040
},
4141
"homepage": "https://github.com/azu/immutable-array-prototype/tree/master/packages/prototype/",
4242
"dependencies": {
43-
"@immutable-array/copy-within": "^1.0.4",
44-
"@immutable-array/fill": "^1.0.4",
45-
"@immutable-array/pop": "^1.0.4",
46-
"@immutable-array/push": "^1.0.4",
47-
"@immutable-array/reverse": "^1.0.4",
48-
"@immutable-array/shift": "^1.0.4",
49-
"@immutable-array/sort": "^1.0.4",
50-
"@immutable-array/splice": "^1.0.4",
51-
"@immutable-array/unshift": "^1.0.4"
43+
"@immutable-array/copy-within": "^1.0.5",
44+
"@immutable-array/fill": "^1.0.5",
45+
"@immutable-array/pop": "^1.0.5",
46+
"@immutable-array/push": "^1.0.5",
47+
"@immutable-array/reverse": "^1.0.5",
48+
"@immutable-array/shift": "^1.0.5",
49+
"@immutable-array/sort": "^1.0.5",
50+
"@immutable-array/splice": "^1.0.5",
51+
"@immutable-array/unshift": "^1.0.5"
5252
},
5353
"devDependencies": {
5454
"@types/jest": "^29.2.5",

packages/push/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/push",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.push",
1616
"main": "lib/push.js",
1717
"types": "lib/push.d.ts",

packages/reverse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/reverse",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.reverse",
1616
"main": "lib/reverse.js",
1717
"types": "lib/reverse.d.ts",

packages/shift/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/shift",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.shift.",
1616
"main": "lib/shift.js",
1717
"types": "lib/shift.d.ts",

packages/sort/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/sort",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.sort.",
1616
"main": "lib/sort.js",
1717
"types": "lib/sort.d.ts",

packages/splice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/splice",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.splice",
1616
"main": "lib/splice.js",
1717
"types": "lib/splice.d.ts",

packages/unshift/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/unshift",
14-
"version": "1.0.4",
14+
"version": "1.0.5",
1515
"description": "Immutable Array.prototype.unshift.",
1616
"main": "lib/unshift.js",
1717
"types": "lib/unshift.d.ts",

0 commit comments

Comments
 (0)