File tree Expand file tree Collapse file tree 9 files changed +30
-14
lines changed Expand file tree Collapse file tree 9 files changed +30
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @segment/analytics-next
2
2
3
+ ## 1.51.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #805 ] ( https://github.com/segmentio/analytics-next/pull/805 ) [ ` afb027a ` ] ( https://github.com/segmentio/analytics-next/commit/afb027a5b6287fa520283172392b0c39a628a6ae ) Thanks [ @silesky ] ( https://github.com/silesky ) ! - Upgrade typescript
8
+
9
+ - Updated dependencies [[ ` afb027a ` ] ( https://github.com/segmentio/analytics-next/commit/afb027a5b6287fa520283172392b0c39a628a6ae )] :
10
+ - @segment/analytics-core @1.2.3
11
+
3
12
## 1.51.1
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics-next" ,
3
- "version" : " 1.51.1 " ,
3
+ "version" : " 1.51.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/segmentio/analytics-next" ,
48
48
],
49
49
"dependencies" : {
50
50
"@lukeed/uuid" : " ^2.0.0" ,
51
- "@segment/analytics-core" : " 1.2.2 " ,
51
+ "@segment/analytics-core" : " 1.2.3 " ,
52
52
"@segment/analytics.js-video-plugins" : " ^0.2.1" ,
53
53
"@segment/facade" : " ^3.4.9" ,
54
54
"@segment/tsub" : " 1.0.1" ,
Original file line number Diff line number Diff line change 1
1
// This file is generated.
2
- export const version = '1.51.1 '
2
+ export const version = '1.51.2 '
Original file line number Diff line number Diff line change 1
1
# @segment/analytics-core
2
2
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #805 ] ( https://github.com/segmentio/analytics-next/pull/805 ) [ ` afb027a ` ] ( https://github.com/segmentio/analytics-next/commit/afb027a5b6287fa520283172392b0c39a628a6ae ) Thanks [ @silesky ] ( https://github.com/silesky ) ! - Upgrade typescript
8
+
3
9
## 1.2.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics-core" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/segmentio/analytics-next" ,
Original file line number Diff line number Diff line change 1
1
# @segment/analytics-node
2
2
3
+ ## 1.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` afb027a ` ] ( https://github.com/segmentio/analytics-next/commit/afb027a5b6287fa520283172392b0c39a628a6ae )] :
8
+ - @segment/analytics-core @1.2.3
9
+
3
10
## 0.0.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics-node" ,
3
- "version" : " 1.0.0-beta.23 " ,
3
+ "version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
30
30
"publish-prerelease" : " sh scripts/prerelease.sh"
31
31
},
32
32
"dependencies" : {
33
- "@segment/analytics-core" : " 1.2.2 " ,
33
+ "@segment/analytics-core" : " 1.2.3 " ,
34
34
"buffer" : " ^6.0.3" ,
35
35
"node-fetch" : " ^2.6.7" ,
36
36
"tslib" : " ^2.4.1" ,
Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ __metadata:
1733
1733
dependencies :
1734
1734
" @internal/config " : 0.0.0
1735
1735
" @lukeed/uuid " : ^2.0.0
1736
- " @segment/analytics-core " : 1.2.2
1736
+ " @segment/analytics-core " : 1.2.3
1737
1737
" @segment/analytics.js-integration " : ^3.3.3
1738
1738
" @segment/analytics.js-integration-amplitude " : ^3.3.3
1739
1739
" @segment/analytics.js-video-plugins " : ^0.2.1
@@ -1788,7 +1788,7 @@ __metadata:
1788
1788
resolution : " @segment/analytics-node@workspace:packages/node"
1789
1789
dependencies :
1790
1790
" @internal/config " : 0.0.0
1791
- " @segment/analytics-core " : 1.2.2
1791
+ " @segment/analytics-core " : 1.2.3
1792
1792
" @types/node " : ^16
1793
1793
" @types/uuid " : ^9
1794
1794
buffer : ^6.0.3
You can’t perform that action at this time.
0 commit comments