Skip to content

Commit

Permalink
chore(main): release 2.0.0-rc.1 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 7, 2023
1 parent 4d969cb commit 7265992
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [2.0.0-rc.1](https://github.com/graasp/graasp-apps-query-client/compare/v1.0.0...v2.0.0-rc.1) (2023-06-07)


### ⚠ BREAKING CHANGES

* use app key, immutable cast

### Features

* use app key, immutable cast ([514a705](https://github.com/graasp/graasp-apps-query-client/commit/514a705cc681f030458e4310504cb23c3a91c37d))


### chore

* set rc release ([4d969cb](https://github.com/graasp/graasp-apps-query-client/commit/4d969cbbba390b4d73c2cb1e2908f57684064224))

## [1.0.0](https://github.com/graasp/graasp-apps-query-client/compare/v0.4.2...v1.0.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/apps-query-client",
"version": "1.0.0",
"version": "2.0.0-rc.1",
"description": "Query client repository for Graasp apps",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 7265992

Please sign in to comment.