Skip to content

Commit

Permalink
v0.14.0 - Rspack 1.1 support
Browse files Browse the repository at this point in the history
The plugins and loaders for Rspack and SWC bundling should now all be compatible with the latest version of rspack
  • Loading branch information
faultyserver committed Dec 17, 2024
1 parent a109f25 commit 7c87eb3
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion crates/intl_message_database/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-darwin-arm64",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion crates/intl_message_database/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-darwin-x64",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"darwin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-linux-arm64-gnu",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"linux"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-linux-arm64-musl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"linux"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-linux-x64-gnu",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"linux"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-linux-x64-musl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"linux"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-win32-arm64-msvc",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"win32"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-win32-ia32-msvc",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"win32"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database-win32-x64-msvc",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion crates/intl_message_database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-message-database",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Rust-based Node extension module for parsing, extracting, and managing messages and translations across a project.",
"author": "Jon Egeland",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-discord-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/babel-plugin-transform-discord-intl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"type": "commonjs",
"description": "Babel plugin for transforming message accesses and definitions",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-discord-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/eslint-plugin-discord-intl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"type": "commonjs",
"description": "ESLint plugin for validating and linting messages and translations using @discord/intl",
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-ast",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Types and utilities for working with the ICU+Markdown AST format from @discord/intl",
"main": "./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-loader-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl-loader-core",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Core utilities for writing loaders and transformers using @discord/intl",
"author": "Jon Egeland",
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/intl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Client runtime for managing messages and translations in a React project.",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-processor-discord-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/jest-processor-discord-intl",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Processor plugin for Jest to handle intl message definitions and translations from @discord/intl",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-intl-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/metro-intl-transformer",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"description": "Metro/Babel transformer plugin for compiling, bundling, and minifying intl message definitions and usages using intl-message-database.",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-intl-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord/rspack-intl-loader",
"version": "0.13.3",
"version": "0.14.0",
"license": "MIT",
"type": "commonjs",
"description": "Webpack/Rspack loader for i18n message definition files using @discord/intl",
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-intl-message-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@discord/swc-intl-message-transformer",
"license": "MIT",
"version": "0.13.3",
"version": "0.14.0",
"description": "SWC plugin for minifying intl message usages.",
"author": "Jon Egeland",
"keywords": [
Expand Down

0 comments on commit 7c87eb3

Please sign in to comment.