Skip to content

Commit

Permalink
Merge pull request #412 from rudderlabs/hotfix-release/1.8.2
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/1.8.2 into main
  • Loading branch information
a-rampalli authored Feb 27, 2023
2 parents 5caf4c8 + c82214f commit cdf60a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.2](https://github.com/rudderlabs/rudder-config-schema/compare/1.8.1...1.8.2) (2023-02-27)

### [1.8.1](https://github.com/rudderlabs/rudder-config-schema/compare/1.8.0...1.8.1) (2023-02-27)

## [1.8.0](https://github.com/rudderlabs/rudder-config-schema/compare/1.7.2...1.8.0) (2023-02-21)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.8.1",
"version": "1.8.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/sources/singer_stripe/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"displayName": "Stripe",
"options": {
"isBeta": true,
"image": "rudderstack/source-stripe:v1",
"hidden": true
"image": "rudderstack/source-stripe:v5.3.1"
}
}
5 changes: 4 additions & 1 deletion src/configurations/sources/stripe/db-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "stripe",
"category": "cloud",
"displayName": "Stripe"
"displayName": "Stripe",
"options": {
"hidden": true
}
}

0 comments on commit cdf60a6

Please sign in to comment.