Skip to content

Commit

Permalink
chore: publish packages to npm
Browse files Browse the repository at this point in the history
 - @teamwork/[email protected]
 - @teamwork/[email protected]
 - @teamwork/[email protected]
 - @teamwork/[email protected]
 - @teamwork/[email protected]
 - @teamwork/[email protected]
  • Loading branch information
gkubisa committed Jul 29, 2020
1 parent 1d760bf commit 8bff14d
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add caretOffset to Autocomplete ([c5e7ee3](https://github.com/Teamwork/autocomplete/commit/c5e7ee3d86117655f9c3b127f97abaefd4537942))
* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))





## [1.1.3](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-04-20)

**Note:** Version bump only for package @teamwork/autocomplete-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-core",
"version": "1.1.3",
"version": "1.2.0",
"description": "The core autocomplete components.",
"keywords": [
"autocomplete"
Expand Down
11 changes: 11 additions & 0 deletions packages/editor-codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))





## [1.0.5](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-04-20)

**Note:** Version bump only for package @teamwork/autocomplete-editor-codemirror
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-editor-codemirror",
"version": "1.0.5",
"version": "1.1.0",
"description": "The autocomplete editor adapter for CodeMirror.",
"keywords": [
"autocomplete editor CodeMirror"
Expand Down
11 changes: 11 additions & 0 deletions packages/editor-contenteditable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))





# 1.0.0 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/editor-contenteditable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-editor-contenteditable",
"version": "1.0.0",
"version": "1.1.0",
"description": "The autocomplete editor adapter for elements with the contenteditable attribute.",
"keywords": [
"autocomplete editor contenteditable"
Expand Down
11 changes: 11 additions & 0 deletions packages/editor-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))





## [1.0.6](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/editor-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-editor-text",
"version": "1.0.6",
"version": "1.1.0",
"description": "The autocomplete editor adapter for textarea and input[text].",
"keywords": [
"autocomplete editor textarea"
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-ko/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))
* add uiPosition param ([b6151dc](https://github.com/Teamwork/autocomplete/commit/b6151dc912e089ee843bf34cbe54c4adcf029d6c))





## [2.0.5](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-ko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-ui-ko",
"version": "2.0.5",
"version": "2.1.0",
"description": "The autocomplete UI in Knockout.",
"keywords": [
"autocomplete ui knockout"
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-07-29)


### Features

* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3))
* add uiPosition prop ([fd1c287](https://github.com/Teamwork/autocomplete/commit/fd1c287497f3578c698ab934ac963ee69c6b6130))





## [1.1.6](https://github.com/Teamwork/autocomplete/compare/@teamwork/[email protected]...@teamwork/[email protected]) (2020-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamwork/autocomplete-ui-vue",
"version": "1.1.6",
"version": "1.2.0",
"description": "The autocomplete UI in Vue.",
"keywords": [
"autocomplete ui vue"
Expand Down

0 comments on commit 8bff14d

Please sign in to comment.