Skip to content

Commit

Permalink
Version Packages (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <askoufis@seek.com.au>
  • Loading branch information
3 people committed Apr 2, 2024
1 parent ddc9162 commit 7cc49d4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-worms-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-crews-hear.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Install Puppeteer
if: steps.puppeteer-cache.outputs.cache-hit != 'true'
run: node node_modules/puppeteer/install.mjs
run: pnpm puppeteer browsers install chrome

- name: Build
run: pnpm build
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vocab/cli

## 1.4.4

### Patch Changes

- [#216](https://github.com/seek-oss/vocab/pull/216) [`44b2516`](https://github.com/seek-oss/vocab/commit/44b2516249bf7bbe5f9fb4aa915331bdc93335b5) Thanks [@renovate](https://github.com/apps/renovate)! - Update `env-ci` dependency

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/cli",
"version": "1.4.3",
"version": "1.4.4",
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/vocab.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vocab/webpack

## 1.2.9

### Patch Changes

- [#217](https://github.com/seek-oss/vocab/pull/217) [`4cd019c`](https://github.com/seek-oss/vocab/commit/4cd019c714470a0a6d13a4eb86c6c4b11097d2f0) Thanks [@renovate](https://github.com/apps/renovate)! - Update `es-module-lexer` dependency

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/webpack",
"version": "1.2.8",
"version": "1.2.9",
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/vocab.git",
Expand Down

0 comments on commit 7cc49d4

Please sign in to comment.