Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 9, 2022
1 parent 61a5cb2 commit 9931944
Show file tree
Hide file tree
Showing 8 changed files with 7,876 additions and 10,695 deletions.
7 changes: 0 additions & 7 deletions .changeset/long-birds-tell.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap/guided-answers-extension-core

## 0.2.1

### Patch Changes

- 61a5cb2: Fix to show more than 20 results
- Updated dependencies [61a5cb2]
- @sap/guided-answers-extension-types@0.5.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap/guided-answers-extension-core",
"description": "Guided Answers extension core module",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"private": true,
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sap-guided-answer-extension

## 0.10.1

### Patch Changes

- 61a5cb2: Fix to show more than 20 results

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "%guidedAnswer.description%",
"publisher": "SAPOSS",
"license": "Apache-2.0",
"version": "0.10.0",
"version": "0.10.1",
"icon": "media/guided-answers-extension.png",
"categories": [
"Education"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap/guided-answers-extension-types

## 0.5.1

### Patch Changes

- 61a5cb2: Fix to show more than 20 results

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap/guided-answers-extension-types",
"description": "Guided Answers extension types",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"private": true,
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 9931944

Please sign in to comment.