Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2021
1 parent 3c37393 commit bb083f5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
16 changes: 16 additions & 0 deletions packages/reveal-compiler-explorer-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/dvirtz/reveal-compiler-explorer/compare/reveal-compiler-explorer-demo@[email protected]) (2021-10-22)


### Bug Fixes

* add test command to demo ([c5ed215](https://github.com/dvirtz/reveal-compiler-explorer/commit/c5ed21589bbe664980314fd4ccdea3e1d414638b)), closes [#42](https://github.com/dvirtz/reveal-compiler-explorer/issues/42)


### Features

* display only the relevant keyboard shortcut ([2400dd6](https://github.com/dvirtz/reveal-compiler-explorer/commit/2400dd67cbde7304ee54fd5bbf3b2ac954e7c1b7))





## [2.1.2](https://github.com/dvirtz/reveal-compiler-explorer/compare/reveal-compiler-explorer-demo@[email protected]) (2021-08-29)

**Note:** Version bump only for package reveal-compiler-explorer-demo
Expand Down
6 changes: 3 additions & 3 deletions packages/reveal-compiler-explorer-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-compiler-explorer-demo",
"version": "2.1.2",
"version": "2.2.0",
"license": "MIT",
"type": "module",
"private": true,
Expand All @@ -10,8 +10,8 @@
"test": "mocha --no-config"
},
"dependencies": {
"reveal-compiler-explorer": "^1.6.1",
"reveal-compiler-explorer": "^1.6.2",
"reveal-md": "^5.2.0",
"reveal-test": "^2.1.2"
"reveal-test": "^2.1.3"
}
}
8 changes: 8 additions & 0 deletions packages/reveal-compiler-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.6.2 (2021-10-22)

**Note:** Version bump only for package reveal-compiler-explorer





## [1.6.1](https://github.com/dvirtz/reveal-compiler-explorer/compare/[email protected]@1.6.1) (2021-08-28)

**Note:** Version bump only for package reveal-compiler-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/reveal-compiler-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-compiler-explorer",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Compiler Explorer plugin for reveal.js",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/master/packages/reveal-compiler-explorer",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reveal-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/dvirtz/reveal-compiler-explorer/compare/[email protected]@2.1.3) (2021-10-22)

**Note:** Version bump only for package reveal-test





## [2.1.2](https://github.com/dvirtz/reveal-compiler-explorer/compare/[email protected]@2.1.2) (2021-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/reveal-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-test",
"version": "2.1.2",
"version": "2.1.3",
"description": "Utilities for testing with compiler explorer",
"author": "dvirtz <[email protected]>",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/master/packages/reveal-test",
Expand Down

0 comments on commit bb083f5

Please sign in to comment.