Skip to content

Commit b926de1

Browse files
authored
Version Packages (#550)
1 parent c3e0c55 commit b926de1

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/slow-pandas-mix.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

integrations/github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-github
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
8+
39
## 0.2.0
410

511
### Minor Changes

integrations/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",

integrations/gitlab/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-gitlab
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
8+
39
## 0.1.0
410

511
### Minor Changes

integrations/gitlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-gitlab",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",

0 commit comments

Comments
 (0)