Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @codecademy/[email protected]
 - @codecademy/[email protected]
  • Loading branch information
codecademy-gh-api committed Aug 24, 2022
1 parent 28b7a19 commit 4b3efec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/codebytes/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.

### [0.7.2](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-08-24)

**Note:** Version bump only for package @codecademy/codebytes





### [0.7.1](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-05-24)

**Note:** Version bump only for package @codecademy/codebytes
Expand Down
4 changes: 2 additions & 2 deletions packages/codebytes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/codebytes",
"description": "Codebytes Code Editor",
"version": "0.7.1",
"version": "0.7.2",
"author": "Codecademy Engineering <[email protected]>",
"sideEffects": [
"**/*.css",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@codecademy/gamut-icons": "*",
"@codecademy/gamut-styles": "*",
"@codecademy/gamut-tests": "*",
"@codecademy/tracking": "^0.23.0",
"@codecademy/tracking": "^0.24.0",
"@codecademy/variance": "*",
"@emotion/jest": "^11.3.0",
"@testing-library/dom": "^7.31.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.24.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-08-24)


### Features

* **tracking:** changing referrer type and allowing it into be set via a parameter for tracking purposes ([28b7a19](https://github.com/Codecademy/client-modules/commit/28b7a19f12f0bce0fadad4a94ce38363afa689da))



## [0.23.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2022-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/tracking",
"description": "Tracking library for Codecademy apps.",
"version": "0.23.0",
"version": "0.24.0",
"author": "Codecademy Engineering <[email protected]>",
"module": "./dist/index.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4b3efec

Please sign in to comment.