Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit e5f574d

Browse files
committed
Release 2.10.2
1 parent 813f8d6 commit e5f574d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

History.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

2+
2.10.2 / 2015-08-17
3+
==================
4+
5+
* fix analytics.js singleton export
6+
27
2.10.0 / 2015-06-30
38
===================
49

510
* Move core library out to segmentio/analytics.js-core
6-
11+
712
This repository is now purely a build repository for Analytics.js. For analytics.js's core library, see [segmentio/analytics.js-core](https://github.com/segmentio/analytics.js-core); for integrations, see the [segment-integrations](https://github.com/segment-integrations) organization.
813

914
2.9.1 / 2015-06-11
@@ -16,7 +21,7 @@
1621
==================
1722

1823
* Pull integrations from individual repositories, located in the [segment-integrations GitHub organization](https://github.com/segment-integrations/). This change should be unnoticeable from a user perspective, but has huge benefits in that excluding integrations from custom builds is now much, much easier, and one integration's test failures will no longer prevent another integration's tests from running.
19-
24+
2025
A noteworthy part of this change: All integrations are now pulled into Analytics.js in `component.json`, using an explicit version number.
2126
In the future this part of the build process is very likely to change to be more of an automatic process, but for now--baby steps.
2227

@@ -157,7 +162,7 @@ In the future this part of the build process is very likely to change to be more
157162
* entity: fallback to localstorage when cookies are disabled
158163
* tests: add localstorage fallback tests
159164
* dist: rebuild
160-
165+
161166
2.7.1 / 2015-03-05
162167
==================
163168

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "analytics.js",
33
"author": "Segment.io <friends@segment.io>",
4-
"version": "2.10.1",
4+
"version": "2.10.2",
55
"license": "MIT",
66
"description": "The hassle-free way to integrate analytics into any web application.",
77
"keywords": [

0 commit comments

Comments
 (0)