Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2023
1 parent 63f7a1a commit ae62567
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-lamps-agree.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vocab/cli

## 1.4.1

### Patch Changes

- Updated dependencies [[`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8)]:
- @vocab/core@1.6.0
- @vocab/phrase@1.3.1

## 1.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/cli",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/vocab-cli.cjs.js",
"module": "dist/vocab-cli.esm.js",
"bin": {
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@types/env-ci": "^3.1.0",
"@vocab/core": "^1.5.0",
"@vocab/phrase": "^1.3.0",
"@vocab/core": "^1.6.0",
"@vocab/phrase": "^1.3.1",
"env-ci": "^5.0.2",
"fast-glob": "^3.2.4",
"form-data": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vocab/core

## 1.6.0

### Minor Changes

- [#176](https://github.com/seek-oss/vocab/pull/176) [`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8) Thanks [@rstacruz](https://github.com/rstacruz)! - Add support for a alternative config file name, `vocab.config.cjs`

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/core",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/vocab-core.cjs.js",
"module": "dist/vocab-core.esm.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/phrase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/phrase

## 1.3.1

### Patch Changes

- Updated dependencies [[`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8)]:
- @vocab/core@1.6.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/phrase/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@vocab/phrase",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/vocab-phrase.cjs.js",
"module": "dist/vocab-phrase.esm.js",
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vocab/core": "^1.5.0",
"@vocab/core": "^1.6.0",
"chalk": "^4.1.0",
"csv-stringify": "^6.2.3",
"debug": "^4.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/react

## 1.1.9

### Patch Changes

- Updated dependencies [[`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8)]:
- @vocab/core@1.6.0

## 1.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/react",
"version": "1.1.8",
"version": "1.1.9",
"main": "dist/vocab-react.cjs.js",
"module": "dist/vocab-react.esm.js",
"author": "SEEK",
Expand All @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"@vocab/core": "^1.5.0",
"@vocab/core": "^1.6.0",
"intl-messageformat": "^10.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/types

## 1.3.4

### Patch Changes

- Updated dependencies [[`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8)]:
- @vocab/core@1.6.0

## 1.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/types",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/vocab-types.cjs.js",
"module": "dist/vocab-types.esm.js",
"author": "SEEK",
Expand All @@ -9,6 +9,6 @@
"dist"
],
"dependencies": {
"@vocab/core": "^1.5.0"
"@vocab/core": "^1.6.0"
}
}
7 changes: 7 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/webpack

## 1.2.5

### Patch Changes

- Updated dependencies [[`8228608`](https://github.com/seek-oss/vocab/commit/8228608a1c8bd2f1de0ac65401cad447b30fc0a8)]:
- @vocab/core@1.6.0

## 1.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/webpack",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/vocab-webpack.cjs.js",
"module": "dist/vocab-webpack.esm.js",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"web"
],
"dependencies": {
"@vocab/core": "^1.5.0",
"@vocab/core": "^1.6.0",
"chalk": "^4.1.0",
"cjs-module-lexer": "^1.2.2",
"debug": "^4.3.1",
Expand Down

0 comments on commit ae62567

Please sign in to comment.