Skip to content

Commit

Permalink
Version Packages (#212)
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
seek-oss-ci and github-actions[bot] committed Mar 24, 2024
1 parent 1c1702d commit a57e160
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-jeans-smoke.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.3

### Patch Changes

- Updated dependencies [[`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743)]:
- @vocab/phrase@1.3.3
- @vocab/core@1.6.2

## 1.4.2

### Patch 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.2",
"version": "1.4.3",
"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.6.1",
"@vocab/phrase": "^1.3.2",
"@vocab/core": "^1.6.2",
"@vocab/phrase": "^1.3.3",
"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.2

### Patch Changes

- [#211](https://github.com/seek-oss/vocab/pull/211) [`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743) Thanks [@renovate](https://github.com/apps/renovate)! - Replace `chalk` with `picocolors`

## 1.6.1

### Patch 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.6.1",
"version": "1.6.2",
"main": "dist/vocab-core.cjs.js",
"module": "dist/vocab-core.esm.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/phrase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vocab/phrase

## 1.3.3

### Patch Changes

- [#211](https://github.com/seek-oss/vocab/pull/211) [`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743) Thanks [@renovate](https://github.com/apps/renovate)! - Replace `chalk` with `picocolors`

- Updated dependencies [[`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743)]:
- @vocab/core@1.6.2

## 1.3.2

### Patch 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.2",
"version": "1.3.3",
"main": "dist/vocab-phrase.cjs.js",
"module": "dist/vocab-phrase.esm.js",
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vocab/core": "^1.6.1",
"@vocab/core": "^1.6.2",
"csv-stringify": "^6.2.3",
"debug": "^4.3.1",
"form-data": "^3.0.0",
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.11

### Patch Changes

- Updated dependencies [[`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743)]:
- @vocab/core@1.6.2

## 1.1.10

### 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.10",
"version": "1.1.11",
"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.6.1",
"@vocab/core": "^1.6.2",
"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.6

### Patch Changes

- Updated dependencies [[`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743)]:
- @vocab/core@1.6.2

## 1.3.5

### 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.5",
"version": "1.3.6",
"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.6.1"
"@vocab/core": "^1.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vocab/webpack

## 1.2.8

### Patch Changes

- [#211](https://github.com/seek-oss/vocab/pull/211) [`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743) Thanks [@renovate](https://github.com/apps/renovate)! - Replace `chalk` with `picocolors`

- Updated dependencies [[`1c1702d`](https://github.com/seek-oss/vocab/commit/1c1702d1b62804a91b53b12a8ac1d7a77dc74743)]:
- @vocab/core@1.6.2

## 1.2.7

### 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.7",
"version": "1.2.8",
"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.6.1",
"@vocab/core": "^1.6.2",
"cjs-module-lexer": "^1.2.2",
"debug": "^4.3.1",
"es-module-lexer": "^0.10.0",
Expand Down

0 comments on commit a57e160

Please sign in to comment.