Skip to content

Commit 6db6058

Browse files
authored
Merge pull request #32 from graasp/release-please--branches--main--components--graasp-app-code-capsule
chore(main): release 1.0.0
2 parents 03dad12 + a09e4c9 commit 6db6058

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,80 @@
22

33
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.
44

5+
## [1.0.0](https://github.com/graasp/graasp-app-code-capsule/compare/v0.1.0...v1.0.0) (2022-11-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* move to the new version of the apps api
11+
12+
### Features
13+
14+
* add app data and comments ([21559a5](https://github.com/graasp/graasp-app-code-capsule/commit/21559a5bf28f403368db5c1a7690619ab065c730))
15+
* add cdelivery and update version workflows ([6b73e83](https://github.com/graasp/graasp-app-code-capsule/commit/6b73e839d453c2423c1c7cdb09b5baec586efb19))
16+
* add code highlighting ([5737db3](https://github.com/graasp/graasp-app-code-capsule/commit/5737db3825e34eb2c47d65563d20e07921dccb03))
17+
* add execute code button ([6ad21d9](https://github.com/graasp/graasp-app-code-capsule/commit/6ad21d9129724fadd6a16f1fc8cdff7b1f8758df))
18+
* add highlighting and markdown to comments ([bb7356e](https://github.com/graasp/graasp-app-code-capsule/commit/bb7356ed4b574d254f20764806c24fad96337097))
19+
* add missing response container ([118ff44](https://github.com/graasp/graasp-app-code-capsule/commit/118ff441ad19e72893fba1bb614832f3627087f3))
20+
* add mockContext back ([8565062](https://github.com/graasp/graasp-app-code-capsule/commit/8565062e4d9f55001aac4f1ff9b28962edce6132))
21+
* add multiline selection ([6502876](https://github.com/graasp/graasp-app-code-capsule/commit/650287690564bd44c74fcd015a6bcc5a2f68286d))
22+
* add orphan comments ([3a90161](https://github.com/graasp/graasp-app-code-capsule/commit/3a901612aaeb0eb2ab143cd7f58a30b0c000ba09))
23+
* add release-please ([1212418](https://github.com/graasp/graasp-app-code-capsule/commit/121241833a6c28798ff4b116ce1e924f8fa275d3))
24+
* add reply mechanism and update cypress ([01e03f8](https://github.com/graasp/graasp-app-code-capsule/commit/01e03f8a95e55ebde12ae76a768cf9de6fa7b596))
25+
* add Review Dialog in Teacher View and commit info ([5958e03](https://github.com/graasp/graasp-app-code-capsule/commit/5958e032fdaf4b95b11149c744d573be49853f06))
26+
* add settings ([6ece08e](https://github.com/graasp/graasp-app-code-capsule/commit/6ece08ef8f5a19cb9e1f14fc50c3a69c0ead5ab9))
27+
* add table view for admins ([ef102f5](https://github.com/graasp/graasp-app-code-capsule/commit/ef102f5b7e35cf531c1b8d19deff2da9104031a9))
28+
* add toolbar and complete tests ([bd49183](https://github.com/graasp/graasp-app-code-capsule/commit/bd49183d12bdc8ffa5ee03fffeba2af10b8b255c))
29+
* added editor but does not work yet ([529a990](https://github.com/graasp/graasp-app-code-capsule/commit/529a99090042fa1e98661676361f8d3bc99b555f))
30+
* **ci:** add deploy script ([17245a5](https://github.com/graasp/graasp-app-code-capsule/commit/17245a588253ddd01f7d05fdb8696e863ca2f89a))
31+
* **ci:** add deploy script ([a8f2a3b](https://github.com/graasp/graasp-app-code-capsule/commit/a8f2a3b1e596230ffb03cfdfd3a08d800b48c68a))
32+
* create app scaffolding ([d7d3e0b](https://github.com/graasp/graasp-app-code-capsule/commit/d7d3e0bd8b2eca1dc770ba78e8c34cc89d3eedb9))
33+
* finish adding settings ([74f614f](https://github.com/graasp/graasp-app-code-capsule/commit/74f614f36f8f9d5dc673742b1104a542399f5d4c))
34+
* include required scripts to use standard-version ([d9412ad](https://github.com/graasp/graasp-app-code-capsule/commit/d9412adffa1f7fd9e30b50f3f9fd8586c4c1163f))
35+
* **lang:** add translations for commit dialog ([40acc13](https://github.com/graasp/graasp-app-code-capsule/commit/40acc1371f1847d5e4c255738628551680f6874c))
36+
* move to the new version of the apps api ([65f75d7](https://github.com/graasp/graasp-app-code-capsule/commit/65f75d724928d7ac0a42610add3321ab56cf7cff))
37+
* new code settings ([040333f](https://github.com/graasp/graasp-app-code-capsule/commit/040333f56b52e68f328057090f9e317ef5efbb73))
38+
* take visibility into account ([f23a62a](https://github.com/graasp/graasp-app-code-capsule/commit/f23a62a186dfeb353a0beeddce9bd1609894aec0))
39+
40+
41+
### Bug Fixes
42+
43+
* add default output for formatted date ([74de99b](https://github.com/graasp/graasp-app-code-capsule/commit/74de99b8feee5f273be524c1b74b2460601fb752))
44+
* add settings wrapper to the player ([437d85b](https://github.com/graasp/graasp-app-code-capsule/commit/437d85be81e9c73b85eb95fa54faff2e1dfa63e6))
45+
* **build:** add homepage to generate relative paths ([fa87acb](https://github.com/graasp/graasp-app-code-capsule/commit/fa87acbe26e99f57523a7d1c7140961dcc93bd03))
46+
* **build:** change index ([94a4529](https://github.com/graasp/graasp-app-code-capsule/commit/94a4529a8248a1396ab44ba608ee0fef0f396e8b))
47+
* **build:** cleanup leftover modules and warnings ([7353bcb](https://github.com/graasp/graasp-app-code-capsule/commit/7353bcb59ecef6bfc2fd437ce050176907d36356))
48+
* change wrong secret name in cd workflow ([545a608](https://github.com/graasp/graasp-app-code-capsule/commit/545a608d51f505db2a8fbe9a666a702ce028138b))
49+
* **ci:** deploy script ([e16c8d8](https://github.com/graasp/graasp-app-code-capsule/commit/e16c8d8e07d4755b65616943a4ddab2cd95e247d))
50+
* **ci:** update secret name for graasp-domain ([4b38171](https://github.com/graasp/graasp-app-code-capsule/commit/4b381718d0ea2bf31984af5a9e6448369bb8b3ff))
51+
* **ci:** update workflow ([bf2f6ba](https://github.com/graasp/graasp-app-code-capsule/commit/bf2f6ba7ec374d9c07d3e8cf55d22c814df8407f))
52+
* failing test ([cbfd98d](https://github.com/graasp/graasp-app-code-capsule/commit/cbfd98d020dd7ebf7d1901002442e8e36b5b0f39))
53+
* **lint:** silence eslint no-console warnings ([bed3fa2](https://github.com/graasp/graasp-app-code-capsule/commit/bed3fa2ba39b97b4fd74d6f197988bf87b4c5d4a))
54+
* make final PR changes and fix nav version bug ([03fc5ca](https://github.com/graasp/graasp-app-code-capsule/commit/03fc5ca1d0743d4a13ed911b5298fc4855002e19))
55+
* make PR changes and improve reportComment dialog ([0cd9157](https://github.com/graasp/graasp-app-code-capsule/commit/0cd91577b5a882f30f2d461ea824935c7c77d4e1))
56+
* settings not sending post request first time ([d196fec](https://github.com/graasp/graasp-app-code-capsule/commit/d196fec651f2c7a53e0b3e8047570166ef7aa863))
57+
* tests ([d20af59](https://github.com/graasp/graasp-app-code-capsule/commit/d20af598d4854ad274f9f6f5519a4e456491d488))
58+
* typo in cintegration workflow ([73325af](https://github.com/graasp/graasp-app-code-capsule/commit/73325af54ca888c27e5ee7e45c98f9983cced332))
59+
* unexpected error when posting a code version ([69abd45](https://github.com/graasp/graasp-app-code-capsule/commit/69abd4587ea2d0402e22d91db1dbd12ee3e686e8))
60+
* update sha ref and solve minor issues ([c47c9e0](https://github.com/graasp/graasp-app-code-capsule/commit/c47c9e0068474a2d873f5963e5e29685d3015f69))
61+
* yarn.lock and tests ([ddb1443](https://github.com/graasp/graasp-app-code-capsule/commit/ddb14433b80586f82d92df2e1a4271a3bd903b74))
62+
63+
64+
### Tests
65+
66+
* code review screen ([08b3408](https://github.com/graasp/graasp-app-code-capsule/commit/08b340821943e32f5387f910035d440ae72919ca))
67+
* improve tests ([9388a6e](https://github.com/graasp/graasp-app-code-capsule/commit/9388a6efcfd87ab0053f163c37bddc4ae975089d))
68+
* remove yarn cache from cypress workflow ([6d15535](https://github.com/graasp/graasp-app-code-capsule/commit/6d15535b7909b5eba08823126a99bd72423f7332))
69+
* threads ([766e312](https://github.com/graasp/graasp-app-code-capsule/commit/766e3121e448e4810d21ec275016ddffb07bf19d))
70+
* try to catch the error ([27b5e2f](https://github.com/graasp/graasp-app-code-capsule/commit/27b5e2fde86e8e83d5a70a36271f0dc731b6c77c))
71+
72+
73+
### Documentation
74+
75+
* create .all-contributorsrc [skip ci] ([609697e](https://github.com/graasp/graasp-app-code-capsule/commit/609697e378e46d4144ad6134ff02f0edea7099b6))
76+
* mui v5 ([9ebc89b](https://github.com/graasp/graasp-app-code-capsule/commit/9ebc89bb1bb811934ae39e0995d56e14c91b53ec))
77+
* update README.md [skip ci] ([1bc3730](https://github.com/graasp/graasp-app-code-capsule/commit/1bc37304d16ee22432b5751d230e1efd78086bb6))
78+
579
### [0.1.1](https://github.com/graasp/graasp-app-code-capsule/compare/v0.1.0...v0.1.1) (2022-07-21)
680

781
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp-app-code-capsule",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"author": "React EPFL",

0 commit comments

Comments
 (0)