Skip to content

Commit

Permalink
Version Packages (#637)
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 Apr 13, 2023
1 parent c77c982 commit 5c2e190
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-houses-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-berries-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-sloths-turn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/neat-rabbits-rule.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/poor-phones-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-swans-prove.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- c77c982: Update to use eslint 8

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.0",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @khanacademy/eslint-plugin

## 0.7.1

### Patch Changes

- c77c982: Update imports-requiring-flow to support regex patterns.
- ad92272: Update 'imports-require-flow' rule to support modern parsers
- c77c982: Fix lint
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": "0.7.0",
"version": "0.7.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/wonder-stuff-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @khanacademy/wonder-stuff-ci

## 0.0.2

### Patch Changes

- d2fbdcc: Adding a new wonder-stuff-ci package that contains functions that are useful for the mobile release.
- c77c982: Fix lint
2 changes: 1 addition & 1 deletion 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": "0.0.1",
"version": "0.0.2",
"description": "Functions for automation and scripts.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-render-environment-jsdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-render-environment-jsdom

## 1.0.3

### Patch Changes

- Updated dependencies [c77c982]
- @khanacademy/wonder-stuff-render-server@1.0.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "1.0.3",
"description": "Render environment to use with the Wonder Stuff Render Server",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.4.2",
"@khanacademy/wonder-stuff-server": "^4.0.5",
"@khanacademy/wonder-stuff-render-server": "^1.0.2"
"@khanacademy/wonder-stuff-render-server": "^1.0.3"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-stuff-render-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-stuff-render-server

## 1.0.3

### Patch Changes

- c77c982: Fix lint

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.0.3",
"description": "An unopinionated server for rendering specific URLs using a configured environment.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 5c2e190

Please sign in to comment.