Skip to content

Commit

Permalink
Version Packages (#217)
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 14, 2022
1 parent f6494c0 commit 1ee5b26
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-papayas-hammer.md

This file was deleted.

7 changes: 7 additions & 0 deletions build-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ws-dev-build-settings

## 0.0.5

### Patch Changes

- f6494c0: Add wonder-stuff-i18n package.
2 changes: 1 addition & 1 deletion build-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ws-dev-build-settings",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"private": true
}
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/wonder-stuff-i18n

## 1.0.0

### Major Changes

- f6494c0: Add wonder-stuff-i18n package.
4 changes: 2 additions & 2 deletions packages/wonder-stuff-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=12"
},
"name": "@khanacademy/wonder-stuff-i18n",
"version": "0.0.1",
"version": "1.0.0",
"description": "i18n tools and Webpack plugin.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"pofile": "^1.1.1"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"bin": {
"all-i18n-strings": "./dist/bin/all-i18n-strings.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @khanacademy/wonder-stuff-sentry

## 0.2.2

## 0.2.1

### 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 @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/wonder-stuff-sentry",
"version": "0.2.1",
"version": "0.2.2",
"description": "Sentry integration support",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"@khanacademy/wonder-stuff-core": "^0.1.3"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-server-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-server-google

## 0.0.3

### Patch Changes

- @khanacademy/wonder-stuff-core@0.1.3
- @khanacademy/wonder-stuff-server@0.0.3

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wonder-stuff-server-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=12"
},
"name": "@khanacademy/wonder-stuff-server-google",
"version": "0.0.2",
"version": "0.0.3",
"description": "APIs for doing useful things in node servers for Google Cloud",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"author": "",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@google-cloud/profiler": "^4.1.7",
"@google-cloud/trace-agent": "^5.1.6",
"@khanacademy/wonder-stuff-core": "^0.1.3",
"@khanacademy/wonder-stuff-server": "^0.0.2",
"@khanacademy/wonder-stuff-server": "^0.0.3",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"winston": "^3.4.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-stuff-server

## 0.0.3

### Patch Changes

- @khanacademy/wonder-stuff-core@0.1.3

## 0.0.2

### Patch 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": ">=12"
},
"name": "@khanacademy/wonder-stuff-server",
"version": "0.0.2",
"version": "0.0.3",
"description": "APIs for doing useful things in node servers",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-stuff-testing

## 0.0.4

### Patch Changes

- @khanacademy/wonder-stuff-core@0.1.3

## 0.0.3

### 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 @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "0.0.3",
"version": "0.0.4",
"description": "Utilities for use in testing",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.4"
"ws-dev-build-settings": "^0.0.5"
},
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^0.1.3"
Expand Down

0 comments on commit 1ee5b26

Please sign in to comment.