Skip to content

Commit

Permalink
Version Packages (#1002)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Jan 9, 2024
1 parent 23a8585 commit b3c527b
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-boxes-exist.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/light-apes-matter.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sour-ties-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/eslint-config

## 4.0.0

### Patch Changes

- Updated dependencies [23a8585]
- @khanacademy/eslint-plugin@3.0.0

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-config",
"version": "3.0.1",
"version": "4.0.0",
"description": "ESLint config that applies Khan Academy's setings",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"author": "Kevin Barabash <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@khanacademy/eslint-plugin": "^2.1.1",
"@khanacademy/eslint-plugin": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.38.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/eslint-plugin

## 3.0.0

### Major Changes

- 23a8585: Remove Flow related rules

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-plugin",
"version": "2.1.1",
"version": "3.0.0",
"description": "ESLint plugin that applies Khan Academy's custom rules",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-ci

## 1.2.3

### Patch Changes

- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-server@5.0.1

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-ci",
"version": "1.2.2",
"version": "1.2.3",
"description": "Functions for automation and scripts.",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@khanacademy/wonder-stuff-server": "^5.0.0"
"@khanacademy/wonder-stuff-server": "^5.0.1"
},
"peerDependencies": {
"@google-cloud/kms": "^3.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-stuff-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-stuff-core

## 1.5.2

### Patch Changes

- 23a8585: Update comments to no longer reference Flow

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-core",
"version": "1.5.1",
"version": "1.5.2",
"description": "Core APIs for doing useful things that most things want to do",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/wonder-stuff-render-environment-jsdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/wonder-stuff-render-environment-jsdom

## 1.0.8

### Patch Changes

- 23a8585: Update comments to no longer reference Flow
- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-render-server@1.0.8
- @khanacademy/wonder-stuff-server@5.0.1
- @khanacademy/wonder-stuff-core@1.5.2

## 1.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/wonder-stuff-render-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-render-environment-jsdom",
"version": "1.0.7",
"version": "1.0.8",
"description": "Render environment to use with the Wonder Stuff Render Server",
"repository": {
"type": "git",
Expand All @@ -21,9 +21,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1",
"@khanacademy/wonder-stuff-server": "^5.0.0",
"@khanacademy/wonder-stuff-render-server": "^1.0.7"
"@khanacademy/wonder-stuff-core": "^1.5.2",
"@khanacademy/wonder-stuff-server": "^5.0.1",
"@khanacademy/wonder-stuff-render-server": "^1.0.8"
},
"devDependencies": {
"@khanacademy/ws-dev-build-settings": "^2.0.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/wonder-stuff-render-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/wonder-stuff-render-server

## 1.0.8

### Patch Changes

- 23a8585: Update comments to no longer reference Flow
- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-server@5.0.1
- @khanacademy/wonder-stuff-core@1.5.2

## 1.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wonder-stuff-render-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-render-server",
"version": "1.0.7",
"version": "1.0.8",
"description": "An unopinionated server for rendering specific URLs using a configured environment.",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1",
"@khanacademy/wonder-stuff-server": "^5.0.0"
"@khanacademy/wonder-stuff-core": "^1.5.2",
"@khanacademy/wonder-stuff-server": "^5.0.1"
},
"devDependencies": {
"@khanacademy/ws-dev-build-settings": "^2.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-sentry

## 1.2.5

### Patch Changes

- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-core@1.5.2

## 1.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-sentry",
"version": "1.2.4",
"version": "1.2.5",
"description": "Sentry integration support",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1"
"@khanacademy/wonder-stuff-core": "^1.5.2"
},
"devDependencies": {
"@khanacademy/ws-dev-build-settings": "^2.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/wonder-stuff-server

## 5.0.1

### Patch Changes

- 23a8585: Update comments to no longer reference Flow
- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-core@1.5.2

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-server",
"version": "5.0.0",
"version": "5.0.1",
"description": "APIs for doing useful things in node servers",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1"
"@khanacademy/wonder-stuff-core": "^1.5.2"
},
"devDependencies": {
"@khanacademy/ws-dev-build-settings": "^2.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-testing

## 3.0.2

### Patch Changes

- Updated dependencies [23a8585]
- @khanacademy/wonder-stuff-core@1.5.2

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "3.0.1",
"version": "3.0.2",
"description": "Utilities for use in testing",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1"
"@khanacademy/wonder-stuff-core": "^1.5.2"
},
"peerDependencies": {
"jest": "^29"
Expand Down

0 comments on commit b3c527b

Please sign in to comment.