Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(workflow): run build step in ci pipeline for PR #61

Conversation

sanketshevkar
Copy link
Member

Closes #

run build step in ci pipeline for PR

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

@sanketshevkar sanketshevkar requested a review from a team as a code owner June 1, 2024 15:59
@sanketshevkar sanketshevkar marked this pull request as draft June 1, 2024 16:00
@sanketshevkar sanketshevkar marked this pull request as ready for review June 1, 2024 16:17
Copy link
Sponsor Member

@mttrbrts mttrbrts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make a separate pipeline for PRs that does build and test, rather than adding conditions to the existing one.

@sanketshevkar sanketshevkar marked this pull request as draft June 1, 2024 17:07
@sanketshevkar sanketshevkar marked this pull request as ready for review June 1, 2024 17:08
run: npm install

- name: NPM Build
run: SERVER_ROOT=https://playground.accordproject.org && NODE_OPTIONS=--max_old_space_size=8192 npm run build
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this run tests too? If we don't have tests, let's add an empty npm script so that they will start running once we add them

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on that next, add rtl and playwright for testing, I'll add add the test script here too, including a coverage check. #60

@sanketshevkar sanketshevkar merged commit aecf3af into accordproject:main Jun 2, 2024
2 checks passed
Vinyl-Davyl pushed a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 2, 2024
* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Vinyl-Davyl pushed a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 7, 2024
* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Vinyl-Davyl pushed a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 7, 2024
* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
sanketshevkar added a commit that referenced this pull request Jun 9, 2024
* feat(sample) add image

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(samples) add dropdown to load a sample

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* docs(samples)

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps) update to the latest template-engine

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump @babel/traverse from 7.22.10 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump crypto-js from 4.1.1 to 4.2.0

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](brix/crypto-js@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(editor): Added syntax highlighting for concerto and json editors

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* fix(editor): added maps

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Update src/ConcertoEditor.tsx

Co-authored-by: Matt Roberts <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: lint fixes

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* formated templated properly

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* development: added loading state, spinner track for load samples, better loading experience

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed void code

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Signed-off-by: praveen-rikhari <[email protected]>

fixed favicon to accordproject icon

Signed-off-by: Vinyl-Davyl <[email protected]>

* fix: overflow issue on desktop

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: enhanced and updated primary playground doc file

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apblog from  https://medium.com/@accordhq to https://accordproject.org/news

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apslack to apdiscord

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files (#57)

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(build): fixes the deployment build (#58)

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump follow-redirects from 1.15.2 to 1.15.6 (#59)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump tar from 6.1.15 to 6.2.1 (#62)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump es5-ext from 0.10.62 to 0.10.64 (#25)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(workflow): run build step in ci pipeline for PR (#61)

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump vite from 4.4.9 to 4.5.3 (#63)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* feat: added test cases

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: all test cases passed

Signed-off-by: Vinyl-Davyl <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: sanketshevkar <[email protected]>
Co-authored-by: Dan Selman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muskan Bararia <[email protected]>
Co-authored-by: Muskan B <[email protected]>
Co-authored-by: Matt Roberts <[email protected]>
Co-authored-by: praveen-rikhari <[email protected]>
Co-authored-by: Sanket Shevkar <[email protected]>
Vinyl-Davyl pushed a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 22, 2024
* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Vinyl-Davyl added a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 22, 2024
* feat(sample) add image

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(samples) add dropdown to load a sample

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* docs(samples)

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps) update to the latest template-engine

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump @babel/traverse from 7.22.10 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump crypto-js from 4.1.1 to 4.2.0

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](brix/crypto-js@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(editor): Added syntax highlighting for concerto and json editors

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* fix(editor): added maps

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Update src/ConcertoEditor.tsx

Co-authored-by: Matt Roberts <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: lint fixes

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* formated templated properly

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* development: added loading state, spinner track for load samples, better loading experience

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed void code

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Signed-off-by: praveen-rikhari <[email protected]>

fixed favicon to accordproject icon

Signed-off-by: Vinyl-Davyl <[email protected]>

* fix: overflow issue on desktop

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: enhanced and updated primary playground doc file

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apblog from  https://medium.com/@accordhq to https://accordproject.org/news

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apslack to apdiscord

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files (accordproject#57)

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(build): fixes the deployment build (accordproject#58)

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump follow-redirects from 1.15.2 to 1.15.6 (accordproject#59)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump tar from 6.1.15 to 6.2.1 (accordproject#62)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump es5-ext from 0.10.62 to 0.10.64 (accordproject#25)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(workflow): run build step in ci pipeline for PR (accordproject#61)

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump vite from 4.4.9 to 4.5.3 (accordproject#63)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* feat: added test cases

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: all test cases passed

Signed-off-by: Vinyl-Davyl <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: sanketshevkar <[email protected]>
Co-authored-by: Dan Selman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muskan Bararia <[email protected]>
Co-authored-by: Muskan B <[email protected]>
Co-authored-by: Matt Roberts <[email protected]>
Co-authored-by: praveen-rikhari <[email protected]>
Co-authored-by: Sanket Shevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Vinyl-Davyl pushed a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 22, 2024
* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Vinyl-Davyl added a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 22, 2024
* feat(sample) add image

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(samples) add dropdown to load a sample

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* docs(samples)

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps) update to the latest template-engine

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump @babel/traverse from 7.22.10 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump crypto-js from 4.1.1 to 4.2.0

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](brix/crypto-js@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(editor): Added syntax highlighting for concerto and json editors

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* fix(editor): added maps

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Update src/ConcertoEditor.tsx

Co-authored-by: Matt Roberts <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: lint fixes

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* formated templated properly

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* development: added loading state, spinner track for load samples, better loading experience

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed void code

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Signed-off-by: praveen-rikhari <[email protected]>

fixed favicon to accordproject icon

Signed-off-by: Vinyl-Davyl <[email protected]>

* fix: overflow issue on desktop

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: enhanced and updated primary playground doc file

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apblog from  https://medium.com/@accordhq to https://accordproject.org/news

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apslack to apdiscord

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files (accordproject#57)

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(build): fixes the deployment build (accordproject#58)

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump follow-redirects from 1.15.2 to 1.15.6 (accordproject#59)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump tar from 6.1.15 to 6.2.1 (accordproject#62)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump es5-ext from 0.10.62 to 0.10.64 (accordproject#25)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(workflow): run build step in ci pipeline for PR (accordproject#61)

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump vite from 4.4.9 to 4.5.3 (accordproject#63)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* feat: added test cases

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: all test cases passed

Signed-off-by: Vinyl-Davyl <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: sanketshevkar <[email protected]>
Co-authored-by: Dan Selman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muskan Bararia <[email protected]>
Co-authored-by: Muskan B <[email protected]>
Co-authored-by: Matt Roberts <[email protected]>
Co-authored-by: praveen-rikhari <[email protected]>
Co-authored-by: Sanket Shevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Vinyl-Davyl added a commit to Vinyl-Davyl/template-playground that referenced this pull request Jun 22, 2024
* feat(sample) add image

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(samples) add dropdown to load a sample

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* docs(samples)

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* styles

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps) update to the latest template-engine

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump @babel/traverse from 7.22.10 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump crypto-js from 4.1.1 to 4.2.0

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](brix/crypto-js@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* feat(editor): Added syntax highlighting for concerto and json editors

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* fix(editor): added maps

Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Update src/ConcertoEditor.tsx

Co-authored-by: Matt Roberts <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: lint fixes

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* formated templated properly

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* development: added loading state, spinner track for load samples, better loading experience

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed void code

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* Signed-off-by: praveen-rikhari <[email protected]>

fixed favicon to accordproject icon

Signed-off-by: Vinyl-Davyl <[email protected]>

* fix: overflow issue on desktop

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* update: enhanced and updated primary playground doc file

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apblog from  https://medium.com/@accordhq to https://accordproject.org/news

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated apslack to apdiscord

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files (accordproject#57)

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

* chore(github): create issue, pr teamplates and codeownwers files

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(build): fixes the deployment build (accordproject#58)

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump follow-redirects from 1.15.2 to 1.15.6 (accordproject#59)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump tar from 6.1.15 to 6.2.1 (accordproject#62)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps): Bump es5-ext from 0.10.62 to 0.10.64 (accordproject#25)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(workflow): run build step in ci pipeline for PR (accordproject#61)

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

* chore(workflow): run build step in ci pipeline for PR

Signed-off-by: sanketshevkar <[email protected]>

---------

Signed-off-by: sanketshevkar <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore(deps-dev): Bump vite from 4.4.9 to 4.5.3 (accordproject#63)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated build scripts with `cross-env`

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: updates semantic ui >>> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: updated and changed font of main playground and header

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: ui development kickoff

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: removed semantic UI library

Signed-off-by: Vinyl-Davyl <[email protected]>

* dev: semanticui >> antd

Signed-off-by: Vinyl-Davyl <[email protected]>

* feat: added test cases

Signed-off-by: Vinyl-Davyl <[email protected]>

* chore: all test cases passed

Signed-off-by: Vinyl-Davyl <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Muskan Bararia <[email protected]>
Signed-off-by: Vinyl-Davyl <[email protected]>
Signed-off-by: sanketshevkar <[email protected]>
Co-authored-by: Dan Selman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muskan Bararia <[email protected]>
Co-authored-by: Muskan B <[email protected]>
Co-authored-by: Matt Roberts <[email protected]>
Co-authored-by: praveen-rikhari <[email protected]>
Co-authored-by: Sanket Shevkar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants