Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @userlike/messenger-internal@2.0.0
 - @userlike/messenger@1.1.0
  • Loading branch information
anilanar committed Jan 26, 2021
1 parent a1135b5 commit cf16b4e
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 3 deletions.
109 changes: 109 additions & 0 deletions packages/messenger-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,115 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2021-01-26)


### Code Refactoring

* drop config from WidgetLoaderSettings ([bc32432](https://github.com/userlike/messenger/commit/bc32432df54b0222eacecf0521809446efdca4e7))
* impl asset loading from umm manifest ([9c9cfbd](https://github.com/userlike/messenger/commit/9c9cfbd3f1fe0009c75d36cfe77e66dc1c422e9a))


### Features

* allow reporting of original errors for script load events ([f05ff4b](https://github.com/userlike/messenger/commit/f05ff4bfa62473ae2309b2b2dda96aad3a39faa5))
* **internal:** add loadWidgetConfig & loadAssetsManifest ([ebe1ba4](https://github.com/userlike/messenger/commit/ebe1ba4a82aaad637fe0902ea5afa245e1d61169))


### BREAKING CHANGES

* The way UMM scripts are loaded has significantly changed.
* WidgetLoaderSettings doesn't have a config property anymore.



# 1.0.0 (2020-09-03)



# 1.0.0-rc.4 (2020-09-02)



# 1.0.0-rc.3 (2020-09-01)



# 1.0.0-rc.2 (2020-08-31)


### Features

* introduce minimize ([e803a17](https://github.com/userlike/messenger/commit/e803a17143c7a03df238686c72d1025ee34288c3))



# 1.0.0-rc.1 (2020-08-31)



# 1.0.0-rc.0 (2020-08-31)



# 0.1.0-alpha.6 (2020-08-31)


### Features

* introduce experimental ui config option ([47b9ed7](https://github.com/userlike/messenger/commit/47b9ed78bd8d96382018fbdd3e3b555707fcda6c))
* introduce show/hide, separate from mount/unmount ([1d976a1](https://github.com/userlike/messenger/commit/1d976a18c4ed695b7ca459777d4d6f13344b6ada))



# 0.1.0-alpha.5 (2020-08-27)


### Bug Fixes

* make VersionStatus a non-const enum ([c03c1fc](https://github.com/userlike/messenger/commit/c03c1fcc2b1cbe4e3dd4b3b994c54f61eedefc8b))


### Features

* add contact info to exposed um state ([68921c3](https://github.com/userlike/messenger/commit/68921c350b9f36f15ee431b54d5feee6fdc5d2e4))
* add experimental setRegistration and setProactive actions ([bbdf3e7](https://github.com/userlike/messenger/commit/bbdf3e7bb16acdb7e4beafbeb82c56bfd193cb02))
* add legacy api as v0 ([935ace2](https://github.com/userlike/messenger/commit/935ace2beeb45cc9a1205add95d29ef5f9f62923))



# 0.1.0-alpha.4 (2020-08-25)



# 0.1.0-alpha.3 (2020-08-25)



# 0.1.0-alpha.2 (2020-08-13)


### Bug Fixes

* improve error handling of widget loading ([c1870f8](https://github.com/userlike/messenger/commit/c1870f8c429efffae558a339c02b16b10a49e4d3))



# 0.1.0-alpha.1 (2020-08-13)


### Bug Fixes

* reduce the chance of multiple messengers conflicting with each other ([e7bc350](https://github.com/userlike/messenger/commit/e7bc350bee9ef10a2faede0d14b09df8321866c7))



# 0.1.0-alpha.0 (2020-08-06)





# [2.0.0-alpha.5](https://github.com/userlike/messenger/compare/@userlike/messenger-internal@2.0.0-alpha.4...@userlike/messenger-internal@2.0.0-alpha.5) (2020-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/messenger-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userlike/messenger-internal",
"version": "2.0.0-alpha.5",
"version": "2.0.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
Expand Down
68 changes: 68 additions & 0 deletions packages/messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,74 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-01-26)



# 1.0.0 (2020-09-03)



# 1.0.0-rc.4 (2020-09-02)



# 1.0.0-rc.3 (2020-09-01)



# 1.0.0-rc.2 (2020-08-31)



# 1.0.0-rc.1 (2020-08-31)



# 1.0.0-rc.0 (2020-08-31)


### Bug Fixes

* fix version mismatch in createMessenger types ([f343cb1](https://github.com/userlike/messenger/commit/f343cb1f4bb9c8918e06d954136381aafa2d2cc4))



# 0.1.0-alpha.6 (2020-08-31)



# 0.1.0-alpha.5 (2020-08-27)


### Features

* add legacy api as v0 ([935ace2](https://github.com/userlike/messenger/commit/935ace2beeb45cc9a1205add95d29ef5f9f62923))



# 0.1.0-alpha.4 (2020-08-25)



# 0.1.0-alpha.3 (2020-08-25)



# 0.1.0-alpha.2 (2020-08-13)



# 0.1.0-alpha.1 (2020-08-13)



# 0.1.0-alpha.0 (2020-08-06)





# [1.1.0-alpha.6](https://github.com/userlike/messenger/compare/@userlike/messenger@1.1.0-alpha.5...@userlike/messenger@1.1.0-alpha.6) (2020-12-02)

**Note:** Version bump only for package @userlike/messenger
Expand Down
4 changes: 2 additions & 2 deletions packages/messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userlike/messenger",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
Expand All @@ -27,6 +27,6 @@
"access": "public"
},
"dependencies": {
"@userlike/messenger-internal": "^2.0.0-alpha.5"
"@userlike/messenger-internal": "^2.0.0"
}
}

0 comments on commit cf16b4e

Please sign in to comment.