Skip to content

Commit 95de04d

Browse files
committed
v1.0.4
1 parent f37b6e7 commit 95de04d

24 files changed

+141
-41
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="1.0.4"></a>
7+
## [1.0.4](https://github.com/azu/immutable-array-prototype/compare/v1.0.3...v1.0.4) (2018-03-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package immutable-array-prototype

lerna.json

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

packages/benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.4"></a>
7+
## [1.0.4](https://github.com/azu/immutable-array-prototype/compare/v1.0.3...v1.0.4) (2018-03-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package benchmark
13+
614
<a name="1.0.3"></a>
715
## [1.0.3](https://github.com/azu/immutable-array-prototype/compare/v1.0.2...v1.0.3) (2017-10-09)
816

packages/benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "benchmark",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "benchmark for @immutable-array",
66
"main": "benchamrk.js",
77
"scripts": {
@@ -17,10 +17,10 @@
1717
"author": "azu",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@immutable-array/prototype": "^1.0.3",
20+
"@immutable-array/prototype": "^1.0.4",
2121
"@types/jest": "^22.2.0",
2222
"jest": "^22.4.3",
2323
"nanobench": "^2.1.0",
2424
"ts-jest": "^22.4.2"
2525
}
26-
}
26+
}

packages/copy-within/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.4"></a>
7+
## [1.0.4](https://github.com/azu/immutable-array-prototype/compare/v1.0.3...v1.0.4) (2018-03-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @immutable-array/copy-within
13+
614
<a name="1.0.3"></a>
715
## [1.0.3](https://github.com/azu/immutable-array-prototype/compare/v1.0.2...v1.0.3) (2017-10-09)
816

packages/copy-within/package.json

Lines changed: 2 additions & 2 deletions
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.3",
14+
"version": "1.0.4",
1515
"description": "Immutable Array.prototype.copyWithin().",
1616
"main": "lib/copy-within.js",
1717
"types": "lib/copy-within.d.ts",
@@ -44,4 +44,4 @@
4444
"ts-jest": "^22.4.2",
4545
"typescript": "^2.3.4"
4646
}
47-
}
47+
}

packages/fill/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="1.0.4"></a>
7+
## [1.0.4](https://github.com/azu/immutable-array-prototype/compare/v1.0.3...v1.0.4) (2018-03-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @immutable-array/fill
513

614
<a name="1.0.1"></a>
715
## 1.0.1 (2017-06-24)

packages/fill/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/fill",
14-
"version": "1.0.1",
14+
"version": "1.0.4",
1515
"description": "Immutable Array.prototype.fill.",
1616
"main": "lib/fill.js",
1717
"types": "lib/fill.d.ts",
@@ -44,4 +44,4 @@
4444
"ts-jest": "^22.4.2",
4545
"typescript": "^2.3.4"
4646
}
47-
}
47+
}

packages/pop/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="1.0.4"></a>
7+
## [1.0.4](https://github.com/azu/immutable-array-prototype/compare/v1.0.3...v1.0.4) (2018-03-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @immutable-array/pop
513

614
<a name="1.0.1"></a>
715
## 1.0.1 (2017-06-24)

packages/pop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/"
1212
],
1313
"name": "@immutable-array/pop",
14-
"version": "1.0.1",
14+
"version": "1.0.4",
1515
"description": "Immutable Array.prototype.pop.",
1616
"main": "lib/pop.js",
1717
"types": "lib/pop.d.ts",
@@ -44,4 +44,4 @@
4444
"ts-jest": "^22.4.2",
4545
"typescript": "^2.3.4"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)