Skip to content

Commit

Permalink
Version Packages (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
daangnbot and github-actions[bot] authored Oct 19, 2021
1 parent a197f7a commit ad96675
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-dots-shop.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @karrotmarket/gatsby-source-greenhouse-jobboard

## 0.2.1

### Patch Changes

- a197f7a: Fix job board entry endpoint
- Updated dependencies [a197f7a]
- [email protected]

## 0.2.0

### Minor Changes

- 8d41ac6: export type definitions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@karrotmarket/gatsby-source-greenhouse-jobboard",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"got": "^11.8.2",
"greenhouse-jobboard-js": "workspace:^0.1.0"
"greenhouse-jobboard-js": "workspace:^0.1.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/greenhouse-jobboard-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# greenhouse-jobboard-js

## 0.1.2

### Patch Changes

- a197f7a: Fix job board entry endpoint

## 0.1.1

### Patch Changes

- 8ef8e56: fix board api endpoint
2 changes: 1 addition & 1 deletion packages/greenhouse-jobboard-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greenhouse-jobboard-js",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"type": "commonjs",
"source": "./src/index.ts",
Expand Down

0 comments on commit ad96675

Please sign in to comment.