Skip to content

Commit

Permalink
chore(main): release 1.0.0-beta.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent ecfdea0 commit 6d991fc
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "1.0.0-beta.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.0.0-beta.1](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v0.0.1...v1.0.0-beta.1) (2024-06-25)


### Features

* build Docker image and push to ECR ([#4](https://github.com/inclusive-design/idrc-cms-authenticator/issues/4)) ([9e6f158](https://github.com/inclusive-design/idrc-cms-authenticator/commit/9e6f158c0c808efec7c26055e2b85ec4f0ef316d))
* refactor based on sveltia-cms-auth ([#8](https://github.com/inclusive-design/idrc-cms-authenticator/issues/8)) ([bcc0fbd](https://github.com/inclusive-design/idrc-cms-authenticator/commit/bcc0fbd6ca17df068ed1152cf36d16a7f8b90a00))


### Bug Fixes

* resolve issues with Docker build ([#5](https://github.com/inclusive-design/idrc-cms-authenticator/issues/5)) ([c9d8208](https://github.com/inclusive-design/idrc-cms-authenticator/commit/c9d8208ec125ad57e7602e1f6cd96c1a616323d9))


### Miscellaneous Chores

* **release:** release 1.0.0 ([4e7bff9](https://github.com/inclusive-design/idrc-cms-authenticator/commit/4e7bff988db6e9a7f2937385befe9c868e4d453c))
* **release:** release 1.0.0-beta.1 ([#11](https://github.com/inclusive-design/idrc-cms-authenticator/issues/11)) ([ecfdea0](https://github.com/inclusive-design/idrc-cms-authenticator/commit/ecfdea0c8eb422755fc0a466871c39e3f9fe3dd0))
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.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idrc-cms-authenticator",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"engines": {
"node": ">=20"
},
Expand All @@ -14,7 +14,13 @@
"prepare": "husky",
"test": "c8 -r clover -r text ava"
},
"keywords": ["decap-cms", "sveltia-cms", "github", "gitlab", "auth"],
"keywords": [
"decap-cms",
"sveltia-cms",
"github",
"gitlab",
"auth"
],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
Expand All @@ -31,6 +37,8 @@
"supertest": "^7.0.0"
},
"lint-staged": {
"*.{js,json}": ["biome check --write --no-errors-on-unmatched"]
"*.{js,json}": [
"biome check --write --no-errors-on-unmatched"
]
}
}

0 comments on commit 6d991fc

Please sign in to comment.