Skip to content

Commit 1d1819c

Browse files
chore(release): publish
- @codecademy/[email protected] - @codecademy/[email protected]
1 parent 64423d6 commit 1d1819c

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.0](http://github.com///compare/@codecademy/[email protected]...@codecademy/[email protected]) (2021-11-30)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **eslint-config:** bump ESLint to 8 and typescript-eslint to 5 (#4)
12+
13+
### Features
14+
15+
* **eslint-config:** bump ESLint to 8 and typescript-eslint to 5 ([#4](http://github.com//undefined/issues/4)) ([64423d6](http://github.com///commit/64423d69ad0f90f2e717373db6b1988b715681cc))
16+
17+
18+
619
## 6.0.0 (2021-11-10)
720

821

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecademy/eslint-config",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Shared ESLint config for Codecademy",
55
"main": "index.js",
66
"bin": {

packages/tracking/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.0](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2021-11-30)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **eslint-config:** bump ESLint to 8 and typescript-eslint to 5 (#4)
12+
13+
### Features
14+
15+
* **eslint-config:** bump ESLint to 8 and typescript-eslint to 5 ([#4](https://github.com/Codecademy/client-modules/issues/4)) ([64423d6](https://github.com/Codecademy/client-modules/commit/64423d69ad0f90f2e717373db6b1988b715681cc))
16+
17+
18+
619
### [0.16.1](https://github.com/Codecademy/client-modules/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2021-11-12)
720

821

packages/tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codecademy/tracking",
33
"description": "Tracking library for Codecademy apps.",
4-
"version": "0.16.1",
4+
"version": "0.17.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"module": "./dist/index.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)