Skip to content

Commit

Permalink
chore: Run npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Jul 19, 2024
2 parents b849301 + af2bed8 commit 7881f62
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 27 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install DigitalOcean CLI
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

- name: Login to DOCR
run: doctl registry login --expiry-seconds 600

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
id: buildx
Expand Down
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# Changelog

## [1.3.0](https://github.com/cheqd/connector-telegram/compare/1.2.1...1.3.0) (2024-05-23)

## [1.3.0-develop.4](https://github.com/cheqd/connector-telegram/compare/1.3.0-develop.3...1.3.0-develop.4) (2024-07-11)

### Features

* Bump LogTo version to 1.16 ([#191](https://github.com/cheqd/connector-telegram/issues/191)) ([0ae6ed5](https://github.com/cheqd/connector-telegram/commit/0ae6ed5cc049b612a61246bb4f526d764e04b840))
* Bump LogTo version to v1.15.0, SDK to v3 [DEV-3850] ([#179](https://github.com/cheqd/connector-telegram/issues/179)) ([fe90a5e](https://github.com/cheqd/connector-telegram/commit/fe90a5e91494684810bd301bfdd7b70eff7ddb28))
* Bump Logto version to 1.18 [DEV-4075] ([#199](https://github.com/cheqd/connector-telegram/issues/199)) ([2d6e644](https://github.com/cheqd/connector-telegram/commit/2d6e6447a3b7c91f8c7d4bf3a0d2ca18f98c1b5e))

## [1.3.0-develop.2](https://github.com/cheqd/connector-telegram/compare/1.3.0-develop.1...1.3.0-develop.2) (2024-05-22)
## [1.3.0-develop.3](https://github.com/cheqd/connector-telegram/compare/1.3.0-develop.2...1.3.0-develop.3) (2024-07-05)

### Features

* Bump LogTo version to 1.17.0 [DEV-4075] ([#198](https://github.com/cheqd/connector-telegram/issues/198)) ([9e37ac8](https://github.com/cheqd/connector-telegram/commit/9e37ac8de28e35d2d8c40ecde7a59178bdfb7821))

## [1.3.0-develop.2](https://github.com/cheqd/connector-telegram/compare/1.3.0-develop.1...1.3.0-develop.2) (2024-05-22)

### Features

* Bump LogTo version to 1.16 ([#191](https://github.com/cheqd/connector-telegram/issues/191)) ([0ae6ed5](https://github.com/cheqd/connector-telegram/commit/0ae6ed5cc049b612a61246bb4f526d764e04b840))

## [1.3.0-develop.1](https://github.com/cheqd/connector-telegram/compare/1.2.1...1.3.0-develop.1) (2024-04-18)

## Features

## [1.3.0](https://github.com/cheqd/connector-telegram/compare/1.2.1...1.3.0) (2024-05-23)

### Features

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm run build
### STAGE 2: Build LogTo image with custom connector ###
###############################################################

FROM svhd/logto:1.16.0 as runner
FROM registry.digitalocean.com/cheqd/logto:cheqd-v1.18.0 as runner

# Set Node.js environment
ENV NODE_ENV=production
Expand Down
60 changes: 39 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/connector-telegram",
"version": "1.3.0",
"version": "1.3.0-develop.4",
"description": "Telegram OAuth connector for LogTo",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:coverage": "npm run test --coverage --silent"
},
"dependencies": {
"@logto/connector-kit": "3.0.0",
"@logto/connector-kit": "4.0.0",
"@silverhand/essentials": "2.8.4",
"got": "^14.2.1",
"snakecase-keys": "^5.5.0",
Expand Down

0 comments on commit 7881f62

Please sign in to comment.