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 Jul 25, 2022
1 parent cc3d9f7 commit f80e9a1
Show file tree
Hide file tree
Showing 10 changed files with 7,609 additions and 10,382 deletions.
8 changes: 0 additions & 8 deletions .changeset/dull-carpets-build.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- cc3d9f7: Adding functionality to call Guided Answers command with node path

### Patch Changes

- Updated dependencies [cc3d9f7]
- @sap/guided-answers-extension-types@0.3.0

## 0.0.3

### Patch 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.0.3",
"version": "0.1.0",
"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.7.0

### Minor Changes

- cc3d9f7: Adding functionality to call Guided Answers command with node path

## 0.6.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.6.0",
"version": "0.7.0",
"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.3.0

### Minor Changes

- cc3d9f7: Adding functionality to call Guided Answers command with node path

## 0.2.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.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"private": true,
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap/guided-answers-extension-webapp

## 0.5.0

### Minor Changes

- cc3d9f7: Adding functionality to call Guided Answers command with node path

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap/guided-answers-extension-webapp",
"description": "Guided Answers extension webview module",
"version": "0.4.0",
"version": "0.5.0",
"author": "SAP SE",
"main": "dist/index.js",
"private": true,
Expand Down
Loading

0 comments on commit f80e9a1

Please sign in to comment.